Started by user Frederic Gurr Running as Frederic Gurr 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-7cz1r-j79pq Agent el-master-agent-pod-7cz1r-j79pq is provisioned from template el-master-agent-pod-7cz1r --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-nightly-3.0/117/" runUrl: "job/eclipselink-nightly-3.0/117/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-7cz1r-j79pq" 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-7cz1r-j79pq" - name: "JENKINS_NAME" value: "el-master-agent-pod-7cz1r-j79pq" - 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: "tkraus/el-build:2.0.2" 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/.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-7cz1r-j79pq in /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [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-3.0 # 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 7d06f20fc7b127da265bc9f6d7e852f106881d24 (refs/remotes/origin/3.0) > 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/3.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d06f20fc7b127da265bc9f6d7e852f106881d24 # timeout=10 Commit message: "NPE in ExpressionOperator.printCollection - backport from 2.7 (#2141)" > git rev-list --no-walk 7d06f20fc7b127da265bc9f6d7e852f106881d24 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [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@518a1a05; decorates RemoteLauncher[hudson.remoting.Channel@10bb8a9b:JNLP4-connect connection from 10.40.16.212/10.40.16.212:49652] 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 7d06f20fc7b127da265bc9f6d7e852f106881d24 (refs/remotes/origin/3.0) > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-3.0/.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/3.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d06f20fc7b127da265bc9f6d7e852f106881d24 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 3.0 7d06f20fc7b127da265bc9f6d7e852f106881d24 # timeout=10 Commit message: "NPE in ExpressionOperator.printCollection - backport from 2.7 (#2141)" > git rev-list --no-walk 7d06f20fc7b127da265bc9f6d7e852f106881d24 # timeout=10 [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- [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 715D0E5E72D97BD3: public key "EclipseLink " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 715D0E5E72D97BD3: 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 1BDAB41131162A591A6AE826715D0E5E72D97BD3 trust Secret subkeys are available. pub rsa4096/715D0E5E72D97BD3 created: 2024-05-15 expires: 2029-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/1DB126E8EBDFC24F created: 2024-05-15 expires: 2029-05-14 usage: S [ unknown] (1). EclipseLink pub rsa4096/715D0E5E72D97BD3 created: 2024-05-15 expires: 2029-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/1DB126E8EBDFC24F created: 2024-05-15 expires: 2029-05-14 usage: S [ unknown] (1). EclipseLink 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/715D0E5E72D97BD3 created: 2024-05-15 expires: 2029-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/1DB126E8EBDFC24F created: 2024-05-15 expires: 2029-05-14 usage: S [ unknown] (1). EclipseLink 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 5E50613E06495A0AB4FF35C11DB126E8EBDFC24F 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 2029-05-14 pub rsa4096/715D0E5E72D97BD3 created: 2024-05-15 expires: 2029-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/1DB126E8EBDFC24F created: 2024-05-15 expires: 2029-05-14 usage: S [ultimate] (1). EclipseLink pub rsa4096/715D0E5E72D97BD3 created: 2024-05-15 expires: 2029-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/1DB126E8EBDFC24F created: 2024-05-15 expires: 2029-05-14 usage: S [ultimate] (1). EclipseLink 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/715D0E5E72D97BD3 created: 2024-05-15 expires: 2029-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/1DB126E8EBDFC24F created: 2024-05-15 expires: 2029-05-14 usage: S [ultimate] (1). EclipseLink [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [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 [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 (13 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 592 kB/s) [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 [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 680 kB/s) [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 [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 2.8 MB/s) [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 [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 835 kB/s) [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 [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 2.1 MB/s) [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 [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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 150 kB/s) [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 [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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 909 kB/s) [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 [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.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 425 kB/s) [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 [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 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 51 kB/s) [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 [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 726 kB/s) [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 [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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [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 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 1.2 MB/s) [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 [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 833 kB/s) [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 [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.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [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 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [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 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [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 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 462 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [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) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 296 kB/s) [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 [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 797 kB/s) [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 [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.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 748 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [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 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 595 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 173 kB/s) [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 [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 165 kB/s) [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 [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 1.2 MB/s) [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 [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 3.4 MB/s) [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 [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 4.5 MB/s) [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 [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 22 kB/s) [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 [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 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 563 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [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 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 175 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [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.jar (32 kB at 309 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [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.jar (185 kB at 1.5 MB/s) [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 [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.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 626 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 3.4 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [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 8.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [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 786 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 405 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 90 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [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.jar (232 kB at 722 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 871 kB/s) [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.jar (60 kB at 185 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 273 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 761 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom (11 kB at 258 kB/s) [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 [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.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [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 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom (4.1 kB at 103 kB/s) [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 [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 1.9 MB/s) [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 [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 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 644 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 2.2 MB/s) [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 [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 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [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 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 310 kB/s) [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 [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 137 kB/s) [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 [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 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 792 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [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 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 770 kB/s) [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 [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 219 kB/s) [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 [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 58 kB/s) [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 [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 314 kB/s) [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 [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.7 MB/s) [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 [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 1.5 MB/s) [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 [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 303 kB/s) [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 [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 4.5 MB/s) [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 [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 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 463 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 1.1 MB/s) [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 [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 (6.6 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 879 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 1.3 MB/s) [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 [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 408 kB/s) [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 [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 707 kB/s) [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 [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 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 591 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 62 kB/s) [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 [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 108 kB/s) [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 [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 1.1 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.7 MB/s) [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 [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 126 kB/s) [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 [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 198 kB/s) [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 [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 4.7 MB/s) [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 [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 2.9 MB/s) [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 [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 87 kB/s) [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 [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 742 kB/s) [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 [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 2.1 MB/s) [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 [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 2.2 MB/s) [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 [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 849 kB/s) [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 [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 11 MB/s) [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 [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 214 kB/s) [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 [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 5.5 MB/s) [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 [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 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [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 914 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 278 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.9 MB/s) [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 [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 649 kB/s) [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 [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 1.1 MB/s) [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 [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 269 kB/s) [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 [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 444 kB/s) [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 [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 228 kB/s) [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 [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 2.7 MB/s) [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 [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 964 kB/s) [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 [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 1.1 MB/s) [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 [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 671 kB/s) [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 [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) [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 [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 326 kB/s) [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 [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 312 kB/s) [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 [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 2.6 MB/s) [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 [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 2.2 MB/s) [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 [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 163 kB/s) [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 [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 385 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.9 MB/s) [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 [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 2.0 MB/s) [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 [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 556 kB/s) [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 [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 2.7 MB/s) [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 [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 5.5 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 374 kB/s) [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 [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 1.2 MB/s) [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 [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 836 kB/s) [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 [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 2.6 MB/s) [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 [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 516 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 616 kB/s) [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 [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 124 kB/s) [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 [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 1.4 MB/s) [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 [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 655 kB/s) [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 [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 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [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 2.6 MB/s) [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 [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 4.4 MB/s) [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 [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 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 322 kB/s) [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 [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 11 MB/s) [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 [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 2.6 MB/s) [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 [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 2.3 MB/s) [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 [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 4.8 MB/s) [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 [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 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 424 kB/s) [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 [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 14 MB/s) [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 [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 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [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 954 kB/s) [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 [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 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 491 kB/s) [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 [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 511 kB/s) [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 [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 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [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 2.2 MB/s) [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 [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 2.0 MB/s) [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 [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 9.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.6 MB/s) [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 [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 384 kB/s) [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 [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 829 kB/s) [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 [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 492 kB/s) [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 [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 799 kB/s) [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 [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 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [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 512 kB/s) [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 [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 114 kB/s) [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 [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 538 kB/s) [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 [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 1.7 MB/s) [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 [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 1.9 MB/s) [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 [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 174 kB/s) [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 [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 1.6 MB/s) [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 [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 4.1 MB/s) [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 [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 250 kB/s) [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 [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 118 kB/s) [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 [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 1.5 MB/s) [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 [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 954 kB/s) [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 [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 78 kB/s) [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 [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 249 kB/s) [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 [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 145 kB/s) [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 [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 80 kB/s) [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 [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 3.6 MB/s) [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 [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 264 kB/s) [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 [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 512 kB/s) [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 [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 706 kB/s) [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 [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 3.0 MB/s) [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 [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 620 kB/s) [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 [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 70 kB/s) [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 [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 186 kB/s) [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 [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 3.7 MB/s) [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 [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 70 kB/s) [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 [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 141 kB/s) [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 [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) [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 [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 280 kB/s) [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 [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 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar (213 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [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 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar (3.7 MB at 36 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 374 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 737 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 883 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 746 kB/s) [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 [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 21 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 252 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [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 135 kB/s) [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 [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 63 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.9 MB/s) [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 [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 115 kB/s) [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 [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 225 kB/s) [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 [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 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [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 697 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [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 303 kB/s) [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 [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 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [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 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [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 427 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 32 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 736 kB/s) [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 [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 982 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 135 kB/s) [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 [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 37 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 2.2 MB/s) [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 [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 168 kB/s) [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 [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 197 kB/s) [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 [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 38 kB/s) [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.jar [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 432 kB/s) [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 [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 848 kB/s) [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 [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 231 kB/s) [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.jar [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 27 kB/s) [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 [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 168 kB/s) [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 [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.jar (208 kB at 711 kB/s) [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 [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 1.3 MB/s) [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 [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 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [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 62 kB/s) [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 92 kB/s) [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.jar (571 kB at 1.9 MB/s) [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 72 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 488 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 39 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA NoSQL Test [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 3.0.5-SNAPSHOT [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom (7.3 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 947 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar (69 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 188 kB/s) [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 [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 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [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 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 706 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom (20 kB at 848 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [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 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar (492 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 891 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom (16 kB at 463 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar (242 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 675 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom (3.6 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom (4.0 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom (40 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom (59 kB at 993 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar (36 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.pom (11 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 867 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.jar (45 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 526 kB/s) [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 [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 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 1.1 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [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 [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 243 kB/s) [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 [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 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 713 kB/s) [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 [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 361 kB/s) [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 [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 568 kB/s) [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 [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 208 kB/s) [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 [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 402 kB/s) [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 [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 63 kB/s) [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 [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 729 kB/s) [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 [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 122 kB/s) [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 [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 698 kB/s) [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 [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 28 MB/s) [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 [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 [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 [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 [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 [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 3.9 MB/s) [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 [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 2.5 MB/s) [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 [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 13 MB/s) [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 [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 3.1 MB/s) [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 [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 4.0 MB/s) [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 [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 542 kB/s) [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 [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 2.0 MB/s) [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 [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 3.9 MB/s) [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 [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 2.9 MB/s) [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 [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 5.3 MB/s) [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 [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 3.0 MB/s) [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 [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 1.6 MB/s) [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 [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 5.0 MB/s) [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 [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 3.7 MB/s) [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 [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 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [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 9.8 MB/s) [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 [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 960 kB/s) [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 [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 998 kB/s) [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 [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 4.6 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 6.8 MB/s) [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 715 kB/s) [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 599 kB/s) [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 4.5 MB/s) [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.jar (155 kB at 2.3 MB/s) [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [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 [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 245 kB/s) [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 [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 51 kB/s) [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 [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 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 23 kB/s) [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 [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 112 kB/s) [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 [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 246 kB/s) [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 [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 820 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 293 kB/s) [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 [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 128 kB/s) [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 [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 986 kB/s) [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 [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 92 kB/s) [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 [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 484 kB/s) [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 [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 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 559 kB/s) [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 [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 269 kB/s) [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 [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.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [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 1.8 MB/s) [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 [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 238 kB/s) [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [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 [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 7.5 MB/s) [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 [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 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar [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 4.7 MB/s) [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 [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 1.7 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [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.jar (195 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 2.6 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 1.3 MB/s) [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 [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 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 5.0 MB/s) [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 917 kB/s) [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 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 8.3 MB/s) [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.pom (144 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom (1.4 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom (3.6 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom (4.4 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 4.7 MB/s) [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 [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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 582 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 284 kB/s) [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 [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 (3.8 kB at 295 kB/s) [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 [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 (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom (2.6 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 2.4 MB/s) [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 [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 625 kB/s) [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 [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 208 kB/s) [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 [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 7.5 MB/s) [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 [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 610 kB/s) [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 [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 795 kB/s) [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 [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 11 MB/s) [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 [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 234 kB/s) [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 [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 2.4 MB/s) [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 [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 4.2 MB/s) [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 [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 206 kB/s) [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 [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 188 kB/s) [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 [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 68 kB/s) [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 [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 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [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 1.7 MB/s) [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 [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 7.0 MB/s) [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 [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 11 MB/s) [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 [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 750 kB/s) [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 [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 1.1 MB/s) [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 [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 780 kB/s) [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 [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 326 kB/s) [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 [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 1.2 MB/s) [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 [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 1.6 MB/s) [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 [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 2.3 MB/s) [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 [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 844 kB/s) [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 [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 555 kB/s) [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 [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 271 kB/s) [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 [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 1.2 MB/s) [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 [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 278 kB/s) [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 [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 220 kB/s) [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 [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 312 kB/s) [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 [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 352 kB/s) [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 [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 6.3 MB/s) [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 [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 501 kB/s) [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 [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 357 kB/s) [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 [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 67 kB/s) [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 [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 195 kB/s) [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 [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 1.2 MB/s) [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 [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 33 kB/s) [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 [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 24 kB/s) [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 [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 1.7 MB/s) [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 [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 1.1 MB/s) [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 [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 376 kB/s) [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 [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 81 kB/s) [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 [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 691 kB/s) [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 [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 102 kB/s) [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 [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 64 kB/s) [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 [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 2.1 MB/s) [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 [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 242 kB/s) [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 [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 6.6 MB/s) [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 [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 611 kB/s) [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 [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 407 kB/s) [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 [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 163 kB/s) [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 [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 375 kB/s) [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 [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 600 kB/s) [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 [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 4.5 MB/s) [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 [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 3.5 MB/s) [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 [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 1.0 MB/s) [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 [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 48 kB/s) [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 [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 21 kB/s) [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 [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 84 kB/s) [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 [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 7.4 kB/s) [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 [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 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [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 16 kB/s) [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 [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 82 kB/s) [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 [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 227 kB/s) [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 [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 703 kB/s) [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 [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 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [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 379 kB/s) [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 [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 9.1 kB/s) [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 [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 308 kB/s) [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 [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 264 kB/s) [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 [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 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 696 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 993 kB/s) [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 [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 1.1 MB/s) [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 [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 1.5 MB/s) [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 [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 69 kB/s) [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 [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 2.3 MB/s) [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 [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 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 639 kB/s) [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 [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 857 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 159 kB/s) [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 [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 531 kB/s) [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 [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 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 985 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.jar (2.0 MB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar (337 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 169 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 2.2 MB/s) [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 [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.jar (42 kB at 629 kB/s) [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.jar [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 253 kB/s) [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 [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.jar (165 kB at 1.9 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 9.8 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 31 MB/s) [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 [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 1.5 MB/s) [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 [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 1.6 MB/s) [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.jar [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 1.4 MB/s) [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 [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 2.3 MB/s) [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 [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.jar (47 kB at 331 kB/s) [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 [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 8.6 MB/s) [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 [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 863 kB/s) [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 [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 69 kB/s) [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 70 kB/s) [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 [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 [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.0 MB/s) [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 [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 360 kB/s) [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 [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 310 kB/s) [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 [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 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [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 222 kB/s) [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 [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 517 kB/s) [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 [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 1.9 MB/s) [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 [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 2.5 MB/s) [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 [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 138 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar (5.8 MB at 30 MB/s) [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 [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.2 MB/s) [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 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar [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 [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [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 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [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 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 205 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [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.jar [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 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 102 kB/s) [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.jar (262 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 249 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 550 kB/s) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 362 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.6 MB/s) [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 [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 384 kB/s) [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 [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 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [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 [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [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.jar (85 kB at 21 MB/s) [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 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 2.3 MB/s) [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 272 kB/s) [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 [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 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 690 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 991 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 64 kB/s) [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 [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 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 727 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 9.2 MB/s) [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 [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 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 413 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom (6.7 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom (16 kB at 742 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom (3.4 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom (3.0 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 415 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 5.6 MB/s) [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 [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 1.1 MB/s) [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 [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 12 MB/s) [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 [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 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom (6.7 kB at 248 kB/s) [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 [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 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [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 1.6 MB/s) [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 [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 128 kB/s) [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 [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 272 kB/s) [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 [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 317 kB/s) [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 [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 2.5 MB/s) [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 [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 384 kB/s) [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 [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 43 kB/s) [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 [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 625 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [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 665 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 574 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [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 43 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 16 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 698 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 653 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [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.jar (640 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 284 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 5.2 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar (17 kB at 369 kB/s) [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 [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 4.0 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 270 kB/s) [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 [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.jar (144 kB at 2.1 MB/s) [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 [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.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [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 9.2 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [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 479 kB/s) [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 1.5 MB/s) [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 458 kB/s) [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 7.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar (35 kB at 384 kB/s) [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent --- [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 [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 924 kB/s) [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 [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 311 kB/s) [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 [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 889 kB/s) [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 [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 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [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 2.6 MB/s) [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 [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 1.1 MB/s) [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 [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 621 kB/s) [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 [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 1.9 MB/s) [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 [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 440 kB/s) [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 [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 964 kB/s) [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 [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) [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 [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 245 kB/s) [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 [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 95 kB/s) [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 [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 720 kB/s) [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 [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 426 kB/s) [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 [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 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 474 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 143 kB/s) [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 [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 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 887 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.4 MB/s) [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 [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 1.0 MB/s) [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 [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 7.1 MB/s) [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 [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 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 74 kB/s) [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 [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 1.4 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 579 kB/s) [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 [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [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 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 626 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 136 kB/s) [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 [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 10 MB/s) [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 [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 [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 [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 [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 [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 5.1 MB/s) [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 [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 9.7 MB/s) [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 [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 4.2 MB/s) [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 [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 28 MB/s) [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 [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 16 MB/s) [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 [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 3.6 MB/s) [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 [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 2.2 MB/s) [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 [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 3.5 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.6 MB/s) [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 [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 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [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 721 kB/s) [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 716 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [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 5.7 MB/s) [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 [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 452 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 329 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 291 kB/s) [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 [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 641 kB/s) [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 [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 327 kB/s) [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 [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 935 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar [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 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar [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 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar [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 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 653 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 1.4 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 696 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 761 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [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.jar (174 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 463 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 464 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 13 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 172 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 577 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 583 kB/s) [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797422036 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom (2.1 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom (2.5 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom (3.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom (35 kB at 786 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom (49 kB at 765 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 302 kB/s) [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 [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 370 kB/s) [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 [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.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom (11 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom (1.9 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom (1.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom (6.1 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom (40 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom (58 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 928 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 747 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom (5.3 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom (2.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom (1.9 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom (1.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (9.7 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar (864 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar [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 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 64 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar (23 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar (232 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar (229 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar (194 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar (854 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar (335 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar (605 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar (8.8 kB at 47 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 448 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar (16 kB at 80 kB/s) [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.pom (4.1 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom (3.6 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom (3.4 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom (16 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom (6.8 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom (3.0 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.jar (57 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 63 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 994 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar (66 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar (17 kB at 488 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar (60 kB at 1.7 MB/s) [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 359 kB/s) [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.0/maven-common-artifact-filters-3.0.0.pom [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.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 834 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 1.7 MB/s) [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 [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 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 834 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [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.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 572 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 4.9 MB/s) [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.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 267 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 995 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 783 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 234 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 606 kB/s) [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 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 127 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.parent --- [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 [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 10 MB/s) [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 321 kB/s) [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 [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 639 kB/s) [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 [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 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 8.0 MB/s) [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 3.0.5-SNAPSHOT [2/39] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 651 kB/s) [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 [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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom (8.1 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar (42 kB at 672 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 605 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom (15 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 14 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar (156 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 43 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797427440 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 8.8 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [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 [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 395 kB/s) [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 [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 368 kB/s) [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 [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 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 690 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 79 kB/s) [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 [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 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 22 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 248 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 1.1 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom (13 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom (5.1 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom (3.8 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom (8.0 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 596 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar (343 kB at 6.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 222 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 3.3 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jpql --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/OrExpression.java:22: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/OrExpression.java:27: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:93: warning: no @param for type [WARNING] Object[] getConstructors(Object type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:144: warning: no @param for expression [WARNING] Object getManagedType(Expression expression); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:144: warning: no @return [WARNING] Object getManagedType(Expression expression); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:218: warning: no @param for typeDeclaration [WARNING] Object getType(Object typeDeclaration); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:316: warning: no @param for type [WARNING] boolean isEnumType(Object type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:338: warning: no @param for managedType [WARNING] boolean isManagedTypeResolvable(Object managedType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:404: warning: no @param for type [WARNING] boolean isTypeResolvable(Object type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/Expression.java:871: warning: no @param for queryPosition [WARNING] void populatePosition(QueryPosition queryPosition, int position); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:242: warning: no @throws for java.lang.NoSuchMethodException [WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:242: warning: no @throws for java.lang.IllegalAccessException [WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:242: warning: no @throws for java.lang.reflect.InvocationTargetException [WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:476: warning: no @param for identifier [WARNING] public JPAVersion getIdentifierVersion(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionFactory.java:109: warning: no @param for tolerant [WARNING] protected abstract AbstractExpression buildExpression(AbstractExpression parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:190: warning: no @param for queryBNFId [WARNING] public Iterable getIdentifiers(String queryBNFId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:199: warning: no @param for identifier [WARNING] public JPAVersion getIdentifierVersion(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:322: warning: no @param for fallbackExpressionFactoryId [WARNING] public void setFallbackExpressionFactoryId(String queryBNFId, String fallbackExpressionFactoryId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractJPQLGrammar.java:264: warning: no @param for fallbackExpressionFactoryId [WARNING] public void setFallbackExpressionFactoryId(String queryBNFId, String fallbackExpressionFactoryId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/JPQLQueryBNF.java:483: warning: no @return [WARNING] public boolean handlesNestedArray() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractLiteralExpressionFactory.java:56: warning: no @param for tolerant [WARNING] protected abstract AbstractExpression buildExpression(AbstractExpression parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractLiteralExpressionFactory.java:137: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AggregateFunction.java:95: warning: no @param for wordParser [WARNING] protected AbstractExpression buildEncapsulatedExpression(WordParser wordParser, String word) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/DeleteStatement.java:78: warning: no @return [WARNING] public DeleteClause addDeleteClause() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/NullComparisonExpression.java:61: warning: no @param for identifier [WARNING] public NullComparisonExpression(AbstractExpression parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1238: warning: no @param for expression [WARNING] protected RangeVariableDeclaration findRangeVariableDeclaration(UpdateClause expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1504: warning: no @param for [WARNING] protected final T getHelper(Class helperClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1919: warning: no description for @param [WARNING] * @param expression [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1920: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2217: warning: no description for @param [WARNING] * @param queryBNF [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2236: warning: no description for @param [WARNING] * @param queryBNFId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2388: warning: no @param for [WARNING] protected final void registerHelper(Class helperClass, T helper) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4030: warning: no @param for [WARNING] protected void visitCollectionExpression(T expression, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4539: warning: no description for @param [WARNING] * @param expression [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4543: warning: no @param for [WARNING] protected void visitStatement(T expression, StatementHelper helper) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:7007: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:9285: warning: no @return [WARNING] protected abstract boolean add(AbstractContentAssistVisitor contentAssist, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:9371: warning: no @return [WARNING] protected boolean isPossibleCompositeIdentifier(String clause, String fragment) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistExtension.java:71: warning: no description for @param [WARNING] * @param prefix [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistProposals.java:150: warning: no @return [WARNING] ClassType getClassType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistProposals.java:227: warning: no @return [WARNING] Iterable enumConstants(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/DefaultJPQLQueryContext.java:47: warning: no @param for jpqlGrammar [WARNING] public DefaultJPQLQueryContext(JPQLGrammar jpqlGrammar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringDelta.java:41: warning: no @return [WARNING] String applyChanges(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/DefaultSemanticValidator.java:522: warning: no @return [WARNING] protected boolean validateBooleanType(Expression expression, String messageKey) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringTool.java:460: warning: no @param for [WARNING] protected void visit(T stateObject, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringTool.java:671: warning: no @param for managedTypeProvider [WARNING] public FieldNameRenamer(IManagedTypeProvider managedTypeProvider, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/IScalarExpressionStateObjectBuilder.java:139: warning: no @param for jdbcDate [WARNING] T date(String jdbcDate); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/AbstractStateObjectBuilder.java:73: warning: no @param for [WARNING] protected final > void checkBuilders(T... builders) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/DefaultCaseExpressionStateObjectBuilder.java:32: warning: no @param for parent [WARNING] public DefaultCaseExpressionStateObjectBuilder(StateObject parent) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/IPropertyChangeEvent.java:56: warning: no @param for [WARNING] S getSource(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for list [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for eventType [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for listName [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for items [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for startIndex [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for endIndex [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/StateObject.java:152: warning: no @return [WARNING] boolean isDecorated(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:156: warning: no @throws for java.lang.NoSuchMethodException [WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:156: warning: no @throws for java.lang.IllegalAccessException [WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:156: warning: no @throws for java.lang.reflect.InvocationTargetException [WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:260: warning: no @param for [WARNING] protected T buildStateObject(CharSequence jpqlFragment, String queryBNFId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:277: warning: no @param for [WARNING] protected List buildStateObjects(CharSequence jpqlFragment, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:473: warning: no @param for [WARNING] protected List parent(List stateObjects) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:486: warning: no @param for [WARNING] protected T[] parent(T... stateObjects) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:499: warning: no @param for [WARNING] protected T parent(T stateObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ListHolderStateObject.java:39: warning: no @param for [WARNING] S addItem(S item); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ListHolderStateObject.java:39: warning: no @return [WARNING] S addItem(S item); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractIdentificationVariableDeclarationStateObject.java:172: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:269: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:281: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:294: warning: no @return [WARNING] public IMapping getMapping(int index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:440: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractRangeVariableDeclarationStateObject.java:82: warning: no @param for root [WARNING] public AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractSelectClauseStateObject.java:80: warning: no @return [WARNING] public boolean hasDistinct() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ArithmeticFactorStateObject.java:75: warning: no @param for plusSign [WARNING] public ArithmeticFactorStateObject(StateObject parent, boolean plusSign, StateObject stateObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/BadExpressionStateObject.java:37: warning: no @param for text [WARNING] public BadExpressionStateObject(StateObject parent, String text) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:150: warning: no @param for [WARNING] protected void addListener(Map> listeners, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:195: warning: no @param for [WARNING] public boolean canMoveDown(List list, T stateObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:209: warning: no @param for [WARNING] public boolean canMoveUp(List list, T item) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:272: warning: no @param for listeners [WARNING] protected boolean hasListeners(Map listeners, String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:483: warning: no @param for [WARNING] protected void removeListener(Map> listeners, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:92: warning: no description for @param [WARNING] * @param entityStateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:95: warning: no description for @param [WARNING] * @param of [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:96: warning: no description for @param [WARNING] * @param collectionValuedPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:116: warning: no description for @param [WARNING] * @param entityStateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:117: warning: no description for @param [WARNING] * @param collectionValuedPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:239: warning: no description for @param [WARNING] * @param entityStateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ConcatExpressionStateObject.java:61: warning: no @param for parent [WARNING] public ConcatExpressionStateObject(StateObject parent, List stateObjects) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/IdentificationVariableStateObject.java:167: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/IdentificationVariableStateObject.java:238: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:98: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:118: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:139: warning: no description for @param [WARNING] * @param stateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:142: warning: no description for @param [WARNING] * @param items [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:159: warning: no description for @param [WARNING] * @param stateFieldPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:160: warning: no description for @param [WARNING] * @param items [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:174: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:219: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:238: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:330: warning: no description for @param [WARNING] * @param stateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/LikeExpressionStateObject.java:252: warning: no @param for escapeCharacter [WARNING] public void setEscapeCharacter(String escapeCharacter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/OrderByClauseStateObject.java:87: warning: no @param for paths [WARNING] public OrderByItemStateObject addItem(String... paths) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/OrderByItemStateObject.java:99: warning: no @param for ordering [WARNING] public OrderByItemStateObject(OrderByClauseStateObject parent, Ordering ordering) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/SimpleSelectClauseStateObject.java:111: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/UpdateItemStateObject.java:180: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:100: warning: no description for @param [WARNING] * @param subquery [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:321: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:322: warning: no description for @param [WARNING] * @param resolver [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:323: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/StateFieldResolver.java:40: warning: no @param for path [WARNING] public StateFieldResolver(Resolver parent, String path) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/filter/AndFilter.java:58: warning: no @param for [WARNING] public static Filter and(Filter... filters) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/CloneIterable.java:63: warning: no @param for element [WARNING] protected void remove(@SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:165: warning: no @param for element [WARNING] void remove(T element); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/EmptyIterable.java:61: warning: no @param for [WARNING] public static Iterable instance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SingleElementListIterable.java:49: warning: no @param for element [WARNING] public SingleElementListIterable(E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:67: warning: no @param for iterator [WARNING] public SnapshotCloneIterable(Iterator iterator) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:77: warning: no @param for iterator [WARNING] public SnapshotCloneIterable(Iterator iterator, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:77: warning: no @param for remover [WARNING] public SnapshotCloneIterable(Iterator iterator, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:89: warning: no @param for collection [WARNING] public SnapshotCloneIterable(Collection collection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:99: warning: no @param for collection [WARNING] public SnapshotCloneIterable(Collection collection, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:99: warning: no @param for remover [WARNING] public SnapshotCloneIterable(Collection collection, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:60: warning: no @param for collection [WARNING] public CloneIterator(Collection collection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:69: warning: no @param for array [WARNING] public CloneIterator(E[] array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:78: warning: no @param for collection [WARNING] public CloneIterator(Collection collection, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:78: warning: no @param for remover [WARNING] public CloneIterator(Collection collection, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:87: warning: no @param for array [WARNING] public CloneIterator(E[] array, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:87: warning: no @param for remover [WARNING] public CloneIterator(E[] array, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:96: warning: no @param for remover [WARNING] protected CloneIterator(Remover remover, Object... array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:96: warning: no @param for array [WARNING] protected CloneIterator(Remover remover, Object... array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:138: warning: no @return [WARNING] protected E nestedNext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:148: warning: no @param for e [WARNING] protected void remove(E e) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/EmptyIterator.java:48: warning: no @param for [WARNING] public static synchronized Iterator instance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:101: warning: no @param for [WARNING] public static T[] array(Class componentType, Iterable iterable) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:114: warning: no @param for [WARNING] public static T[] array(Class componentType, Iterator iterator) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:136: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:155: warning: no @param for [WARNING] public static List list(Iterator iterator) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/filter/NullFilter.java:46: warning: no @param for [WARNING] public static Filter instance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:41: warning: no @param for array [WARNING] public ArrayIterable(E... array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:50: warning: no @param for array [WARNING] public ArrayIterable(E[] array, int start) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:50: warning: no @param for start [WARNING] public ArrayIterable(E[] array, int start) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for array [WARNING] public ArrayIterable(E[] array, int start, int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for start [WARNING] public ArrayIterable(E[] array, int start, int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for length [WARNING] public ArrayIterable(E[] array, int start, int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:63: warning: no @param for index [WARNING] protected void add(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:63: warning: no @param for element [WARNING] protected void add(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:74: warning: no @param for index [WARNING] protected void remove(@SuppressWarnings("unused") int index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:85: warning: no @param for index [WARNING] protected void set(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:85: warning: no @param for element [WARNING] protected void set(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterator/CloneListIterator.java:231: warning: no @param for index [WARNING] void add(int index, T o); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterator/CloneListIterator.java:231: warning: no @param for o [WARNING] void add(int index, T o); [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jpql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 3.0.5-SNAPSHOT [3/39] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom (22 kB at 482 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 567 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom (11 kB at 448 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom (913 B at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom (12 kB at 462 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom (12 kB at 474 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 627 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom (5.3 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom (10.0 kB at 262 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom (18 kB at 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.pom (6.4 kB at 169 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom (24 kB at 671 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom (13 kB at 391 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom (12 kB at 353 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.pom (6.8 kB at 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 601 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 368 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 272 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom (4.6 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom (18 kB at 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar (290 kB at 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar (45 kB at 706 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar (221 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar (25 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar (25 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 650 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar (28 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar (68 kB at 519 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar (56 kB at 420 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar (48 kB at 315 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 750 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar (1.4 MB at 5.8 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797459411 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 3.0.5-SNAPSHOT [4/39] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797499381 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[259,23] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[386,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[573,23] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[698,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,67] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,67] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,67] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,67] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,67] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java:[347,17] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test.framework --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:32: warning: empty tag [WARNING] *

Purpose: [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:22: warning: empty tag [WARNING] *

Purpose:This is a JUnit Test wrapper for TopLink. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java:20: warning: empty tag [WARNING] *

Purpose:All the test cases are subclassed from this class. Each test case tests single [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCollection.java:24: warning: empty tag [WARNING] *

Purpose: TestCollection is a collection of test suites and models. When a test collection is executed [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:23: warning: empty tag [WARNING] *

Purpose:Creates several variations of the passed TestCase [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWrapper.java:19: warning: empty tag [WARNING] *

Purpose:A wrapper around TestCase. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:29: warning: no @param for summary [WARNING] public void appendTestResult(TestResultsSummary summary); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:41: warning: no @return [WARNING] public Session defaultLogin(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:46: warning: no @param for executor [WARNING] public void execute(TestExecutor executor) throws Throwable; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:46: warning: no @throws for java.lang.Throwable [WARNING] public void execute(TestExecutor executor) throws Throwable; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:51: warning: no @return [WARNING] public TestEntity getContainer(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:56: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:63: warning: no @return [WARNING] public ResultInterface getReport(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:69: warning: no @param for testResult [WARNING] public void setReport(ResultInterface testResult); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:80: warning: no @param for log [WARNING] public void logRegressionResult(Writer log); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:85: warning: no @param for log [WARNING] public void logResult(Writer log); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:90: warning: no @param for log [WARNING] public void logResult(Writer log, boolean shouldLogOnlyErrors); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:90: warning: no @param for shouldLogOnlyErrors [WARNING] public void logResult(Writer log, boolean shouldLogOnlyErrors); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:101: warning: no @param for testEntity [WARNING] public void setContainer(TestEntity testEntity); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @param for source [WARNING] public boolean compareObjects(Object source, Object target) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @param for target [WARNING] public boolean compareObjects(Object source, Object target) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @return [WARNING] public boolean compareObjects(Object source, Object target) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:124: warning: no @param for object [WARNING] public boolean verifyDelete(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:124: warning: no @return [WARNING] public boolean verifyDelete(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:296: warning: no @return [WARNING] public String getDescription() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:303: warning: no @return [WARNING] public TestExecutor getExecutor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:310: warning: no @return [WARNING] public String getIndentationString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:335: warning: no @return [WARNING] public EntityManager createEntityManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:342: warning: no @return [WARNING] public org.eclipse.persistence.sessions.DatabaseSession getDatabaseSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:349: warning: no @return [WARNING] public org.eclipse.persistence.internal.sessions.AbstractSession getAbstractSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:356: warning: no @return [WARNING] public org.eclipse.persistence.sessions.Session getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:363: warning: no @return [WARNING] public Server getServerSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:396: warning: no @return [WARNING] public TestResult getTestResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:458: warning: no @throws for java.lang.Throwable [WARNING] public void reset() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:488: warning: no @throws for java.lang.Throwable [WARNING] protected void resetVerify() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:500: warning: no @param for description [WARNING] public void setDescription(String description) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:507: warning: no @param for anExecutor [WARNING] public void setExecutor(TestExecutor anExecutor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:514: warning: no @param for indentationString [WARNING] public void setIndentationString(String indentationString) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:531: warning: no @param for exception [WARNING] public void setTestException(EclipseLinkException exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:547: warning: no @param for testResult [WARNING] public void setTestResult(TestResult testResult) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:556: warning: no @throws for java.lang.Throwable [WARNING] protected void setup() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:572: warning: no @throws for java.lang.Throwable [WARNING] public void executeTest() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:581: warning: no @throws for java.lang.Throwable [WARNING] protected void test() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:596: warning: no @throws for java.lang.Throwable [WARNING] protected void verify() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:604: warning: no @param for message [WARNING] public void throwError(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:612: warning: no @param for message [WARNING] public void throwError(String message, Throwable exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:612: warning: no @param for exception [WARNING] public void throwError(String message, Throwable exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:621: warning: no @param for message [WARNING] public void throwWarning(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:633: warning: no @param for assertion [WARNING] public void strongAssert(boolean assertion, String errorMessage) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:633: warning: no @param for errorMessage [WARNING] public void strongAssert(boolean assertion, String errorMessage) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:643: warning: no description for @param [WARNING] * @param assertion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:644: warning: no description for @param [WARNING] * @param warningMessage [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:694: warning: no @return [WARNING] public SessionEventAdapter checkTransactionIsolation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:723: warning: no @param for session [WARNING] public static boolean supportsStoredProcedures(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:723: warning: no @return [WARNING] public static boolean supportsStoredProcedures(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/BatchTestRunner.java:38: warning: no @param for str [WARNING] public static void log(String str) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:37: warning: no @return [WARNING] public int getIterations(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:66: warning: no @return [WARNING] public long getTestRunTime(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:73: warning: no @param for testRunTime [WARNING] public void setTestRunTime(long testRunTime); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:78: warning: no @return [WARNING] public double getAllowableDecrease(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:83: warning: no @param for allowableDecrease [WARNING] public void setAllowableDecrease(double allowableDecrease); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:88: warning: no @return [WARNING] public List getTests(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:93: warning: no @param for test [WARNING] public void addTest(TestCase test); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:180: warning: no @param for performanceTest [WARNING] public static void executeTest(PerformanceComparisonTest performanceTest) throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:180: warning: no @throws for java.lang.Throwable [WARNING] public static void executeTest(PerformanceComparisonTest performanceTest) throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:250: warning: no @param for performanceTest [WARNING] public static void verify(PerformanceComparisonTest performanceTest) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:266: warning: no @return [WARNING] public Session buildEmulatedSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:41: warning: no @return [WARNING] public int getMaxThreads() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:48: warning: no @param for maxThreads [WARNING] public void setMaxThreads(int maxThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:72: warning: no @param for numberOfThreads [WARNING] public void startTest(int numberOfThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:135: warning: no @param for numberOfThreads [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:135: warning: no @throws for java.lang.Exception [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:177: warning: no @throws for java.lang.Exception [WARNING] public abstract void runTask() throws Exception; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:183: warning: no @param for numberOfThreads [WARNING] public void addThreadTest(final int numberOfThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java:53: warning: no @param for test [WARNING] public static void verify(PerformanceRegressionTest test) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:38: warning: no @return [WARNING] public int getMaxThreads() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:45: warning: no @param for maxThreads [WARNING] public void setMaxThreads(int maxThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:78: warning: no @param for numberOfThreads [WARNING] public void startTest(int numberOfThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:136: warning: no @param for numberOfThreads [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:136: warning: no @throws for java.lang.Exception [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:161: warning: no @throws for java.lang.Exception [WARNING] public abstract void runTask() throws Exception; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @param for objectToBeMutated [WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @param for isInUOW [WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @return [WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:161: warning: no @return [WARNING] public boolean makesTrivialUpdate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:168: warning: no @return [WARNING] public boolean testShouldMutate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:192: warning: no @param for value [WARNING] public void setMakesTrivialUpdate(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:202: warning: no @param for value [WARNING] public void setTestShouldMutate(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:211: warning: no @param for value [WARNING] public void setShouldBindAllParameters(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for controlQuery [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for queryWithJoins [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for session [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @return [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for controlQuery [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for queryWithJoins [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for session [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @return [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:106: warning: no @param for junitTestCaseClass [WARNING] public static Vector suite(Class junitTestCaseClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:106: warning: no @return [WARNING] public static Vector suite(Class junitTestCaseClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:207: warning: no @param for expression [WARNING] public Vector readAllTestModelSummaries(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:207: warning: no @return [WARNING] public Vector readAllTestModelSummaries(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:218: warning: no @param for expression [WARNING] public Vector readAllTests(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:218: warning: no @return [WARNING] public Vector readAllTests(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:250: warning: no @param for log [WARNING] public void saveLoadBuild(java.io.Writer log) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:34: warning: no @param for reference [WARNING] public void addWeakReference(Object reference) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:41: warning: no @param for references [WARNING] public void addWeakReferences(List references) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:27: warning: no @return [WARNING] public boolean hasPassed(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:32: warning: no @return [WARNING] public boolean shouldLogResult(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:37: warning: no @param for log [WARNING] public void logResult(Writer log); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:90: warning: no @return [WARNING] public String getExceptionStackTraceForDatabase() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:109: warning: no @return [WARNING] public String getExceptionStackTrace() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:142: warning: no @return [WARNING] public EclipseLinkException getLoadBuildException() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:162: warning: no @return [WARNING] public String getOutcome() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:169: warning: no @param for exception [WARNING] public String getOutcomeForException(EclipseLinkException exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:169: warning: no @return [WARNING] public String getOutcomeForException(EclipseLinkException exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:202: warning: no @return [WARNING] public boolean hasError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:209: warning: no @return [WARNING] public boolean hasFatalError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:224: warning: no @return [WARNING] public boolean hasProblem() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:231: warning: no @return [WARNING] public boolean hasWarning() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:238: warning: no @return [WARNING] public boolean hasFailed() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:245: warning: no @param for log [WARNING] public void logRegressionResult(Writer log) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:293: warning: no @param for anException [WARNING] public void setException(EclipseLinkException anException) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:301: warning: no @param for stackTrace [WARNING] public void setExceptionStackTrace(String stackTrace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:332: warning: no @param for outcome [WARNING] public void setOutcome(String outcome) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:123: warning: no @return [WARNING] public double getAverageTestCount() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:130: warning: no @param for averageTestCount [WARNING] public void setAverageTestCount(double averageTestCount) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:140: warning: no @return [WARNING] public double getPercentageDifferenceLastRun() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:148: warning: no @return [WARNING] public double getPercentageDifferenceAverage() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:158: warning: no @return [WARNING] public String getBaselineVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:193: warning: no @return [WARNING] public List getTestCounts() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:200: warning: no @return [WARNING] public List getCurrentVersionResults() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:207: warning: no @return [WARNING] public List getBaselineVersionResults() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:214: warning: no @param for time [WARNING] public void addTestCount(long time, int test) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:214: warning: no @param for test [WARNING] public void addTestCount(long time, int test) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:299: warning: no @param for times [WARNING] public static Number maxResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:299: warning: no @return [WARNING] public static Number maxResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:313: warning: no @param for times [WARNING] public static Number minResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:313: warning: no @return [WARNING] public static Number minResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:327: warning: no @param for times [WARNING] public static List filterMaxMinResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:327: warning: no @return [WARNING] public static List filterMaxMinResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:339: warning: no @param for allTimes [WARNING] public static double averageResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:339: warning: no @return [WARNING] public static double averageResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:354: warning: no @param for allTimes [WARNING] public static double standardDeviationResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:354: warning: no @return [WARNING] public static double standardDeviationResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @param for result [WARNING] public static double percentageDifference(double result, double baseline) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @param for baseline [WARNING] public static double percentageDifference(double result, double baseline) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @return [WARNING] public static double percentageDifference(double result, double baseline) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PromptTestRunner.java:68: warning: no @param for str [WARNING] public static void log(String str) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PromptTestRunner.java:112: warning: no @param for argv [WARNING] public void run(String[] argv) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:45: warning: no description for @param [WARNING] * @param session [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 3.0.5-SNAPSHOT [5/39] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom (10.0 kB at 356 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar (93 kB at 3.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 48 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 6.2 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797505696 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 561 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[89,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[90,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java:[77,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java:[78,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicCollectionAccessor.java:[43,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[23,56] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[437,103] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3445,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[38,5] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[68,39] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/AttributeProxyImpl.java:33: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/AttributeProxyImpl.java:34: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/CollectionAttributeProxyImpl.java:26: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/CollectionAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:28: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:29: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/ListAttributeProxyImpl.java:26: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/ListAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:29: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:30: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:31: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/SetAttributeProxyImpl.java:26: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/SetAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2454: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2455: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2350: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:44: warning: no @param for cls [WARNING] void clear(Class cls); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:54: warning: no @param for queryName [WARNING] void clearQueryCache(String queryName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:59: warning: no @param for entityClass [WARNING] void clearQueryCache(Class entityClass); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:66: warning: no @param for object [WARNING] long timeToLive(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:66: warning: no @return [WARNING] long timeToLive(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:72: warning: no @param for object [WARNING] boolean isValid(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:72: warning: no @return [WARNING] boolean isValid(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @param for cls [WARNING] boolean isValid(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @param for id [WARNING] boolean isValid(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @return [WARNING] boolean isValid(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:89: warning: no @param for cls [WARNING] void print(Class cls); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @param for cls [WARNING] Object getObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @param for id [WARNING] Object getObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @return [WARNING] Object getObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:118: warning: no @param for object [WARNING] Object putObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:118: warning: no @return [WARNING] Object putObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:126: warning: no @param for object [WARNING] Object removeObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:126: warning: no @return [WARNING] Object removeObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @param for cls [WARNING] Object removeObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @param for id [WARNING] Object removeObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @return [WARNING] Object removeObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:139: warning: no @param for object [WARNING] boolean contains(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:139: warning: no @return [WARNING] boolean contains(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:144: warning: no @param for object [WARNING] void evict(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:151: warning: no @param for object [WARNING] void evict(Object object, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:151: warning: no @param for invalidateInCluster [WARNING] void evict(Object object, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for classToEvict [WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for id [WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for invalidateInCluster [WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:163: warning: no @param for object [WARNING] Object getId(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:163: warning: no @return [WARNING] Object getId(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:49: warning: no description for @param [WARNING] * @param emf [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:447: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:456: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:465: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:91: warning: no description for @param [WARNING] * @param aDescriptor [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:92: warning: no description for @param [WARNING] * @param field [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:93: warning: no description for @param [WARNING] * @param allMappings [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:109: warning: no description for @param [WARNING] * @param aDescriptor [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:110: warning: no description for @param [WARNING] * @param field [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:111: warning: no description for @param [WARNING] * @param allMappings [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:138: warning: no description for @param [WARNING] * @param classLoader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:174: warning: no @param for pkClassName [WARNING] public void setPrimaryKeyClassName(String pkClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:190: warning: no @param for pkClass [WARNING] public void setPKClass(Class pkClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:197: warning: no @return [WARNING] public String getPKClassName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:282: warning: no description for @param [WARNING] * @param cls [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:283: warning: no description for @param [WARNING] * @param fieldName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:285: warning: no description for @throws [WARNING] * @throws NoSuchFieldException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @param for keyClass [WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @param for session [WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @return [WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:737: warning: no @param for session [WARNING] public Object getPkValueFromKeyForField(Object key, DatabaseField field, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:36: warning: no @return [WARNING] DatabaseQuery getDatabaseQuery(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:42: warning: no @return [WARNING] JpaEntityManager getEntityManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:63: warning: no @param for query [WARNING] void setDatabaseQuery(DatabaseQuery query); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:110: warning: no @param for entityManager [WARNING] protected QueryImpl(EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:119: warning: no @param for query [WARNING] public QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:119: warning: no @param for entityManager [WARNING] public QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:323: warning: no @return [WARNING] public DatabaseQuery getDatabaseQuery() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:333: warning: no @return [WARNING] public DatabaseQuery getDatabaseQueryInternal() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:376: warning: no @param for e [WARNING] protected RuntimeException getDetailedException(DatabaseException e) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:376: warning: no @return [WARNING] protected RuntimeException getDetailedException(DatabaseException e) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:398: warning: no @return [WARNING] public JpaEntityManager getEntityManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:405: warning: no @return [WARNING] protected Map> getInternalParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:569: warning: no @return [WARNING] protected List processParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:601: warning: no @param for query [WARNING] public void setDatabaseQuery(DatabaseQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:627: warning: no @return [WARNING] public int getFirstResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:638: warning: no description for @param [WARNING] * @param flushMode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:640: warning: no @return [WARNING] public QueryImpl setFlushMode(FlushModeType flushMode) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:673: warning: no @param for call [WARNING] protected static void applyArguments(StoredProcedureCall call, DatabaseQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:673: warning: no @param for query [WARNING] protected static void applyArguments(StoredProcedureCall call, DatabaseQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @param for classLoader [WARNING] protected static DatabaseQuery applyHints(Map hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @param for session [WARNING] protected static DatabaseQuery applyHints(Map hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @return [WARNING] protected static DatabaseQuery applyHints(Map hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:725: warning: no description for @param [WARNING] * @param param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:726: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:760: warning: no @return [WARNING] protected boolean isFlushModeAUTO() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:775: warning: no @param for hintName [WARNING] protected void setHintInternal(String hintName, Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:775: warning: no @param for value [WARNING] protected void setHintInternal(String hintName, Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:787: warning: no description for @param [WARNING] * @param lockMode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:791: warning: no @return [WARNING] public QueryImpl setLockMode(LockModeType lockMode) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:828: warning: no @param for value [WARNING] protected Object convertTemporalType(Object value, TemporalType type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:828: warning: no @param for type [WARNING] protected Object convertTemporalType(Object value, TemporalType type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:843: warning: no description for @param [WARNING] * @param maxResult [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:861: warning: no @return [WARNING] public int getMaxResults() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:873: warning: no @return [WARNING] public int getMaxResultsInternal() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:880: warning: no description for @param [WARNING] * @param maxResult [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:918: warning: no description for @param [WARNING] * @param position [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:919: warning: no description for @param [WARNING] * @param value [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:998: warning: no @return [WARNING] public FlushModeType getFlushMode() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1015: warning: no @return [WARNING] public Map getHints() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for name [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for type [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @return [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for position [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for type [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @return [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1056: warning: no @param for name [WARNING] public Parameter getParameter(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1056: warning: no @return [WARNING] public Parameter getParameter(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1070: warning: no @param for position [WARNING] public Parameter getParameter(int position) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1070: warning: no @return [WARNING] public Parameter getParameter(int position) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @param for [WARNING] public T getParameterValue(Parameter param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @param for param [WARNING] public T getParameterValue(Parameter param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @return [WARNING] public T getParameterValue(Parameter param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1099: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1121: warning: no description for @param [WARNING] * @param position [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1145: warning: no @return [WARNING] public Set> getParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1153: warning: no @return [WARNING] public Set getSupportedHints() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @param for [WARNING] public T unwrap(Class cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @param for cls [WARNING] public T unwrap(Class cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @return [WARNING] public T unwrap(Class cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:73: warning: no @param for entityManager [WARNING] protected EJBQueryImpl(EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:80: warning: no @param for query [WARNING] public EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:80: warning: no @param for entityManager [WARNING] public EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:87: warning: no @param for jpql [WARNING] public EJBQueryImpl(String jpql, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:87: warning: no @param for entityManager [WARNING] public EJBQueryImpl(String jpql, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:98: warning: no @param for queryDescription [WARNING] public EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:98: warning: no @param for entityManager [WARNING] public EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:112: warning: no description for @param [WARNING] * @param jpql [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for queryName [WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map hints, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for lockMode [WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map hints, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for classLoader [WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map hints, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for resultClass [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for sqlString [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for classLoader [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for session [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @return [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for resultClass [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for sqlString [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for classLoader [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for session [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 3.0.5-SNAPSHOT [6/39] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom (19 kB at 663 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar (60 kB at 2.4 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797524352 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No previous run data found, generating javadoc. [INFO] 80 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:177: warning: no @param for [WARNING] public static C lookupEJB(final Class c, final String jndi) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:212: warning: no @return [WARNING] public String getPersistenceUnitName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:219: warning: no @return [WARNING] public boolean shouldRunTestOnServer() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:234: warning: no @return [WARNING] public static boolean isJTA() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:283: warning: no @return [WARNING] public boolean isWeavingEnabled() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:290: warning: no @param for persistenceUnitName [WARNING] public static boolean isWeavingEnabled(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:290: warning: no @return [WARNING] public static boolean isWeavingEnabled(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:299: warning: no @return [WARNING] public static boolean isJPA10() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:311: warning: no @return [WARNING] public static boolean isOnServer() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:325: warning: no @param for value [WARNING] public static void setIsOnServer(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:332: warning: no @return [WARNING] public boolean isHermesParser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:339: warning: no @return [WARNING] public static boolean usesSOP() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:349: warning: no @return [WARNING] public static boolean isSOPRecoverable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:359: warning: no @return [WARNING] public static ServerPlatform getServerPlatform() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:379: warning: no @param for value [WARNING] public static void setServerPlatform(ServerPlatform value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:419: warning: no @param for entityManager [WARNING] public void closeEntityManager(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:429: warning: no @param for entityManager [WARNING] public void closeEntityManagerAndTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:440: warning: no @param for entityManager [WARNING] public boolean isTransactionActive(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:440: warning: no @return [WARNING] public boolean isTransactionActive(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:452: warning: no @param for entityManager [WARNING] public boolean getRollbackOnly(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:452: warning: no @return [WARNING] public boolean getRollbackOnly(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:465: warning: no @param for entityManager [WARNING] public void beginTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:480: warning: no @param for entityManager [WARNING] public void commitTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:492: warning: no @param for entityManager [WARNING] public void rollbackTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:504: warning: no @return [WARNING] public EntityManager createEntityManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:516: warning: no @param for persistenceUnitName [WARNING] public static EntityManager createEntityManager(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:516: warning: no @return [WARNING] public static EntityManager createEntityManager(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:530: warning: no @param for properties [WARNING] public EntityManager createEntityManager(Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:530: warning: no @return [WARNING] public EntityManager createEntityManager(Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @param for persistenceUnitName [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @param for properties [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @return [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for persistenceUnitName [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for properties [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for descriptors [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @return [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:710: warning: no @param for warning [WARNING] public static void warning(String warning) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:729: warning: no @throws for java.lang.Throwable [WARNING] public void runBareClient() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:799: warning: no @return [WARNING] protected Properties getServerProperties() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:806: warning: no @param for writtenObject [WARNING] public void verifyObject(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:813: warning: no @param for writtenObject [WARNING] public static void verifyObject(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:813: warning: no @param for persistenceUnit [WARNING] public static void verifyObject(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:823: warning: no @param for writtenObject [WARNING] public void verifyObjectInEntityManager(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:830: warning: no @param for writtenObject [WARNING] public void verifyObjectInEntityManager(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:830: warning: no @param for persistenceUnit [WARNING] public void verifyObjectInEntityManager(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:845: warning: no @param for writtenObject [WARNING] public void verifyObjectInCacheAndDatabase(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:852: warning: no @param for writtenObject [WARNING] public static void verifyObjectInCacheAndDatabase(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:852: warning: no @param for persistenceUnit [WARNING] public static void verifyObjectInCacheAndDatabase(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:882: warning: no @param for obj1 [WARNING] public void compareObjects(Object obj1, Object obj2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:882: warning: no @param for obj2 [WARNING] public void compareObjects(Object obj1, Object obj2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for obj1 [WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for obj2 [WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for persistenceUnit [WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:899: warning: no @param for object [WARNING] public void verifyPersist(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:921: warning: no @param for object [WARNING] public void verifyPersistAndRemove(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:948: warning: no @param for writtenObject [WARNING] public void verifyDelete(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:955: warning: no @param for writtenObject [WARNING] public void verifyDelete(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:955: warning: no @param for persistenceUnit [WARNING] public void verifyDelete(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:974: warning: no @param for exception [WARNING] public void logThrowable(Throwable exception){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:986: warning: no @return [WARNING] public boolean isSelectForUpateSupported(){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1050: warning: no @param for puName [WARNING] public static boolean isSelectForUpateNoWaitSupported(String puName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1050: warning: no @return [WARNING] public static boolean isSelectForUpateNoWaitSupported(String puName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1088: warning: no @return [WARNING] public boolean supportsStoredProcedures(){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1108: warning: no @return [WARNING] public boolean supportsStoredFunctions(){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @param for session1 [WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @param for session2 [WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @return [WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:30: warning: no @return [WARNING] boolean isTransactionActive(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:35: warning: no @return [WARNING] boolean getRollbackOnly(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:60: warning: no @param for entityManager [WARNING] void closeEntityManager(EntityManager entityManager); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:65: warning: no @return [WARNING] boolean isOc4j(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:70: warning: no @return [WARNING] boolean isWeblogic(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:75: warning: no @return [WARNING] boolean isJBoss(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:80: warning: no @return [WARNING] boolean isSpring(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:85: warning: no @return [WARNING] boolean isClustered(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:90: warning: no @param for em [WARNING] void joinTransaction(EntityManager em); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:95: warning: no @param for persistenceUnit [WARNING] EntityManager getEntityManager(String persistenceUnit); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:95: warning: no @return [WARNING] EntityManager getEntityManager(String persistenceUnit); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:100: warning: no @param for persistenceUnit [WARNING] EntityManagerFactory getEntityManagerFactory(String persistenceUnit); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:100: warning: no @return [WARNING] EntityManagerFactory getEntityManagerFactory(String persistenceUnit); [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 3.0.5-SNAPSHOT [7/39] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797527164 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes [INFO] [INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-classes [WARNING] No processor claimed any of these annotations: org.junit.BeforeClass,org.junit.Test [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] No previous run data found, generating javadoc. [INFO] 96 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for metadataClass [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for element [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for persistenceUnit [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @throws for java.io.IOException [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @param for factory [WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @param for persistenceUnit [WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @throws for java.io.IOException [WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @param for annotatedElement [WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @param for rawClass [WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @return [WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:452: warning: no @param for qualifiedName [WARNING] protected String getName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:452: warning: no @return [WARNING] protected String getName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:463: warning: no @param for qualifiedName [WARNING] protected String getPackage(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:463: warning: no @return [WARNING] protected String getPackage(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @param for type [WARNING] protected String getUnqualifiedType(String type, HashMap imports) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @param for imports [WARNING] protected String getUnqualifiedType(String type, HashMap imports) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @return [WARNING] protected String getUnqualifiedType(String type, HashMap imports) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for typeImports [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for accessor [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for writer [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for persistenceUnit [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for childCanonicalpackage [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @return [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @throws for java.io.IOException [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for option [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for optionDefault [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for options [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @return [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:94: warning: no @param for logger [WARNING] protected MetadataMirrorFactory(final MetadataLogger logger, final ClassLoader loader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:94: warning: no @param for loader [WARNING] protected MetadataMirrorFactory(final MetadataLogger logger, final ClassLoader loader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:105: warning: no @param for puInfo [WARNING] public void addPersistenceUnit(SEPersistenceUnitInfo puInfo, PersistenceUnit persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:105: warning: no @param for persistenceUnit [WARNING] public void addPersistenceUnit(SEPersistenceUnitInfo puInfo, PersistenceUnit persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:124: warning: no @param for element [WARNING] public MetadataClass getMetadataClass(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:124: warning: no @return [WARNING] public MetadataClass getMetadataClass(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:228: warning: no @param for typeMirror [WARNING] public MetadataClass getMetadataClass(TypeMirror typeMirror) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:228: warning: no @return [WARNING] public MetadataClass getMetadataClass(TypeMirror typeMirror) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:247: warning: no @param for puInfo [WARNING] public MetadataProject getMetadataProject(SEPersistenceUnitInfo puInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:247: warning: no @return [WARNING] public MetadataProject getMetadataProject(SEPersistenceUnitInfo puInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:262: warning: no @return [WARNING] public Collection getPersistenceUnits() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:269: warning: no @return [WARNING] public ProcessingEnvironment getProcessingEnvironment() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:276: warning: no @return [WARNING] public Map getRoundElements() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:283: warning: no @param for element [WARNING] public boolean isRoundElement(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:283: warning: no @return [WARNING] public boolean isRoundElement(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:290: warning: no @param for cls [WARNING] public boolean isRoundElement(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:290: warning: no @return [WARNING] public boolean isRoundElement(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:310: warning: no @param for processingEnvironment [WARNING] public void setEnvironments(ProcessingEnvironment processingEnvironment, RoundEnvironment roundEnvironment) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:310: warning: no @param for roundEnvironment [WARNING] public void setEnvironments(ProcessingEnvironment processingEnvironment, RoundEnvironment roundEnvironment) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for puInfo [WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for mirrorFactory [WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for reader [WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:111: warning: no @param for element [WARNING] public void addEmbeddableAccessor(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:145: warning: no @param for embeddableAccessor [WARNING] protected void addEmbeddableAccessor(EmbeddableAccessor embeddableAccessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:174: warning: no @param for element [WARNING] public void addEntityAccessor(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:213: warning: no @param for element [WARNING] public void addMappedSuperclassAccessor(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:245: warning: no @param for propertyName [WARNING] protected void addPropertyFromOptions(String propertyName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:254: warning: no @param for mappingFile [WARNING] protected void addXMLEntityMappings(String mappingFile, XMLContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:254: warning: no @param for context [WARNING] protected void addXMLEntityMappings(String mappingFile, XMLContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:278: warning: no @param for mappingFile [WARNING] protected void addXMLEntityMappings(String mappingFile) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:314: warning: no @param for metadataClass [WARNING] public boolean containsClass(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:314: warning: no @return [WARNING] public boolean containsClass(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:335: warning: no @param for cls [WARNING] protected boolean excludeUnlistedClasses(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:335: warning: no @return [WARNING] protected boolean excludeUnlistedClasses(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:342: warning: no @param for metadataClass [WARNING] public ClassAccessor getClassAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:342: warning: no @return [WARNING] public ClassAccessor getClassAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:361: warning: no @param for qualifiedName [WARNING] public String getQualifiedCanonicalName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:361: warning: no @return [WARNING] public String getQualifiedCanonicalName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @param for accessor [WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @param for annotation [WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @return [WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:559: warning: no @param for accessor [WARNING] protected boolean shouldPreProcess(ClassAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:559: warning: no @return [WARNING] protected boolean shouldPreProcess(ClassAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:573: warning: no @param for metadataClass [WARNING] protected void removeEntityAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:583: warning: no @param for metadataClass [WARNING] protected void removeEmbeddableAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:593: warning: no @param for metadataClass [WARNING] protected void removeMappedSuperclassAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @param for logger [WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @param for processingEnv [WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @throws for java.io.IOException [WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:74: warning: no @param for inputStream [WARNING] protected void closeInputStream(InputStream inputStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @param for filename [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @param for processingEnv [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @return [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @throws for java.io.IOException [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @param for filename [WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @param for loadingPersistenceXML [WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @return [WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:133: warning: no @param for processingEnv [WARNING] protected HashSet getPersistenceUnitList(ProcessingEnvironment processingEnv ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:133: warning: no @return [WARNING] protected HashSet getPersistenceUnitList(ProcessingEnvironment processingEnv ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:152: warning: no @param for factory [WARNING] public void initPersistenceUnits(final MetadataMirrorFactory factory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXML.java:35: warning: no @return [WARNING] public List getPersistenceUnitInfos() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXMLMappings.java:136: warning: no @param for namespaceURI [WARNING] protected static XMLContext createXMLContext(String namespaceURI) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXMLMappings.java:136: warning: no @return [WARNING] protected static XMLContext createXMLContext(String namespaceURI) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:64: warning: no @param for processingEnv [WARNING] public ElementVisitor(ProcessingEnvironment processingEnv) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:76: warning: no @param for annotatedElement [WARNING] protected void buildMetadataAnnotations(MetadataAnnotatedElement annotatedElement, List annotationMirrors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:76: warning: no @param for annotationMirrors [WARNING] protected void buildMetadataAnnotations(MetadataAnnotatedElement annotatedElement, List annotationMirrors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:98: warning: no @param for modifiers [WARNING] protected int getModifiers(Set modifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:98: warning: no @return [WARNING] protected int getModifiers(Set modifiers) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 3.0.5-SNAPSHOT [8/39] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 953 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.pom (18 kB at 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom (1.3 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom (29 kB at 802 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom (3.4 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom (10 kB at 293 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom (13 kB at 392 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom (5.7 kB at 168 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom (13 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.pom (10 kB at 262 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.pom (12 kB at 309 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/json/2.0.0/json-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/json/2.0.0/json-2.0.0.pom (19 kB at 481 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.pom (35 kB at 901 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.1/project-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.1/project-3.0.1.pom (97 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 526 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 573 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom (13 kB at 161 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom (72 kB at 605 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom (10 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [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 [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 443 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [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 [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 537 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [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 [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 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 402 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 7.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 519 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar (139 kB at 5.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar (238 kB at 6.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar (689 kB at 10 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.jar (174 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar (142 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.jar (1.9 MB at 19 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar (935 kB at 8.3 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.jar (1.2 MB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar (61 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar (1.3 MB at 14 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797532276 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 191 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[21,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[444,26] createValidator() in jakarta.xml.bind.JAXBContext has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[953,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[957,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1117,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1121,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[784,20] isValidating() in jakarta.xml.bind.Unmarshaller has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[775,17] setValidating(boolean) in jakarta.xml.bind.Unmarshaller has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[28,39] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[109,19] getProperty(java.lang.String) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[101,17] setProperty(java.lang.String,java.lang.Object) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[53,20] validateRoot(java.lang.Object) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[73,20] validate(java.lang.Object) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[96,35] getEventHandler() in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[86,17] setEventHandler(jakarta.xml.bind.ValidationEventHandler) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java:[180,61] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java:[345,138] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/many/MultiDimensionalArrayValue.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/many/MultiDimensionalArrayValue.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3302 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4069 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/NoSchemaRefTestCases.java:[20,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/ValidatorTestCases.java:[23,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Customer.java:[32,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/BImpl.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.BImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[215,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[224,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[234,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[248,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[158,64] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[183,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[210,69] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[265,49] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[272,49] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderWrappersNillable.java:[30,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderWrappersNillable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/duplicatename/BeanB.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.duplicatename.BeanB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/BinaryCollectionRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.BinaryCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Thing.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlbindings/XMLBindingsWithExternalMetadataTestCases.java:[39,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/ns/Car.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.ns.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/TypeMappingInfoTestCases.java:[117,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/collisions/ConflictingListTypeTestCases.java:[150,37] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/source/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.source.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/emptystring/ListsTestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.emptystring.ListsTestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/qname/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.qname.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmployeeNoNamespace.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmployeeNoNamespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList9Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList9Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList9.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList9 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/qualified/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.qualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlns/USPrice.java:[21,13] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlns.USPrice overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/JAXBListOfObjectsTestCases.java:[75,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvirtualaccessmethods/proporder/PropOrderTestCases.java:[41,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/DefaultTestCases.java:[45,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithXmlRootElementRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementrefs/PurchaseOrder.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementrefs.PurchaseOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementrefs/TransportType.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementrefs.TransportType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/XmlClassExtractorTestCases.java:[61,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/XmlClassExtractorTestCases.java:[73,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Address.java:[29,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvirtualaccessmethods/proporder/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvirtualaccessmethods.proporder.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositedirectcollection/CollapsedStringListRoot.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.compositedirectcollection.CollapsedStringListRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootArray.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Animal.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Animal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Cat.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Cat overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SortedSetHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.SortedSetHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/Vehicle.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/RootArray.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.RootArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/AddressArray.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.AddressArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/PhoneNumberArray.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.PhoneNumberArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/SerializableAddress.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.SerializableAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlidref/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlidref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlidref/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlidref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/choice/BarA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.choice.BarA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/publicmember/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.publicmember.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/refresh/RefreshTestCases.java:[55,37] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Foo.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Bar.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Employee.java:[34,12] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Employee.Task overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Employee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeWithRootElementNoParentRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeWithRootElementNoParentRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/ChoiceMappingEmployeeTestCases.java:[79,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/reader/CharactersEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.CharactersEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Customer.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlmimetype/XmlMimeTypeCases.java:[62,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/emptystringns/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.emptystringns.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingGetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingGetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/nil/MaskFormatEntry.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.nil.MaskFormatEntry overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelements/XmlElementsListOfElementWrapped.java:[25,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelements.XmlElementsListOfElementWrapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SetHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.SetHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[27,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathCompany overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Employee.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/a/A.java:[23,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.a.A overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/b/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.b.B overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeWithElements.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.EmployeeWithElements overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/norootelement/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.norootelement.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/norootelement/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.norootelement.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/rootelement/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.rootelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/pkg3/OtherThing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.pkg3.OtherThing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlanyelement/XmlAnyElementCollectionModel.java:[27,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlanyelement.XmlAnyElementCollectionModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/EmptyContextTestCases.java:[36,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/multiline/MultiBean.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.multiline.MultiBean overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/Customer.java:[31,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/Data.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.Data overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/withstatic/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.dynamic.withstatic.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/singlenode/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.singlenode.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList7.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/qualified/RootWithAttributeNS.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.qualified.RootWithAttributeNS overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/ChoiceMappingWithJoinNodesTestCases.java:[91,37] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/ChoiceMappingWithJoinNodesTestCases.java:[111,41] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/arraylist/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlenumvalue/MyEnumModel.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlenumvalue.MyEnumModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/QueueHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.QueueHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolder.java:[36,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlschematype/USPrice.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlschematype.USPrice overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/xml/TestClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.xml.TestClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/InnerEnumWrapper.java:[21,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.InnerEnumWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Manager.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Manager overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/MapElementWrapperExternalTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/IDResolver.java:47: warning: no description for @throws [WARNING] * @throws SAXException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:36: warning: no description for @param [WARNING] * @param outputResolver [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:46: warning: no description for @param [WARNING] * @param namespaceURI [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:47: warning: no description for @param [WARNING] * @param suggestedFileName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:49: warning: no description for @throws [WARNING] * @throws java.io.IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSetMethodAttributeAccessor.java:48: warning: no description for @param [WARNING] * @param parameterTypeAsString [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSetMethodAttributeAccessor.java:49: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:34: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @param for attribute [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @param for type [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @return [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:35: warning: no @param for attributeName [WARNING] public void addAttributeNodes(String ... attributeName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:49: warning: no @param for attribute [WARNING] public Subgraph addSubgraph(String attribute); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:49: warning: no @return [WARNING] public Subgraph addSubgraph(String attribute); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @param for attribute [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @param for type [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @return [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:72: warning: no @return [WARNING] public List getAttributeNodes(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:78: warning: no @return [WARNING] public Class getClassType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/SessionEventListener.java:52: warning: no description for @param [WARNING] * @param value [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:70: warning: no description for @param [WARNING] * @param xmlAdapterClass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:81: warning: no description for @param [WARNING] * @param xmlAdapterClassName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:94: warning: no description for @param [WARNING] * @param xmlAdapterClass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:95: warning: no description for @param [WARNING] * @param schemaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:110: warning: no description for @param [WARNING] * @param xmlAdapterClassName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:111: warning: no description for @param [WARNING] * @param schemaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:208: warning: no @return [WARNING] public QName getSchemaType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:239: warning: no description for @param [WARNING] * @param mapping [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:240: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:312: warning: no @param for qname [WARNING] public void setSchemaType(QName qname) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:319: warning: no description for @param [WARNING] * @param xmlAdapterClass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:328: warning: no description for @param [WARNING] * @param xmlAdapterClassName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:337: warning: no @return [WARNING] public CoreConverter getNestedConverter() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:346: warning: no @param for nestedConverter [WARNING] public void setNestedConverter(CoreConverter nestedConverter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:240: warning: no @return [WARNING] public Map, Boolean> getConstraintsMap() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:41: warning: no @return [WARNING] public String getMessage() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:48: warning: no @return [WARNING] public String getMessageTemplate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:55: warning: no @return [WARNING] public T getRootBean() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:62: warning: no @return [WARNING] public Class getRootBeanClass() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:69: warning: no @return [WARNING] public Object getLeafBean() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:76: warning: no @return [WARNING] public Object[] getExecutableParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:83: warning: no @return [WARNING] public Object getExecutableReturnValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:90: warning: no @return [WARNING] public Path getPropertyPath() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:97: warning: no @return [WARNING] public Object getInvalidValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:104: warning: no @return [WARNING] public ConstraintDescriptor getConstraintDescriptor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:111: warning: no @return [WARNING] public ConstraintViolation unwrap() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:212: warning: no @param for context [WARNING] public JAXBContext(XMLContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for context [WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for generator [WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for boundTypes [WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for context [WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for generator [WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for boundTypes [WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:255: warning: no @return [WARNING] public BeanValidationHelper getBeanValidationHelper() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:299: warning: no description for @throws [WARNING] * @throws jakarta.xml.bind.JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:347: warning: no @return [WARNING] public XMLContext getXMLContext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:483: warning: no @param for qNameToClass [WARNING] public void setQNameToGeneratedClasses(HashMap qNameToClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:491: warning: no @return [WARNING] public Map getClassToGeneratedClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:499: warning: no @param for classToClass [WARNING] public void setClassToGeneratedClasses(HashMap classToClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:507: warning: no @param for ormSession [WARNING] public void applyORMMetadata(AbstractSession ormSession) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:515: warning: no @return [WARNING] public Map getQNamesToDeclaredClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:531: warning: no @param for nameToDeclaredClasses [WARNING] public void setQNamesToDeclaredClasses(HashMap nameToDeclaredClasses) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:539: warning: no @return [WARNING] public Map getArrayClassesToGeneratedClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:550: warning: no @return [WARNING] public Map getCollectionClassesToGeneratedClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:575: warning: no @return [WARNING] public Map getTypeMappingInfoToSchemaType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:586: warning: no @return [WARNING] public Map getTypeToSchemaType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:783: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @param for classesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for classesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @param for contextPath [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for contextPath [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for typesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for typesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @param for properties [WARNING] public static Map getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @param for classLoader [WARNING] public static Map getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @return [WARNING] public static Map getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for mapping [WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for enumClassName [WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for usesOrdinalValues [WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:59: warning: no description for @param [WARNING] * @param classLoader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:101: warning: no @return [WARNING] public boolean usesOrdinalValues() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBErrorHandler.java:40: warning: no description for @param [WARNING] * @param validationEventHandler [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:41: warning: no description for @param [WARNING] * @param jaxbContext [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:43: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:59: warning: no description for @param [WARNING] * @param jaxbUnmarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:60: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:61: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:77: warning: no description for @param [WARNING] * @param jaxbMarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:78: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:79: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:95: warning: no description for @param [WARNING] * @param jaxbBinder [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:96: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:97: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:114: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:115: warning: no description for @param [WARNING] * @param jaxbContext [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:116: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:117: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:120: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:145: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:146: warning: no description for @param [WARNING] * @param jaxbUnmarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:147: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:148: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:151: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:176: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:177: warning: no description for @param [WARNING] * @param jaxbMarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:178: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:179: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:182: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:207: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:208: warning: no description for @param [WARNING] * @param jaxbBinder [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:209: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:210: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:213: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:104: warning: no @return [WARNING] public String getEnumClassName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:112: warning: no @param for newClassName [WARNING] public void setEnumClassName(String newClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:120: warning: no @param for enumClass [WARNING] public void setEnumClass(Class enumClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:128: warning: no @return [WARNING] public Class getEnumClass() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @param for source [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @param for type [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @return [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @param for streamReader [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @param for type [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @return [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:705: warning: no @param for eventReader [WARNING] public JAXBElement unmarshal(XMLEventReader eventReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:705: warning: no @param for type [WARNING] public JAXBElement unmarshal(XMLEventReader eventReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 3.0.5-SNAPSHOT [9/39] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom (15 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar (302 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom (9.3 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar (26 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom (8.4 kB at 108 kB/s) [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 [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 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar (69 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 698 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom (19 kB at 504 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.pom (19 kB at 504 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom (2.3 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom (5.9 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar (37 kB at 1.0 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.jar (62 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar (588 kB at 7.4 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797551579 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[221,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1242,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom (2.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.pom (2.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 934 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 431 kB/s) [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 [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 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 890 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 923 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar (3.2 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.jar (273 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 7.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 840 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 809 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 22 MB/s) [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModelProject.java:195: warning: no @return [WARNING] protected XMLDescriptor buildBatchQueryDescriptor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:271: warning: no @return [WARNING] protected Project loadORMetadata(final XRDynamicClassLoader xrdecl, final ServerSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:309: warning: no @return [WARNING] protected Project loadOXMetadata(final ClassLoader xrdecl, final Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for oxProject [WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for orProject [WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for xrdcl [WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @param for project [WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @param for javaClassName [WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @return [WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @param for name [WARNING] protected QName resolveName(String name, NamespaceResolver ns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @param for ns [WARNING] protected QName resolveName(String name, NamespaceResolver ns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @return [WARNING] protected QName resolveName(String name, NamespaceResolver ns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:614: warning: no @param for orProject [WARNING] protected static void updateFindQueryNames(Project orProject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/ItemLinks.java:88: warning: no @param for rel [WARNING] public LinkV2 getLinkByRel(String rel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:99: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:100: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:101: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestAdapterClassWriter.java:33: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestAdapterClassWriter.java:34: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:80: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:81: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:82: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:83: warning: no description for @throws [WARNING] * @throws ClassNotFoundException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:78: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:79: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:80: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:81: warning: no description for @throws [WARNING] * @throws ClassNotFoundException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:38: warning: no @return [WARNING] public String getMimeType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @param for bytes [WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @param for mimeType [WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @return [WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:50: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:36: warning: no @return [WARNING] public List getBatchSql() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:43: warning: no @param for batchSql [WARNING] public void setBatchSql(List batchSql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:80: warning: no @return [WARNING] public boolean isJdbcTypeSet() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:87: warning: no @return [WARNING] public int getJdbcType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:94: warning: no @param for jdbcType [WARNING] public void setJdbcType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:65: warning: no @return [WARNING] public String getFindByPKQuery() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:78: warning: no @param for findByPKQuery [WARNING] public void setFindByPKQuery(String findByPKQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:48: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:62: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:76: warning: no description for @param [WARNING] * @param optional [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:55: warning: no @return [WARNING] public boolean isJdbcTypeSet() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:63: warning: no @return [WARNING] public int getJdbcType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:70: warning: no @param for jdbcType [WARNING] public void setJdbcType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProjectHelper.java:51: warning: no @param for orProject [WARNING] public static void fixOROXAccessors(Project orProject, Project oxProject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProjectHelper.java:51: warning: no @param for oxProject [WARNING] public static void fixOROXAccessors(Project orProject, Project oxProject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Util.java:488: warning: no @param for jdbcType [WARNING] public static String getTypeNameForJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Util.java:488: warning: no @return [WARNING] public static String getTypeNameForJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XmlBindingsModel.java:38: warning: no @return [WARNING] public List getBindingsList() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XmlBindingsModel.java:45: warning: no @param for bindingsList [WARNING] public void setBindingsList(List bindingsList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:266: warning: no description for @param [WARNING] * @param metadataSources [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:267: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:290: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:291: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:292: warning: no description for @throws [WARNING] * @throws Exception [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:312: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:313: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:315: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] protected JAXBContext createDynamicJAXBContext(AbstractSession session) throws JAXBException, IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:315: warning: no @throws for java.io.IOException [WARNING] protected JAXBContext createDynamicJAXBContext(AbstractSession session) throws JAXBException, IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:335: warning: no description for @param [WARNING] * @param info [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:336: warning: no description for @param [WARNING] * @param properties [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:337: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:348: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:349: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:358: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:359: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:360: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for tenantId [WARNING] public void delete(Map tenantId, String type, Object id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for type [WARNING] public void delete(Map tenantId, String type, Object id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for id [WARNING] public void delete(Map tenantId, String type, Object id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:449: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:450: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:451: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:460: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:461: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:462: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:463: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:472: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:473: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:474: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:476: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:551: warning: no description for @param [WARNING] * @param listItemId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:552: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:681: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:682: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:718: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:719: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:805: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:806: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:807: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:838: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:839: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:847: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:848: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:849: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1118: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1119: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1153: warning: no description for @param [WARNING] * @param object [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1154: warning: no description for @param [WARNING] * @param mediaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1155: warning: no description for @param [WARNING] * @param output [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1156: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1171: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1182: warning: no description for @param [WARNING] * @param object [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1183: warning: no description for @param [WARNING] * @param mediaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1184: warning: no description for @param [WARNING] * @param output [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1187: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1202: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1263: warning: no description for @param [WARNING] * @param object [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1279: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:136: warning: no description for @param [WARNING] * @param dcl [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:137: warning: no description for @param [WARNING] * @param originalProperties [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:138: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageable.java:34: warning: no @return [WARNING] int limit() default 100; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQueries.java:35: warning: no @return [WARNING] RestPageableQuery[] value(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQuery.java:34: warning: no @return [WARNING] String queryName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQuery.java:39: warning: no @return [WARNING] int limit() default 100; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/eventlistener/DescriptorBasedDatabaseEventListener.java:34: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/eventlistener/DescriptorBasedDatabaseEventListener.java:35: warning: no description for @param [WARNING] * @param queryName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:165: warning: no @param for parameterName [WARNING] public static JPARSException invalidParameter(String parameterName, String invalidValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:165: warning: no @param for invalidValue [WARNING] public static JPARSException invalidParameter(String parameterName, String invalidValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @param for key [WARNING] public static String buildMessage(String key, Object[] arguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @param for arguments [WARNING] public static String buildMessage(String key, Object[] arguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @return [WARNING] public static String buildMessage(String key, Object[] arguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:35: warning: no description for @param [WARNING] * @param key [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:36: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:37: warning: no description for @param [WARNING] * @param translate [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:38: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:98: warning: no @param for loader [WARNING] public PersistenceContextFactory getPersistenceFactory(ClassLoader loader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:184: warning: no @param for entityType [WARNING] protected PersistenceContext getPersistenceContext(String persistenceUnit, String entityType, URI baseURI, String version, Map initializationProperties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for version [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for persistenceUnit [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for httpHeaders [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for uriInfo [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @return [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for version [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for persistenceUnit [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for entityName [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for httpHeaders [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for uriInfo [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @return [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for version [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for persistenceUnit [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for queryName [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for httpHeaders [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for uriInfo [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @return [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:181: warning: no description for @param [WARNING] * @param context [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:182: warning: no description for @param [WARNING] * @param entityType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:183: warning: no description for @param [WARNING] * @param id [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [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 [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 63 kB/s) [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 [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 603 kB/s) [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 [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 250 kB/s) [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 [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 339 kB/s) [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 [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 53 kB/s) [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 [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 115 kB/s) [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 [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 198 kB/s) [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 [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 218 kB/s) [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 [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 168 kB/s) [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 [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 225 kB/s) [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 [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 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 197 kB/s) [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 [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 596 kB/s) [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 [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 610 kB/s) [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 [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 239 kB/s) [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 [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 125 kB/s) [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 [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 160 kB/s) [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 [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 61 kB/s) [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 [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 559 kB/s) [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 [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 189 kB/s) [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 [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 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 1.1 MB/s) [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 [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 224 kB/s) [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 [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 179 kB/s) [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 [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 111 kB/s) [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 [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 409 kB/s) [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 [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 377 kB/s) [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 [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 559 kB/s) [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 [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 989 kB/s) [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 [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 [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 [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 [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 [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 6.1 MB/s) [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 [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 8.6 MB/s) [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 [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 11 MB/s) [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 [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 5.7 MB/s) [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.jar [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 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar [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 1.6 MB/s) [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 [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 1.8 MB/s) [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 [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 4.9 MB/s) [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 [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.jar (268 kB at 13 MB/s) [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 [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 6.3 MB/s) [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 [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 865 kB/s) [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 [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 398 kB/s) [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 [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 212 kB/s) [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 [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 972 kB/s) [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 439 kB/s) [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.jar [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 [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 1.2 MB/s) [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 293 kB/s) [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 179 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 800 kB/s) [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.jar (61 kB at 598 kB/s) [INFO] Skip sql execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 3.0.5-SNAPSHOT [10/39] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.pom (6.5 kB at 172 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.jar (254 kB at 6.4 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797558571 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[50,67] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[51,67] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[52,67] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[53,67] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[54,67] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 32 resources [INFO] Copying 32 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[47,60] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[48,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[49,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[50,60] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[51,60] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[37,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/model/auction/StaticUser.java:[74,8] Class org.eclipse.persistence.jpars.test.model.auction.StaticUser overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/util/RestUtils.java:[710,40] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[148,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[148,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[201,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[201,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[257,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[257,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[291,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[291,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[325,9] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[325,50] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[355,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[355,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[376,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[376,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[413,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[413,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[428,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[428,48] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[441,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[441,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[460,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[460,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[481,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[481,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[504,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[504,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[517,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[517,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[530,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[530,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[557,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[557,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[585,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[585,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[608,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[608,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[619,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[619,48] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[628,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[628,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[64,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[64,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[81,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[81,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[111,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[111,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpars --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 3.0.5-SNAPSHOT [11/39] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797561455 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 43 resources [INFO] Copying 43 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2805 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedStatement.java:[211,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[87,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[88,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[115,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[116,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/Class1.java:[19,8] Class org.eclipse.persistence.testing.tests.returning.model.Class1 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/DefaultingFunctionsExpressionTest.java:[46,36] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/Child.java:[22,8] Class org.eclipse.persistence.testing.models.onetoonejointable.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Address.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Country.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java:[28,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyHollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java:[27,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyCharity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Employee.java:[26,8] Class org.eclipse.persistence.testing.models.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Address.java:[24,8] Class org.eclipse.persistence.testing.models.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Phone.java:[22,8] Class org.eclipse.persistence.testing.models.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Child.java:[22,8] Class org.eclipse.persistence.testing.models.employee.domain.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[82,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[59,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[182,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[183,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[184,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Charity.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.Charity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.HollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[195,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[196,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[197,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[235,32] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[192,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[142,32] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[111,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[112,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[113,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[114,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[115,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/toplink/Project.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/toplink/Project.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-srg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 3.0.5-SNAPSHOT [12/39] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.pom (14 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.jar (68 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom (4.7 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar (39 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom (6.3 kB at 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom (3.2 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom (2.5 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom (11 kB at 598 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom (8.5 kB at 942 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom (10 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom (10 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom (3.5 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom (3.7 kB at 308 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom (5.2 kB at 652 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom (3.3 kB at 465 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom (3.6 kB at 454 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 237 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 917 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom (2.8 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 231 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [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 [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 263 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [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 [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 326 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [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 [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 370 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [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 [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 262 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 583 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar (1.7 MB at 12 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar (118 kB at 4.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar (42 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar (21 kB at 840 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar (340 kB at 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar (210 kB at 3.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar (96 kB at 1.1 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar (205 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar (45 kB at 606 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar (49 kB at 558 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar (71 kB at 795 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 1.3 MB/s) [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.jar (85 kB at 931 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar (358 kB at 3.8 MB/s) [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.jar (34 kB at 357 kB/s) [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.jar (53 kB at 462 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797571919 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[58,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[66,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[74,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[82,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[89,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[104,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[112,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[131,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[151,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[176,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[197,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[205,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[221,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[229,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[242,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[256,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[264,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[272,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[280,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[288,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[295,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/rmi/iiop/_RMIRemoteCommandConnectionImpl_Tie.java:[102,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/corba/sun/_SunCORBAConnectionImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/corba/sun/_SunCORBAConnectionImplBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [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 [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 5.5 MB/s) [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 [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 19 MB/s) [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 [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 54 MB/s) [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.corba --- [INFO] No previous run data found, generating javadoc. [INFO] 117 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:56: warning: no @return [WARNING] public String getDefaultLocalUrl() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:102: warning: no @return [WARNING] public abstract String getDefaultInitialContextFactoryName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:108: warning: no @param for object [WARNING] public abstract CORBAConnection narrow(org.omg.CORBA.Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:108: warning: no @return [WARNING] public abstract CORBAConnection narrow(org.omg.CORBA.Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:114: warning: no @return [WARNING] public abstract CORBAConnection buildCORBAConnection(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @param for command [WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @param for rcm [WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @return [WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:38: warning: no @param for controller [WARNING] public CORBAConnection(CORBARemoteSessionController controller) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:252: warning: no @param for domainClass [WARNING] public ClassDescriptor getDescriptorForAlias(Class domainClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:252: warning: no @return [WARNING] public ClassDescriptor getDescriptorForAlias(Class domainClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:293: warning: no @return [WARNING] public CORBARemoteSessionController getRemoteSessionController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:657: warning: no @param for remoteSessionController [WARNING] public void setRemoteSessionController(CORBARemoteSessionController remoteSessionController) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:137: warning: no @return [WARNING] protected RemoteSessionController getController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:327: warning: no @param for controller [WARNING] protected void setController(RemoteSessionController controller) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:31: warning: no @return [WARNING] public Transporter processCommand(Transporter remoteTransporter) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:31: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter processCommand(Transporter remoteTransporter) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:36: warning: no @return [WARNING] public Transporter beginTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:36: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter beginTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:41: warning: no @return [WARNING] public Transporter beginEarlyTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:41: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter beginEarlyTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @param for remoteUnitOfWork [WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @return [WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:51: warning: no @return [WARNING] public Transporter commitTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:51: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter commitTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @param for remoetCursoredStreamID [WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @return [WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @param for remoteCursoredStream [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @param for pageSize [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @return [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @param for cursoredStream [WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @return [WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @param for policy [WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @return [WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for name [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for theClass [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for arguments [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @return [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @param for query [WARNING] public Transporter executeQuery(Transporter query) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @return [WARNING] public Transporter executeQuery(Transporter query) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter executeQuery(Transporter query) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:87: warning: no @return [WARNING] public Transporter getDefaultReadOnlyClasses() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:87: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getDefaultReadOnlyClasses() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @param for domainClass [WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @return [WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @param for domainClass [WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @return [WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:102: warning: no @return [WARNING] public Transporter getLogin() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:102: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getLogin() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @param for remoteFunctionCall [WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @return [WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @param for remoteValueHolder [WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @return [WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:120: warning: no @return [WARNING] public Transporter rollbackTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:120: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter rollbackTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @param for remoteScrollableCursorOid [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @param for rows [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @return [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @param for remoteScrollableCursorOid [WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @return [WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @return [WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @param for remoteScrollableCursorOid [WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @return [WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @return [WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @return [WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @return [WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @return [WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @return [WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @return [WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @return [WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @param for scrollableCursorOid [WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @return [WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @param for scrollableCursorOid [WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @return [WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @param for rows [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @return [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @param for cursoredStream [WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @return [WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:54: warning: no @param for controller [WARNING] public RMIConnection(RMIRemoteSessionController controller) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:352: warning: no @return [WARNING] public RMIRemoteSessionController getRemoteSessionController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:796: warning: no @param for remoteSessionController [WARNING] public void setRemoteSessionController(RMIRemoteSessionController remoteSessionController) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:142: warning: no @return [WARNING] protected RemoteSessionController getController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:332: warning: no @param for controller [WARNING] protected void setController(RemoteSessionController controller) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom (10.0 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom (5.6 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom (2.3 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar (2.1 MB at 46 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar (18 kB at 2.3 MB/s) [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.corba --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 3.0.5-SNAPSHOT [13/39] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom [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 [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 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom [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 [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 277 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom (21 kB at 210 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom [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 [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 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom [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 [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 562 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom [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 [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 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom [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 [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 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 291 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.2/all-1.6.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [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 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 20 MB/s) [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.jar [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.jar (56 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar [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 [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [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 [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 7.0 MB/s) [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 5.9 MB/s) [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 7.4 MB/s) [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 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar (2.4 MB at 25 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797581938 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.extension --- [INFO] No previous run data found, generating javadoc. [INFO] 13 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for rcm [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for channel [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for isLocalConnectionBeingCreated [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:73: warning: no @param for rcm [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:83: warning: no @return [WARNING] public boolean isLocal() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:121: warning: no @param for message [WARNING] public void onMessage(Message message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:167: warning: no @param for message [WARNING] protected String logDebugMessage(Message message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:167: warning: no @return [WARNING] protected String logDebugMessage(Message message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:54: warning: no @param for rcm [WARNING] public JGroupsTransportManager(RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:64: warning: no @param for isLocalConnectionBeingCreated [WARNING] protected BroadcastRemoteConnection createConnection(boolean isLocalConnectionBeingCreated) throws RemoteCommandManagerException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:64: warning: no @return [WARNING] protected BroadcastRemoteConnection createConnection(boolean isLocalConnectionBeingCreated) throws RemoteCommandManagerException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:155: warning: no @return [WARNING] public String getConfigFile() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:164: warning: no @param for configFile [WARNING] public void setConfigFile(String configFile) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.extension --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT [14/39] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.pom (11 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.jar (49 kB at 925 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom (8.8 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 510 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 534 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom (1.9 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom (2.5 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom (1.4 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom (1.9 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 576 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom (3.4 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom (4.3 kB at 394 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 708 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 319 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 292 kB/s) [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 [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 (24 kB at 811 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 686 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 650 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar (14 kB at 570 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar (42 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar (27 kB at 876 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar (41 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar (66 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar (192 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 755 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 895 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 601 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (326 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 270 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 850 kB/s) [WARNING] Ignoring download failure. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797594188 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.test.server.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.test.server.parent-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/org.eclipse.persistence.test.server.parent-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.test.server.parent-3.0.5-SNAPSHOT.pom.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 3.0.5-SNAPSHOT [15/39] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom (5.8 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar (40 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.pom (7.8 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin-parent/4.5-jdk8/maven-processor-plugin-parent-4.5-jdk8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin-parent/4.5-jdk8/maven-processor-plugin-parent-4.5-jdk8.pom (9.5 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.jar (49 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.pom (10 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp-plugins/2.3.0/smpp-plugins-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp-plugins/2.3.0/smpp-plugins-2.3.0.pom (8.3 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp/2.3.0/smpp-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp/2.3.0/smpp-2.3.0.pom (33 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.jar (39 kB at 987 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.pom (4.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven2/1.7.7/cargo-extensions-maven2-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven2/1.7.7/cargo-extensions-maven2-1.7.7.pom (1.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.7.7/cargo-extensions-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.7.7/cargo-extensions-1.7.7.pom (2.0 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.7.7/codehaus-cargo-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.7.7/codehaus-cargo-1.7.7.pom (45 kB at 606 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.jar (122 kB at 3.1 MB/s) [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings)' [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom (13 kB at 230 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [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 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom (13 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom (8.6 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom (5.7 kB at 139 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom (1.6 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom (8.5 kB at 231 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom (6.6 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/20/jboss-parent-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom (34 kB at 789 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom (5.4 kB at 170 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom (7.2 kB at 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/23/jboss-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom (35 kB at 723 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 192 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [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 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom (7.8 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom (14 kB at 479 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (6.0 kB at 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom (7.4 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/22/jboss-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/22/jboss-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/22/jboss-parent-22.pom (37 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom (5.0 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/9/jboss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/9/jboss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom (4.7 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/21/jboss-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/21/jboss-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/21/jboss-parent-21.pom (37 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom (21 kB at 576 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom (5.0 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom (5.2 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/10/jboss-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/10/jboss-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/10/jboss-parent-10.pom (30 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom (7.3 kB at 316 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom (4.0 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom (21 kB at 441 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom (7.3 kB at 183 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom (4.9 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom (4.3 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom (6.6 kB at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom (1.6 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom (2.6 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom (15 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom (13 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom (13 kB at 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom (5.6 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom (4.0 kB at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/13/jboss-parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/13/jboss-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/13/jboss-parent-13.pom (32 kB at 458 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom (7.3 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom (5.2 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom (11 kB at 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom (23 kB at 453 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom (25 kB at 517 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom (7.9 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom (6.0 kB at 46 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom (7.6 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom (1.6 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom (4.6 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom (8.6 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom (21 kB at 280 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom (5.7 kB at 153 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom (5.2 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom (5.6 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom (5.4 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom (7.3 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom (4.8 kB at 528 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom (13 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom (4.3 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom (6.6 kB at 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom (1.6 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom (4.0 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom (27 kB at 637 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom (25 kB at 419 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom (8.6 kB at 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom (4.6 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom (1.6 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom (14 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom (8.8 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom (6.9 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom (7.4 kB at 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom (4.6 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom (5.4 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom (4.6 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom (8.8 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom (6.9 kB at 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom (7.9 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom (7.2 kB at 231 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom (49 kB at 795 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom (61 kB at 848 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar (435 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar (16 kB at 860 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar (8.0 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar (61 kB at 994 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar (186 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar (74 kB at 831 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar (140 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar (60 kB at 560 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar (74 kB at 675 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar (42 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar (223 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar (39 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar (86 kB at 519 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar (2.3 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar (167 kB at 909 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar (325 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar (586 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar (284 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar (47 kB at 208 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar (85 kB at 363 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar (121 kB at 505 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar (2.5 MB at 8.0 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797609349 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 502 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar (163 kB at 6.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 33 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 4.4 MB/s) [INFO] Replacement run on 1 file. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-canonical-meta-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom (24 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom (3.9 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 421 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 621 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 510 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.pom (893 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.3/plexus-compiler-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.3/plexus-compiler-2.8.3.pom (6.2 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.pom (713 B at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.pom (794 B at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.3/plexus-compilers-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.3/plexus-compilers-2.8.3.pom (1.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.jar (48 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar (166 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 616 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 853 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 9.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 31 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.jar (4.7 kB at 48 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.jar (27 kB at 271 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar (260 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.jar (21 kB at 182 kB/s) [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-inheritance-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(228683107)--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. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(228683107)--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. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-jpa-metamodel-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 227 resources [INFO] Copying 227 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1942 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: org.eclipse.persistence.annotations.TenantDiscriminatorColumn,jakarta.persistence.PrePersist,jakarta.persistence.PreUpdate,jakarta.annotation.PostConstruct,org.eclipse.persistence.annotations.Indexes,org.eclipse.persistence.annotations.NamedStoredProcedureQueries,jakarta.persistence.Table,jakarta.persistence.ExcludeDefaultListeners,jakarta.persistence.Cacheable,org.eclipse.persistence.annotations.Struct,org.eclipse.persistence.annotations.ObjectTypeConverter,jakarta.persistence.CollectionTable,jakarta.persistence.EntityListeners,jakarta.persistence.Temporal,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery,jakarta.persistence.NamedQuery,jakarta.persistence.Lob,jakarta.persistence.ManyToMany,jakarta.persistence.AttributeOverride,jakarta.ejb.EJB,jakarta.persistence.PrimaryKeyJoinColumns,org.eclipse.persistence.annotations.PrivateOwned,jakarta.persistence.Convert,org.eclipse.persistence.annotations.DeleteAll,jakarta.persistence.IdClass,jakarta.persistence.AttributeOverrides,org.eclipse.persistence.oxm.annotations.XmlPath,jakarta.xml.bind.annotation.XmlAccessorType,org.junit.AfterClass,jakarta.ejb.Singleton,org.eclipse.persistence.annotations.NamedStoredFunctionQuery,jakarta.persistence.NamedQueries,jakarta.persistence.Transient,org.eclipse.persistence.annotations.AdditionalCriteria,jakarta.persistence.Id,jakarta.annotation.PreDestroy,jakarta.persistence.Enumerated,org.eclipse.persistence.annotations.Converter,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredProcedureQueries,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQueries,jakarta.persistence.AssociationOverrides,jakarta.persistence.MapKey,jakarta.persistence.PostRemove,jakarta.persistence.AssociationOverride,org.eclipse.persistence.annotations.ClassExtractor,jakarta.persistence.JoinTable,jakarta.persistence.MappedSuperclass,jakarta.xml.bind.annotation.XmlRootElement,org.eclipse.persistence.platform.database.oracle.annotations.OracleObjects,org.eclipse.persistence.annotations.BasicMap,org.eclipse.persistence.annotations.TypeConverter,jakarta.persistence.Inheritance,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecords,jakarta.persistence.MapKeyClass,org.eclipse.persistence.annotations.HashPartitioning,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.validation.Valid,jakarta.persistence.Embedded,jakarta.persistence.PersistenceContext,jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionManagement,org.eclipse.persistence.annotations.Cache,org.eclipse.persistence.annotations.CascadeOnDelete,org.junit.runners.Suite.SuiteClasses,org.eclipse.persistence.annotations.MapKeyConvert,jakarta.persistence.SequenceGenerator,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable,jakarta.persistence.PrimaryKeyJoinColumn,org.eclipse.persistence.annotations.JoinFetch,org.eclipse.persistence.annotations.WriteTransformers,org.junit.Before,jakarta.persistence.SqlResultSetMappings,org.eclipse.persistence.annotations.TenantTableDiscriminator,org.eclipse.persistence.annotations.ReadOnly,jakarta.persistence.Converts,org.junit.Test,org.eclipse.persistence.annotations.Partitioning,org.eclipse.persistence.annotations.VirtualAccessMethods,jakarta.validation.constraints.Max,jakarta.persistence.ElementCollection,org.eclipse.persistence.annotations.CollectionTable,jakarta.persistence.OrderBy,org.eclipse.persistence.annotations.FetchGroups,org.eclipse.persistence.annotations.ExcludeDefaultMappings,org.eclipse.persistence.annotations.ObjectTypeConverters,org.eclipse.persistence.annotations.Converters,org.eclipse.persistence.annotations.ChangeTracking,jakarta.inject.Inject,jakarta.validation.constraints.Min,jakarta.persistence.Entity,org.eclipse.persistence.annotations.CloneCopyPolicy,org.eclipse.persistence.annotations.Partitioned,org.eclipse.persistence.annotations.Noncacheable,jakarta.persistence.MapKeyColumn,org.eclipse.persistence.annotations.ValuePartitioning,jakarta.persistence.OneToOne,org.eclipse.persistence.annotations.Property,jakarta.persistence.SecondaryTable,org.eclipse.persistence.annotations.BatchFetch,org.eclipse.samples.annotations.CycleA,org.eclipse.samples.annotations.CycleC,org.eclipse.samples.annotations.CycleB,jakarta.persistence.Access,org.junit.After,org.eclipse.persistence.annotations.PrimaryKey,jakarta.persistence.NamedStoredProcedureQueries,jakarta.persistence.PersistenceUnit,org.eclipse.persistence.annotations.Structure,jakarta.persistence.SqlResultSetMapping,jakarta.persistence.PersistenceUnits,jakarta.persistence.NamedEntityGraphs,org.eclipse.persistence.annotations.SerializedConverter,jakarta.persistence.MapKeyJoinColumn,jakarta.persistence.DiscriminatorValue,jakarta.ejb.Stateful,org.eclipse.persistence.annotations.CacheIndex,jakarta.persistence.JoinColumn,org.eclipse.persistence.annotations.FetchGroup,jakarta.persistence.OrderColumn,jakarta.persistence.Converter,jakarta.persistence.EmbeddedId,jakarta.persistence.PostLoad,org.eclipse.persistence.annotations.Array,jakarta.persistence.PreRemove,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord,jakarta.persistence.Basic,org.eclipse.persistence.annotations.VariableOneToOne,org.eclipse.persistence.annotations.Mutable,jakarta.persistence.PostUpdate,jakarta.ejb.Stateless,jakarta.xml.bind.annotation.XmlTransient,jakarta.persistence.NamedNativeQueries,jakarta.persistence.MapKeyJoinColumns,jakarta.persistence.metamodel.StaticMetamodel,org.eclipse.persistence.annotations.RoundRobinPartitioning,org.eclipse.persistence.annotations.BasicCollection,jakarta.persistence.MapsId,jakarta.persistence.MapKeyTemporal,org.eclipse.persistence.annotations.TypeConverters,org.junit.BeforeClass,org.eclipse.persistence.annotations.PinnedPartitioning,org.eclipse.persistence.annotations.Customizer,org.eclipse.persistence.annotations.ReadTransformer,org.eclipse.persistence.annotations.CopyPolicy,jakarta.persistence.OneToMany,jakarta.persistence.ManyToOne,org.eclipse.persistence.annotations.Convert,jakarta.validation.constraints.NotNull,org.eclipse.samples.annotations.CycleSelf,org.eclipse.persistence.annotations.WriteTransformer,org.eclipse.samples.LoggableEmployee,jakarta.persistence.TableGenerator,jakarta.persistence.PersistenceContexts,jakarta.persistence.DiscriminatorColumn,org.eclipse.persistence.annotations.Properties,org.eclipse.persistence.annotations.SerializedConverters,jakarta.persistence.ExcludeSuperclassListeners,org.eclipse.persistence.annotations.Index,org.eclipse.persistence.annotations.OrderCorrection,org.eclipse.persistence.annotations.UnionPartitioning,org.eclipse.persistence.platform.database.oracle.annotations.OracleArrays,org.eclipse.persistence.annotations.CompositeMember,org.eclipse.persistence.annotations.Multitenant,jakarta.persistence.JoinColumns,jakarta.persistence.PostPersist,jakarta.ejb.Remote,jakarta.persistence.Embeddable,org.eclipse.persistence.annotations.OptimisticLocking,jakarta.persistence.GeneratedValue,org.eclipse.persistence.annotations.RangePartitioning,jakarta.persistence.SecondaryTables,jakarta.persistence.Column,org.junit.Ignore,org.eclipse.persistence.annotations.InstantiationCopyPolicy,jakarta.persistence.NamedNativeQuery,org.eclipse.persistence.annotations.ExistenceChecking,jakarta.persistence.Version [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.partitioned.EmployeePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Torso.java:[24,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Torso overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Heart.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Heart overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/EmploymentPeriod.java:[38,8] Class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumber.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/LieutenantId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[47,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Blue.java:[36,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Blue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BlueLight.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/CoronaTag.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Corona.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Heineken.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Becks.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BecksTag.java:[29,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/advanced/PhoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/MajorId.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/Country.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.advanced.embeddable.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/EmploymentPeriod.java:[28,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/EmploymentPeriod.java:[30,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.delimited.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/OfficePK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.OfficePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeTestSuite.java:[185,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/EmploymentPeriod.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/DepartmentPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.DepartmentPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/CellNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2356,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2361,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2366,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2371,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2376,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Address.java:[56,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Phone.java:[39,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/GeneralId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTestSuite.java:[4645,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/config/PhoneNumberPK.java:[23,8] Class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5195,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5200,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5205,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5210,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5215,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5220,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[4961,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Employee.java:[128,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2218,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2223,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2228,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2233,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2238,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-model) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 720 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 7.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 291 kB/s) [INFO] ------ (eclipselink-annotation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [INFO] ------ (eclipselink-xml-only-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [INFO] ------ (eclipselink-advanced-properties) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [INFO] ------ (eclipselink-pu with spaces) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [INFO] ------ (eclipselink-validation-failed-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [INFO] ------ (eclipselink-xml-merge-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [INFO] ------ (eclipselink-advanced-field-access-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [INFO] ------ (eclipselink-cascade-deletes-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [INFO] ------ (eclipselink-cacheable-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [INFO] ------ (eclipselink-ddl-generation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [INFO] ------ (eclipselink-delimited-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [INFO] ------ (eclipselink-extensibility-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [INFO] ------ (eclipselink-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-jpa21-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [INFO] ------ (eclipselink-metamodel-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [INFO] ------ (eclipselink-partitioned-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [INFO] ------ (eclipselink-plsql-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [INFO] ------ (eclipselink-remote) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [INFO] ------ (jpa-performance) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [INFO] ------ (jpa-performance2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [INFO] ------ (eclipselink-beanvalidation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [INFO] ------ (eclipselink-identity-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [INFO] ------ (eclipselink-jpa22-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-extended-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-annotation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-ddl-generation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-validation-failed-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cacheable-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-field-access-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-properties) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-pu with spaces) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-partitioned-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-plsql-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cascade-deletes-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (jpa-performance) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-metamodel-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-delimited-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-extensibility-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-remote) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static-with-persistence-info) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-xml-only-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-merge-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (1.5 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (2.2 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 114 kB/s) [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 [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 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (1.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (2.6 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (21 kB at 364 kB/s) [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 [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) [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 [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 700 kB/s) [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 [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 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom (17 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (4.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 214 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 1.1 MB/s) [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 [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 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 260 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 304 kB/s) [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 29 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar (214 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 40 MB/s) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (configure-wildfly-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom (4.0 kB at 66 kB/s) [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.jar [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.jar (245 kB at 49 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 644 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 1.6 MB/s) [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom (4.0 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.pom (3.3 kB at 119 kB/s) [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 [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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom (1.6 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom (5.2 kB at 651 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom (1.2 kB at 205 kB/s) [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 [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 99 kB/s) [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 [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 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.pom (1.8 kB at 2.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.7.7/cargo-core-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.7.7/cargo-core-api-1.7.7.pom (1.4 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.7.7/cargo-core-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.7.7/cargo-core-1.7.7.pom (2.4 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.pom (2.6 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.pom (2.7 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (1.8 kB at 910 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.pom (2.2 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.pom (1.4 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.7.7/cargo-resources-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.7.7/cargo-resources-1.7.7.pom (1.5 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom (832 B at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom (2.7 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom (14 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom (670 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom (6.8 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.pom (3.2 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.pom (1.5 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.7.7/cargo-extensions-daemon-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.7.7/cargo-extensions-daemon-1.7.7.pom (1.4 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar (20 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.jar [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar (177 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.jar [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 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar (51 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.jar (222 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.jar (159 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.jar (38 kB at 746 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.jar (165 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.jar (156 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.jar (146 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.jar (20 kB at 204 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar (28 kB at 274 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.jar (45 kB at 331 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 83 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 7.2 MB/s) [INFO] Skipping cargo execution [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg1) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg2) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-srg) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_1) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_2) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_3) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_4) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_jpa22_advanced) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_weaver) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg21) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-dynamic) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-identity) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-no-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT [16/39] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom (2.9 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar (2.3 MB at 20 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797658094 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[31,19] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[112,29] MongoClient(com.mongodb.ServerAddress,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[114,29] MongoClient(java.util.List,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[139,54] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[141,54] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[147,54] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[149,54] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[151,54] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[121,52] eval(java.lang.String,java.lang.Object...) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[131,27] setOptions(int) in com.mongodb.DBCollection has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[59,20] getMongo() in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[172,59] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174,59] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[180,59] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182,59] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184,59] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41,25] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53,35] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90,17] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,33] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,33] Mongo(java.util.List) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99,27] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111,23] setOptions(int) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148,12] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152,26] com.mongodb.Mongo in com.mongodb has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 226 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[55,19] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[79,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[95,35] static method should be qualified by type name, org.eclipse.persistence.sessions.factories.XMLProjectWriter, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[98,56] static method should be qualified by type name, org.eclipse.persistence.sessions.factories.XMLProjectReader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[138,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[160,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[202,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[205,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[206,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[209,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[275,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[278,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[314,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Department.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,9] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,27] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,23] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[377,22] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/arraylist/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/arraylist/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[147,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[149,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[151,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.nosql --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for session [WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for conn [WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for spec [WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:52: warning: no @return [WARNING] public jakarta.jms.Connection getConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:59: warning: no @return [WARNING] public Session getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:43: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:54: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:130: warning: no description for @param [WARNING] * @param reference [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:44: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:59: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:73: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:106: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:129: warning: no description for @param [WARNING] * @param pass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:171: warning: no description for @param [WARNING] * @param jndiName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:36: warning: no @param for conn [WARNING] public CciJMSInteraction(CciJMSConnection conn) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:46: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:63: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:109: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:152: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:192: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteractionSpec.java:71: warning: no description for @param [WARNING] * @param dest [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteractionSpec.java:92: warning: no description for @param [WARNING] * @param selector [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSReceiveInteractionSpec.java:40: warning: no description for @param [WARNING] * @param timeout [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSReceiveInteractionSpec.java:50: warning: no description for @param [WARNING] * @param timeout [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:67: warning: no description for @param [WARNING] * @param theDescription [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSSendReceiveInteractionSpec.java:76: warning: no description for @param [WARNING] * @param url [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSSendReceiveInteractionSpec.java:103: warning: no description for @param [WARNING] * @param dest [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:35: warning: no @param for conn [WARNING] public CciJMSTransaction(CciJMSConnection conn) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:43: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:70: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:85: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:42: warning: no @param for directory [WARNING] public XMLFileConnectionSpec(String directory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:50: warning: no @return [WARNING] protected String getDirectory() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:58: warning: no @param for directory [WARNING] protected void setDirectory(String directory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:47: warning: no @param for connection [WARNING] public XMLFileInteraction(XMLFileConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @param for spec [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @param for file [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @return [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @throws for java.lang.Exception [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for spec [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for file [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for input [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @return [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @throws for java.lang.Exception [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for spec [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for file [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for input [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @return [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @throws for java.lang.Exception [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @param for spec [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @param for file [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @return [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @throws for java.lang.Exception [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:220: warning: no @param for spec [WARNING] protected DatabaseField buildField(XMLFileInteractionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:220: warning: no @return [WARNING] protected DatabaseField buildField(XMLFileInteractionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:59: warning: no @return [WARNING] public String getXPath() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:66: warning: no @return [WARNING] public NamespaceResolver getNamespaceResolver() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:73: warning: no @param for namespaceResolver [WARNING] public void setNamespaceResolver(NamespaceResolver namespaceResolver) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:80: warning: no @param for xPath [WARNING] public void setXPath(String xPath) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:87: warning: no @return [WARNING] public String getXQuery() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:94: warning: no @param for xQuery [WARNING] public void setXQuery(String xQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:101: warning: no @return [WARNING] public int getInteractionType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:108: warning: no @param for interactionType [WARNING] public void setInteractionType(int interactionType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:115: warning: no @return [WARNING] public String getFileName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:122: warning: no @param for fileName [WARNING] public void setFileName(String fileName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:130: warning: no @return [WARNING] public Element getDOM() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:138: warning: no @param for dom [WARNING] public void setDOM(Element dom) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:46: warning: no @param for connection [WARNING] public XMLFileTransaction(XMLFileConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:63: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @param for file [WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @return [WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @throws for java.lang.Exception [WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ByteArrayException.java:39: warning: no @return [WARNING] public static ByteArrayException unrecognizedDataType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:47: warning: no @return [WARNING] public FieldMetaData getFieldMetaData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:54: warning: no @param for newFieldMetaData [WARNING] public void setFieldMetaData(FieldMetaData newFieldMetaData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:61: warning: no @return [WARNING] public byte[] getRecordData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:68: warning: no @param for newRecordData [WARNING] public void setRecordData(byte[] newRecordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:78: warning: no @return [WARNING] public Object getValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:26: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:29: warning: no @return [WARNING] public Vector getFields(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:32: warning: no @param for fields [WARNING] public void setFields(Vector fields); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:35: warning: no @param for field [WARNING] public void addField(FieldMetaData field); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:38: warning: no @param for fieldName [WARNING] public FieldMetaData getFieldNamed(String fieldName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:38: warning: no @return [WARNING] public FieldMetaData getFieldNamed(String fieldName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:35: warning: no @return [WARNING] public FieldMetaData deepCopy(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:38: warning: no @return [WARNING] public boolean isSigned(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:41: warning: no @param for signed [WARNING] public void setIsSigned(boolean signed); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:44: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:47: warning: no @param for newName [WARNING] public void setName(String newName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:50: warning: no @return [WARNING] public RecordMetaData getRecord(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:53: warning: no @param for newRecord [WARNING] public void setRecord(RecordMetaData newRecord); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:56: warning: no @return [WARNING] public int getSize(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:59: warning: no @param for size [WARNING] public void setSize(int size); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:62: warning: no @return [WARNING] public boolean isComposite(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:65: warning: no @return [WARNING] public int getOffset(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:68: warning: no @param for offset [WARNING] public void setOffset(int offset); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:71: warning: no @return [WARNING] public int getType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:74: warning: no @param for type [WARNING] public void setType(int type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:77: warning: no @return [WARNING] public boolean isFieldRedefine(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:80: warning: no @param for status [WARNING] public void setIsFieldRedefine(boolean status); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:83: warning: no @param for field [WARNING] public void setFieldRedefined(FieldMetaData field); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:86: warning: no @return [WARNING] public FieldMetaData getFieldRedefined(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:89: warning: no @return [WARNING] public boolean hasDecimal(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:92: warning: no @return [WARNING] public int getDecimalPosition(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:95: warning: no @param for newPosition [WARNING] public void setDecimalPosition(int newPosition); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:98: warning: no @return [WARNING] public boolean isArray(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:101: warning: no @return [WARNING] public int getArraySize(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:104: warning: no @param for newSize [WARNING] public void setArraySize(int newSize); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:107: warning: no @return [WARNING] public boolean dependsOn(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:110: warning: no @return [WARNING] public String getDependentFieldName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:113: warning: no @param for fieldName [WARNING] public void setDependentFieldName(String fieldName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:116: warning: no @param for recordData [WARNING] public Object extractValueFromArray(byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:116: warning: no @return [WARNING] public Object extractValueFromArray(byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:120: warning: no @param for row [WARNING] public void writeOnRow(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:120: warning: no @param for recordData [WARNING] public void writeOnRow(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:123: warning: no @param for row [WARNING] public void writeOnArray(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:123: warning: no @param for recordData [WARNING] public void writeOnArray(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:236: warning: no @return [WARNING] public Vector getCompositeFields() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:385: warning: no @param for row [WARNING] protected void adjustArraySize(CobolRow row) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:233: warning: no @param for row [WARNING] public void writeCompositeOnRow(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:233: warning: no @param for recordData [WARNING] public void writeCompositeOnRow(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:293: warning: no @param for row [WARNING] protected void writeCompositeOnArray(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:293: warning: no @param for recordData [WARNING] protected void writeCompositeOnArray(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:40: warning: no @param for message [WARNING] public static CopyBookParseException invalidCopyBookException(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:40: warning: no @return [WARNING] public static CopyBookParseException invalidCopyBookException(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:49: warning: no @param for internalException [WARNING] public static CopyBookParseException ioException(java.io.IOException internalException) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:49: warning: no @return [WARNING] public static CopyBookParseException ioException(java.io.IOException internalException) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @param for stream [WARNING] public Vector parse(InputStream stream) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @return [WARNING] public Vector parse(InputStream stream) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @throws for java.lang.Exception [WARNING] public Vector parse(InputStream stream) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/RecordMetaData.java:64: warning: no @param for newName [WARNING] public void setName(String newName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/RecordMetaData.java:87: warning: no @return [WARNING] public boolean isComposite() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:52: warning: no @param for metaData [WARNING] public ByteConverter(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:52: warning: no @param for recordData [WARNING] public ByteConverter(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:66: warning: no @param for metaData [WARNING] protected void initialize(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:66: warning: no @param for recordData [WARNING] protected void initialize(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:75: warning: no @return [WARNING] public boolean isLittleEndian() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:82: warning: no @param for newValue [WARNING] public void setIsLittleEndian(boolean newValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:89: warning: no @return [WARNING] public int getWordSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:96: warning: no @param for newWordSize [WARNING] public void setWordSize(int newWordSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:104: warning: no @param for string [WARNING] protected String insertDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:104: warning: no @return [WARNING] protected String insertDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:121: warning: no @param for string [WARNING] protected String removeDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:121: warning: no @return [WARNING] protected String removeDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:138: warning: no @return [WARNING] public String getStringValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:168: warning: no @param for value [WARNING] public void setBytesToValue(String value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:200: warning: no @return [WARNING] public FieldMetaData getFieldMetaData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:207: warning: no @param for newFieldMetaData [WARNING] public void setFieldMetaData(FieldMetaData newFieldMetaData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:214: warning: no @return [WARNING] public byte[] getRecordData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:221: warning: no @param for newRecordData [WARNING] public void setRecordData(byte[] newRecordData) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 3.0.5-SNAPSHOT [17/39] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797663549 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 3.0.5-SNAPSHOT [18/39] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom (2.4 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar (21 kB at 875 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797665744 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar (37 kB at 1.6 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/define/RedefineTestCases.java:[63,62] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/OneElementTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/DataTypesTestCases.java:[55,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/ChangeSummaryTestCases.java:[35,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/NonDataTypeManyTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/DataTypeManyTestCases.java:[38,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/NonDataTypeTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/InheritanceTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/generate/DontModifyListJIRA254TestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/generate/DontModifyListJIRA254TestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] No previous run data found, generating javadoc. [INFO] 33 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 3.0.5-SNAPSHOT [19/39] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom (20 kB at 790 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [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 [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 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.pom (14 kB at 348 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.0/project-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.0/project-3.0.0.pom (34 kB at 830 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom (3.7 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom (10.0 kB at 294 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom (8.9 kB at 261 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom (12 kB at 966 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.pom (2.6 kB at 69 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.2/gmbal-project-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.2/gmbal-project-4.0.2.pom (13 kB at 377 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.pom (16 kB at 419 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.pom (17 kB at 441 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom (16 kB at 477 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom (3.4 kB at 102 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom (17 kB at 491 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.pom (13 kB at 395 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.0/metro-saaj-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.0/metro-saaj-2.0.0.pom (13 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom (8.3 kB at 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 12 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom (17 kB at 744 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar (167 kB at 6.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.jar (29 kB at 731 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.jar (38 kB at 601 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.jar (75 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar (65 kB at 969 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.jar (2.7 MB at 36 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar (317 kB at 4.2 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar (17 kB at 170 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.jar (457 kB at 4.3 MB/s) [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 [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 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 33 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar (36 kB at 5.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar (1.6 MB at 5.7 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797677317 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[955,23] static method should be qualified by type name, org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsWriter, instead of by an expression [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:303: warning: no @param for operations [WARNING] public List buildTypesList(List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:303: warning: no @return [WARNING] public List buildTypesList(List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:356: warning: no @param for nct [WARNING] public void buildOROXProjects(NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:364: warning: no @param for nct [WARNING] public void buildOROXProjects(NamingConventionTransformer nct, List types) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:364: warning: no @param for types [WARNING] public void buildOROXProjects(NamingConventionTransformer nct, List types) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for orProject [WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List typeList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for oxProject [WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List typeList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for typeList [WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List typeList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:629: warning: no @param for nct [WARNING] public void buildSchema(NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:687: warning: no @param for dbwsSessionsStream [WARNING] public void buildSessionsXML(OutputStream dbwsSessionsStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:702: warning: no @param for nct [WARNING] public void buildDBWSModel(NamingConventionTransformer nct, OutputStream dbwsServiceStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:702: warning: no @param for dbwsServiceStream [WARNING] public void buildDBWSModel(NamingConventionTransformer nct, OutputStream dbwsServiceStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:882: warning: no @param for deploymentDescriptorStream [WARNING] public void writeDeploymentDescriptor(OutputStream deploymentDescriptorStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @param for connection [WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @param for secondarySql [WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @return [WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for nct [WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for tableName [WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for desc [WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1228: warning: no @param for dataType [WARNING] protected static String getTypeNameForDatabaseType(DatabaseType dataType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1228: warning: no @return [WARNING] protected static String getTypeNameForDatabaseType(DatabaseType dataType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1243: warning: no @param for dType [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1243: warning: no @return [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @param for dType [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @param for catalog [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @return [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for isSimpleXMLFormat [WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for result [WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for procedureOperationModel [WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1406: warning: no @param for pType [WARNING] protected List getArgumentListForProcedureType(ProcedureType pType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1406: warning: no @return [WARNING] protected List getArgumentListForProcedureType(ProcedureType pType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1425: warning: no @param for databaseType [WARNING] protected Class getWrapperClass(org.eclipse.persistence.internal.helper.DatabaseType databaseType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1425: warning: no @return [WARNING] protected Class getWrapperClass(org.eclipse.persistence.internal.helper.DatabaseType databaseType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1442: warning: no @param for wrapperClassName [WARNING] protected Class getWrapperClass(String wrapperClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1442: warning: no @return [WARNING] protected Class getWrapperClass(String wrapperClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for message [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for schemaPatterns [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for catalogPatterns [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for targetPatterns [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for message [WARNING] protected void logPackageNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for schemaPatterns [WARNING] protected void logPackageNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for catalogPatterns [WARNING] protected void logPackageNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:147: warning: no @param for args [WARNING] public static void main(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:147: warning: no @throws for javax.wsdl.WSDLException [WARNING] public static void main(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:165: warning: no @param for args [WARNING] public void start(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:165: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void start(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:249: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void start() throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsSchemaStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsSessionsStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsServiceStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsOrStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsOxStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for swarefStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for webXmlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for wsdlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for classProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for sourceProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for classProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for sourceProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for logger [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsSchemaStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsSessionsStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsServiceStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsOrStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsOxStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for swarefStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for webXmlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for wsdlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for classProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for sourceProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for classProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for sourceProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for deploymentDescriptorStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for logger [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:453: warning: no @param for sqlOperation [WARNING] public void addSqlOperation(SQLOperationModel sqlOperation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:461: warning: no @param for operation [WARNING] public void addOperation(OperationModel operation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:634: warning: no @return [WARNING] public String getProjectName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:641: warning: no @param for projectName [WARNING] public void setProjectName(String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:36: warning: no @param for operations [WARNING] public List buildTypesList(List operations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:36: warning: no @return [WARNING] public List buildTypesList(List operations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:55: warning: no @param for deploymentDescriptorStream [WARNING] public void writeDeploymentDescriptor(OutputStream deploymentDescriptorStream); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:404: warning: no @return [WARNING] protected ClassDescriptor buildBatchSQLOperationModelDescriptor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:98: warning: no @param for descriptorOutputStream [WARNING] public void writeDeploymentDescriptor(OutputStream descriptorOutputStream); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:102: warning: no @return [WARNING] public OutputStream getDeploymentDescriptorStream() throws FileNotFoundException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:102: warning: no @throws for java.io.FileNotFoundException [WARNING] public OutputStream getDeploymentDescriptorStream() throws FileNotFoundException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:106: warning: no @param for descriptorOutputStream [WARNING] public void closeDeploymentDescriptorStream(OutputStream descriptorOutputStream); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:111: warning: no @return [WARNING] public String getDeploymentDescriptorFileName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:144: warning: no description for @param [WARNING] * @param dbTypes [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:160: warning: no description for @param [WARNING] * @param argumentTypes [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:178: warning: no description for @param [WARNING] * @param dbStoredFunctionReturnType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:188: warning: no @return [WARNING] public boolean hasComplexArguments() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:196: warning: no @param for hasComplexArguments [WARNING] public void setHasComplexArguments(boolean hasComplexArguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TableOperationModel.java:86: warning: no @return [WARNING] public ArrayList getAdditionalOperations() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TableOperationModel.java:97: warning: no @param for additionalOperation [WARNING] public void addOperation(OperationModel additionalOperation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:238: warning: no @param for typeName [WARNING] public static int getJDBCTypeFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:238: warning: no @return [WARNING] public static int getJDBCTypeFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:337: warning: no @param for jdbcType [WARNING] public static String getJDBCTypeNameFromType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:337: warning: no @return [WARNING] public static String getJDBCTypeNameFromType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:416: warning: no @param for typeName [WARNING] public static String getJDBCEnumNameFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:416: warning: no @return [WARNING] public static String getJDBCEnumNameFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:428: warning: no @param for jdbcTypeName [WARNING] public static QName getXMLTypeFromJDBCTypeName(String jdbcTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:428: warning: no @return [WARNING] public static QName getXMLTypeFromJDBCTypeName(String jdbcTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:435: warning: no @param for jdbcType [WARNING] public static QName getXMLTypeFromJDBCType(Short jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:435: warning: no @return [WARNING] public static QName getXMLTypeFromJDBCType(Short jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:442: warning: no @param for jdbcType [WARNING] public static QName getXMLTypeFromJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:442: warning: no @return [WARNING] public static QName getXMLTypeFromJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:532: warning: no @param for jdbcType [WARNING] public static String getClassNameForType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:532: warning: no @return [WARNING] public static String getClassNameForType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for jdbcType [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for precision [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for scale [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @return [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:664: warning: no @param for dbType [WARNING] public static Class getAttributeClassForDatabaseType(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:664: warning: no @return [WARNING] public static Class getAttributeClassForDatabaseType(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @param for name [WARNING] public static String getGeneratedJavaClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @param for projectName [WARNING] public static String getGeneratedJavaClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @return [WARNING] public static String getGeneratedJavaClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:756: warning: no @param for tableName [WARNING] public static String getGeneratedAlias(String tableName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:756: warning: no @return [WARNING] public static String getGeneratedAlias(String tableName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @param for name [WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @param for projectName [WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @return [WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for tableName [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for projectName [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for requireCRUDOperations [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for nct [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @return [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for tableName [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for projectName [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for targetNamespace [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for nct [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @return [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for tableAlias [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for schemaAlias [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for generatedJavaClassName [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for targetNamespace [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @return [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:883: warning: no @param for dbType [WARNING] public static boolean isTypeComplex(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:883: warning: no @return [WARNING] public static boolean isTypeComplex(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:897: warning: no @param for argument [WARNING] public static boolean isArgComplex(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:897: warning: no @return [WARNING] public static boolean isArgComplex(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:907: warning: no @param for argument [WARNING] public static boolean isArgPLSQL(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:907: warning: no @return [WARNING] public static boolean isArgPLSQL(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:917: warning: no @param for argument [WARNING] public static boolean isArgPLSQLScalar(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:917: warning: no @return [WARNING] public static boolean isArgPLSQLScalar(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:931: warning: no @param for argTypeName [WARNING] public static boolean isArgPLSQLScalar(String argTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:931: warning: no @return [WARNING] public static boolean isArgPLSQLScalar(String argTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:943: warning: no @param for typeName [WARNING] public static String getOraclePLSQLTypeForName(String typeName) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 3.0.5-SNAPSHOT [20/39] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797682456 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.rename --- [INFO] No previous run data found, generating javadoc. [INFO] 13 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @param for inFile [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @param for outFile [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @throws for java.io.FileNotFoundException [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @throws for java.io.IOException [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:141: warning: no @param for fileName [WARNING] protected static String parseFileExtension(String fileName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:141: warning: no @return [WARNING] protected static String parseFileExtension(String fileName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @param for directory1 [WARNING] public static boolean directoryIsSubdirectory(File directory1, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @param for directory2 [WARNING] public static boolean directoryIsSubdirectory(File directory1, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @return [WARNING] public static boolean directoryIsSubdirectory(File directory1, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:171: warning: no @param for extension [WARNING] public boolean isExtensionSupported(String extension) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:171: warning: no @return [WARNING] public boolean isExtensionSupported(String extension) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:206: warning: no @param for sourceFile [WARNING] public void runSearchAndReplacePackageName(File sourceFile) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:341: warning: no @param for directory [WARNING] public void traverseSourceDirectory(File directory) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.rename --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 3.0.5-SNAPSHOT [21/39] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom (1.5 kB at 1.3 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom (1.3 kB at 6.4 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom (1.3 kB at 9.9 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom (1.4 kB at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom (1.3 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar (5.1 MB at 42 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar (266 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar (2.2 MB at 7.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar (1.8 MB at 6.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar (2.0 MB at 6.6 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797686939 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[24,18] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[26,22] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276,30] oracle.sql.ARRAY in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286,30] oracle.sql.STRUCT in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[296,21] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297,28] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[829,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[831,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[866,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[78,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[80,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:[39,8] Class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37,23] createXML(java.sql.Connection,org.w3c.dom.Document) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42,23] createXML(java.sql.Connection,java.lang.String) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53,19] getDocument() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59,35] getStringVal() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64,16] close() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70,31] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,35] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,23] createXML(oracle.sql.OPAQUE) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[447,14] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[450,39] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[490,32] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle --- [INFO] No previous run data found, generating javadoc. [INFO] 83 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for cal [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for con [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for shouldPrintCalendar [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @return [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @throws for java.sql.SQLException [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @param for timestampTZ [WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @return [WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @throws for java.sql.SQLException [WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @param for timestampLTZ [WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @return [WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @throws for java.sql.SQLException [WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:92: warning: no @param for calendar [WARNING] public static String printCalendar(final Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:92: warning: no @return [WARNING] public static String printCalendar(final Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:113: warning: no @param for calendar [WARNING] public static boolean shouldAppendDaylightTime(Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:113: warning: no @return [WARNING] public static boolean shouldAppendDaylightTime(Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:124: warning: no @param for bytes [WARNING] public static TimeZone extractTimeZone(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:124: warning: no @return [WARNING] public static TimeZone extractTimeZone(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:90: warning: no @param for value [WARNING] protected boolean lobValueExceedsLimit(Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:90: warning: no @return [WARNING] protected boolean lobValueExceedsLimit(Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:207: warning: no @param for type [WARNING] protected boolean isBlob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:207: warning: no @return [WARNING] protected boolean isBlob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:215: warning: no @param for type [WARNING] protected boolean isClob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:215: warning: no @return [WARNING] protected boolean isClob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:235: warning: no @param for usesLocatorForLOBWrite [WARNING] public void setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:245: warning: no @return [WARNING] public boolean shouldUseLocatorForLOBWrite() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:255: warning: no @return [WARNING] public int getLobValueLimits() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:265: warning: no @param for lobValueLimits [WARNING] public void setLobValueLimits(int lobValueLimits) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for resultSet [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for columnNumber [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for type [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for session [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @return [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @throws for java.sql.SQLException [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for resultSet [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for columnNumber [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for type [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for session [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @return [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @throws for java.sql.SQLException [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:336: warning: no description for @param [WARNING] * @param max [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:337: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:673: warning: no @param for type [WARNING] protected boolean isOracle9Specific(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:673: warning: no @return [WARNING] protected boolean isOracle9Specific(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:955: warning: no @return [WARNING] public String getDriverVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:962: warning: no @return [WARNING] public boolean isTimestampInGmt() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:969: warning: no @return [WARNING] public boolean isLtzTimestampInGmt() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:980: warning: no @return [WARNING] public boolean shouldTruncateDate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:991: warning: no @param for shouldTruncateDate [WARNING] public void setShouldTruncateDate(boolean shouldTruncateDate) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:55: warning: no description for @param [WARNING] * @param max [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:56: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:48: warning: no @param for accessor [WARNING] public OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:48: warning: no @param for session [WARNING] public OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:190: warning: no @param for customizer [WARNING] public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:190: warning: no @return [WARNING] public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:44: warning: no @param for context [WARNING] public OracleOCIProxyConnector(Context context, String name) throws ValidationException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:44: warning: no @param for name [WARNING] public OracleOCIProxyConnector(Context context, String name) throws ValidationException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:52: warning: no @param for name [WARNING] public OracleOCIProxyConnector(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:60: warning: no @param for oracleOCIConnectionPool [WARNING] public OracleOCIProxyConnector(OracleOCIConnectionPool oracleOCIConnectionPool) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:265: warning: no @return [WARNING] public DatabaseChangeRegistration getRegister() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:273: warning: no @param for register [WARNING] protected void setRegister(DatabaseChangeRegistration register) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:281: warning: no @return [WARNING] public Map getDescriptorsByTable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:289: warning: no @param for descriptorsByTable [WARNING] protected void setDescriptorsByTable(Map descriptorsByTable) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/GridLinkDataPartitioningCallback.java:54: warning: no @param for session [WARNING] public static synchronized void register(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:78: warning: no description for @param [WARNING] * @param contextNode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:79: warning: no description for @param [WARNING] * @param xPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:80: warning: no description for @param [WARNING] * @param xmlNamespaceResolver [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:81: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:82: warning: no description for @throws [WARNING] * @throws XMLPlatformException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:103: warning: no description for @throws [WARNING] * @throws XMLPlatformException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:105: warning: no @param for session [WARNING] public DMSPerformanceProfiler(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:127: warning: no @param for newWeight [WARNING] protected void initializeNounTree(int newWeight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for operationName [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for query [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for weight [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @return [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for type [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for parentNoun [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for weight [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @return [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:418: warning: no @param for operationName [WARNING] protected Sensor getSensorByName(String operationName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:418: warning: no @return [WARNING] protected Sensor getSensorByName(String operationName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:646: warning: no @param for weight [WARNING] protected void destroySensorsByWeight(int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:664: warning: no @param for weight [WARNING] protected void destroyNounsByWeight(int weight) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 3.0.5-SNAPSHOT [22/39] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom (3.1 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [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 [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 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [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 [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 614 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [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 [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 260 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 215 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 433 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 354 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [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 [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 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom (1.9 kB at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4.1 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (5.4 kB at 206 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (12 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 501 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (6.3 kB at 252 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 224 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 426 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom (2.6 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 492 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 442 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 546 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 288 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 945 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom (1.8 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [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 [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 214 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [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 599 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom (14 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom (13 kB at 140 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 705 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar (3.4 MB at 23 MB/s) [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [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 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar (30 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [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 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar (1.3 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar (28 kB at 159 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar (64 kB at 261 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar (1.4 MB at 5.1 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797693569 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionFactory.java:[61,28] static method should be qualified by type name, oracle.kv.KVStoreFactory, instead of by an expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/models/jpa/nosql/Order.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/models/jpa/nosql/Order.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] No previous run data found, generating javadoc. [INFO] 62 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return [WARNING] public java.sql.Connection getDatabaseConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return [WARNING] public AQSession getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection [WARNING] public AQConnectionMetaData(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return [WARNING] public String getURL() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url [WARNING] public void setURL(String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return [WARNING] public String getDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource [WARNING] public void setDatasource(String datasource) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return [WARNING] public String getUser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user [WARNING] public void setUser(String user) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return [WARNING] public boolean hasDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password [WARNING] public void setPassword(String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return [WARNING] public String getQueue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue [WARNING] public void setQueue(String queue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema [WARNING] public void setSchema(String schema) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return [WARNING] public String getSchema() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return [WARNING] public AQDequeueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQDequeueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return [WARNING] public AQEnqueueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQEnqueueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection [WARNING] public AQInteraction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection [WARNING] public AQTransaction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection [WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection [WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection [WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record [WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 3.0.5-SNAPSHOT [23/39] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797697251 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom.asc [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 3.0.5-SNAPSHOT [24/39] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ moxy-standalone --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797697442 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/license with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ moxy-standalone --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ moxy-standalone --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ moxy-standalone --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.zip.asc [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/stage with includes "" and excludes "" [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.5-SNAPSHOT [25/39] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ eclipselink --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797698323 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 7.7 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 50 resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module [WARNING] Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink --- [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dbws, has 1, private references [org.eclipse.persistence.internal.xr] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata, has 1, private references [org.eclipse.persistence.internal.jpa.metadata.xml] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa, has 3, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list, has 1, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters, has 2, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging, has 1, private references [org.eclipse.persistence.internal.localization] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm, has 1, private references [org.eclipse.persistence.internal.jaxb] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb, has 4, private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings, has 12, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.converters, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.structures, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.mappings, has 3, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.descriptors, has 3, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.sessions, has 1, private references [org.eclipse.persistence.internal.core.databaseaccess] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.exceptions, has 8, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors, has 10, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.queries, has 7, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions, has 6, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination, has 3, private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 2, private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms, has 3, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote, has 4, private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.factories, has 5, private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.broker, has 4, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.xml, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.events, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle, has 5, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn, has 2, private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.schema, has 2, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy, has 4, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm, has 9, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.record, has 8, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped, has 1, private references [org.eclipse.persistence.internal.oxm.unmapped] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.json, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.platform, has 5, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.expressions, has 3, private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sequencing, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.history, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.logging, has 2, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dynamic, has 2, private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.mappings, has 5, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.interactions, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates, has 1, private references [org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper, has 5, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo, has 4, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.transaction, has 2, private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.websphere, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.glassfish, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.weblogic, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.jboss, has 1, private references [org.eclipse.persistence.internal.sessions] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink --- [INFO] No previous run data found, generating javadoc. [INFO] 72 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean) [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: 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. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/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. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage with includes "" and excludes "" [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipselink --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ eclipselink --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 3.0.5-SNAPSHOT [26/39] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom (6.9 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [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 [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 254 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [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 [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 617 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom (2.6 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom (43 kB at 475 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom (4.0 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.3.0/master-4.3.0.pom [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 [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 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom [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 [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 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.1/base-1.5.1.pom [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 [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 973 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom [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 [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 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom [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 [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 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom [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 [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 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom [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 [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 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom [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.2/pax-exam-container-forked-4.13.2.pom [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.2/pax-exam-container-forked-4.13.2.pom (6.7 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom (3.3 kB at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom [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 [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 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom [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 [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 835 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.2.0/master-4.2.0.pom [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 [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 644 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [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 [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 211 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.0/base-1.5.0.pom [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 [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 823 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/3.3.0/master-3.3.0.pom [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 [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 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [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 [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 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom [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 [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 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom [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 [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 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom [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 [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 203 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom [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 [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 507 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [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 [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 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom [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 [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 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom [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 [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 412 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom [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 [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 585 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom [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 [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 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom [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 [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 162 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom [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 [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 240 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom [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 [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 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom [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 [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 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom (1.3 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom [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.2/pax-exam-link-mvn-4.13.2.pom [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.2/pax-exam-link-mvn-4.13.2.pom (1.3 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom [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 [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 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/2.6.2/url-2.6.2.pom [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 [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 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [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 [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 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom [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 [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 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [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 [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 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [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 [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 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom [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 [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 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom [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 [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 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom [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 [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 308 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [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 [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 933 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom [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 [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 412 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom [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 [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 274 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom [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 [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 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom [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 [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 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom [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 [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 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom [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 [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 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar (765 kB at 3.1 MB/s) [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar [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 [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 [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 [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 162 kB/s) [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 [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 455 kB/s) [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 [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 473 kB/s) [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.2/pax-exam-container-forked-4.13.2.jar [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 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar [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 190 kB/s) [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 [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 195 kB/s) [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 [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 344 kB/s) [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 [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 136 kB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar (83 kB at 800 kB/s) [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 [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.2/pax-exam-container-forked-4.13.2.jar (32 kB at 291 kB/s) [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 [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 106 kB/s) [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 [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 156 kB/s) [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 [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 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar (70 kB at 547 kB/s) [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.2/pax-exam-link-mvn-4.13.2.jar [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 110 kB/s) [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.jar [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 48 kB/s) [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.jar [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 108 kB/s) [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.jar [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.jar (5.7 kB at 36 kB/s) [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.jar [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.jar (182 kB at 1.1 MB/s) [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.jar [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.jar (37 kB at 212 kB/s) [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.jar [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.jar (3.4 MB at 18 MB/s) [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.jar [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.jar (160 kB at 865 kB/s) [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 [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.jar (17 kB at 90 kB/s) [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 [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 40 kB/s) [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 [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.2/pax-exam-link-mvn-4.13.2.jar (11 kB at 59 kB/s) [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 [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.jar (149 kB at 756 kB/s) [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 [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 49 kB/s) [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 44 kB/s) [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 19 kB/s) [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 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar (35 kB at 166 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797755368 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/stage with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-classes [WARNING] No processor claimed any of these annotations: jakarta.xml.bind.annotation.XmlElement,org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy,org.ops4j.pax.exam.Configuration,javax.inject.Inject,jakarta.xml.bind.annotation.XmlAttribute,org.junit.BeforeClass,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.xml.bind.annotation.XmlRootElement,org.junit.Test,jakarta.validation.constraints.NotNull [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.asm.jar [INFO] Copying org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.activation.jar [INFO] Copying jakarta.mail-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.mail.jar [INFO] Copying jaxb-xjc-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jaxb-xjc.jar [INFO] Copying jaxb-core-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jaxb-core.jar [INFO] Copying jakarta.validation-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.validation-api.jar [INFO] Copying jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.ws.rs-api.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.xml.bind-api.jar [INFO] Copying jakarta.json-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.json.jar [INFO] Copying glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-omgapi.jar [INFO] Copying glassfish-corba-orb-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-orb.jar [INFO] Copying glassfish-corba-csiv2-idl-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-csiv2-idl.jar [INFO] Copying glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-internal-api.jar [INFO] Copying exception-annotation-processor-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/exception-annotation-processor.jar [INFO] Copying gmbal-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/gmbal.jar [INFO] Copying management-api-3.2.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/management-api.jar [INFO] Copying pfl-basic-tools-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-basic-tools.jar [INFO] Copying pfl-tf-tools-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-tf-tools.jar [INFO] Copying pfl-asm-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-asm.jar [INFO] Copying pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-basic.jar [INFO] Copying pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-dynamic.jar [INFO] Copying asm-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm.jar [INFO] Copying asm-util-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm-util.jar [INFO] Copying asm-tree-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm-tree.jar [INFO] Copying asm-analysis-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm-analysis.jar [INFO] Copying pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-tf.jar [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/junit.jar [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/hamcrest-core.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.el-api.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.interceptor-api.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.annotation-api.jar [INFO] Copying hibernate-validator-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/hibernate-validator.jar [INFO] Copying jboss-logging-3.4.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jboss-logging.jar [INFO] Copying classmate-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/classmate.jar [INFO] Copying jakarta.el-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.el.jar [INFO] Copying org.apache.felix.framework-7.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.apache.felix.framework.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/animal-sniffer-annotations.jar [INFO] Copying pax-exam-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam.jar [INFO] Copying ops4j-base-io-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-io.jar [INFO] Copying ops4j-base-monitors-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-monitors.jar [INFO] Copying ops4j-base-lang-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-lang.jar [INFO] Copying ops4j-base-store-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-store.jar [INFO] Copying ops4j-base-util-property-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-util-property.jar [INFO] Copying pax-exam-container-forked-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-container-forked.jar [INFO] Copying pax-exam-spi-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-spi.jar [INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/tinybundles.jar [INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/bndlib.jar [INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-exec.jar [INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-net.jar [INFO] Copying ops4j-base-spi-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-spi.jar [INFO] Copying pax-swissbox-framework-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-framework.jar [INFO] Copying pax-swissbox-tracker-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-tracker.jar [INFO] Copying pax-swissbox-lifecycle-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-lifecycle.jar [INFO] Copying slf4j-api-2.0.0-alpha1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/slf4j-api.jar [INFO] Copying pax-exam-junit4-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-junit4.jar [INFO] Copying pax-exam-link-mvn-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-link-mvn.jar [INFO] Copying pax-url-aether-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-aether.jar [INFO] Copying pax-url-aether-support-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-aether-support.jar [INFO] Copying maven-resolver-impl-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-impl.jar [INFO] Copying maven-resolver-api-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-api.jar [INFO] Copying maven-resolver-spi-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-spi.jar [INFO] Copying maven-resolver-util-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-util.jar [INFO] Copying jcl-over-slf4j-1.6.6.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jcl-over-slf4j.jar [INFO] Copying pax-url-link-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-link.jar [INFO] Copying pax-url-commons-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-commons.jar [INFO] Copying pax-swissbox-property-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-property.jar [INFO] Copying pax-url-classpath-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-classpath.jar [INFO] Copying pax-swissbox-optional-jcl-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-optional-jcl.jar [INFO] Copying org.osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.osgi.core.jar [INFO] Copying jakarta.inject-api-1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.inject-api.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.distribution.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.distribution.tests --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >---- [INFO] Building EclipseLink Bundles Other 3.0.5-SNAPSHOT [27/39] [INFO] from bundles/others/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar (128 kB at 4.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar (206 kB at 5.0 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles.other --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles.other --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797758222 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.bundles.other --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 65 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.bundles.other --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.bundles.other --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.0.0:jar [INFO] Copying jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins/jakarta.persistence-api-3.0.0.jar [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (sdo-jpars-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Copying org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.jpars-javadoc.jar [INFO] Copying org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.2.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins-nosql.zip [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.asm:*' o 'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*' o 'org.eclipse.persistence:commonj.sdo:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'com.sun:tools' o 'com.sun.xml.fastinfoset:*' o 'com.sun.istack:*' o 'org.glassfish.grizzly:*' o 'org.glassfish.ha:*' [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom (10 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom (24 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 449 kB/s) [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 [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) [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 [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 242 kB/s) [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 [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 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom (1.4 kB at 35 kB/s) [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 [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 197 kB/s) [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 [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 75 kB/s) [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 [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 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 43 kB/s) [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 [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 213 kB/s) [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 [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 443 kB/s) [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 [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 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom (1.5 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom (1.3 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 53 kB/s) [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 [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 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 318 kB/s) [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 [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) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar (232 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 21 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar [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.jar (49 kB at 1.2 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 541 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 222 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [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.jar (87 kB at 1.4 MB/s) [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.jar [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.jar (35 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar [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 4.6 MB/s) [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.jar [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.jar (80 kB at 913 kB/s) [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.jar [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.jar (26 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar [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.jar (156 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 102 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [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.jar (65 kB at 481 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 893 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 1.0 MB/s) [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 [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 337 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 70 kB/s) [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.jar (30 kB at 161 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 391 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 2.0 MB/s) [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.jar (231 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom (5.4 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom (2.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom (3.0 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom (390 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom (704 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom (4.9 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom (30 kB at 492 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar (19 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar [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.jar (61 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar (40 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 792 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar (26 kB at 627 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar (112 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar (326 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 8.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 30 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom (4.0 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.pom (1.4 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom (6.7 kB at 740 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom (2.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom (1.4 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom (2.0 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (1.6 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom (1.7 kB at 852 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom (2.6 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom (1.9 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom (1.5 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom (1.3 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (3.6 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 100 kB/s) [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 [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 2.7 MB/s) [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 [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 194 kB/s) [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 [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 1.0 MB/s) [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 [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 2.5 MB/s) [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 [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 187 kB/s) [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 [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 185 kB/s) [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 [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 151 kB/s) [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 [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 136 kB/s) [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 [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 300 kB/s) [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 [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 272 kB/s) [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 [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 231 kB/s) [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 [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 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.jar (124 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar (21 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar (49 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar (9.9 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar (35 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar (86 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar (88 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar (153 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar (24 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar (29 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar (117 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar (13 kB at 919 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar (37 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar (10 kB at 683 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar (57 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar (163 kB at 4.2 MB/s) [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.jar (225 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.jar (920 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom (9.9 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.pom (1.4 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar (231 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.jar (2.6 MB at 30 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.pom (5.0 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/1.2.1/felix-parent-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/1.2.1/felix-parent-1.2.1.pom (14 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.pom (864 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (2.0 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.pom (5.7 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom (2.3 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.pom (12 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom (2.0 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (14 kB at 753 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom (1.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom (2.0 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (1.0 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (1.9 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 229 kB/s) [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-2/wagon-provider-api-1.0-beta-2.pom [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-2/wagon-provider-api-1.0-beta-2.pom (680 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (5.9 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom (2.3 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.jar (132 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar (43 kB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.jar (279 kB at 10.0 MB/s) [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-2/wagon-provider-api-1.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.jar (151 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar (61 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar (10 kB at 200 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar (11 kB at 211 kB/s) [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-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 874 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar (142 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar (203 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom (1.5 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom (1.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom (648 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.pom (7.1 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.pom (248 B at 5.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar (17 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 17 MB/s) [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.jar [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 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar (173 kB at 7.9 MB/s) [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.jar (164 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar (24 kB at 604 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar (225 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.pom (2.6 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-7/wagon-providers-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-7/wagon-providers-1.0-beta-7.pom (2.2 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom (12 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.pom (1.9 kB at 29 kB/s) [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-7/wagon-provider-api-1.0-beta-7.pom [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-7/wagon-provider-api-1.0-beta-7.pom (1.8 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.jar (15 kB at 250 kB/s) [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.jar [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-7/wagon-provider-api-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.jar (27 kB at 783 kB/s) [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-7/wagon-provider-api-1.0-beta-7.jar (53 kB at 1.0 MB/s) [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.jar (190 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.pom (2.5 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.1/maven-scm-providers-git-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.1/maven-scm-providers-git-1.9.1.pom (2.2 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.1/maven-scm-providers-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.1/maven-scm-providers-1.9.1.pom (3.5 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.1/maven-scm-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.1/maven-scm-1.9.1.pom (22 kB at 559 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.pom (2.1 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.pom (1.6 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.jar (64 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.jar [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.jar [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.jar (239 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.jar (106 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.jar (38 kB at 946 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.pom (2.2 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.1/maven-scm-managers-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.1/maven-scm-managers-1.9.1.pom (1.5 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.jar (11 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.pom (16 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.pom (1.6 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.3/maven-scm-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.3/maven-scm-1.3.pom (12 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.pom (2.1 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.3/maven-scm-managers-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.3/maven-scm-managers-1.3.pom (1.5 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.4/plexus-container-default-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.4/plexus-container-default-1.5.4.pom (2.8 kB at 59 kB/s) [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 [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 367 kB/s) [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 [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 187 kB/s) [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 [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.4 MB/s) [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 [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 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.pom (2.3 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.3/maven-scm-providers-git-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.3/maven-scm-providers-git-1.3.pom (2.2 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.3/maven-scm-providers-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.3/maven-scm-providers-1.3.pom (3.6 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.pom (145 B at 3.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.pom (2.2 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.jar (20 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.jar (49 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.jar (10 kB at 476 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.jar (25 kB at 795 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.jar (37 kB at 940 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.jar (89 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom (4.7 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom (1.4 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.3.0/parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.3.0/parent-2.3.0.pom (4.1 kB at 593 kB/s) [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 [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 2.3 MB/s) [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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.jar (176 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.jar [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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [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 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 26 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 7.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.jar (1.8 MB at 44 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.pom (8.4 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.pom (1.3 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.jar (223 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.jar (2.4 MB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.pom (4.7 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.jar (175 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom (4.0 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.pom (1.2 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.1.0/parent-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.1.0/parent-2.1.0.pom (2.7 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.pom (457 B at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.jar (126 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar (247 kB at 4.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.jar (1.4 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom (12 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom (2.9 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom (17 kB at 525 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom (2.2 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom (4.7 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom (2.7 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom (36 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom (5.2 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom (1.9 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom (3.0 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom (2.1 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom (6.2 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom (3.4 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom (2.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom (4.5 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom (3.6 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom (2.6 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom (3.4 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom (3.1 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom (5.0 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom (4.3 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom (4.4 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom (4.5 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom (3.0 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom (3.5 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom (6.0 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom (25 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom (11 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom (25 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom (1.9 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom (12 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom (760 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom (23 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom (2.1 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom (10 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (5.3 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1.0 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (1.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom (1.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (1.6 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom (6.7 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom (9.9 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom (14 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (7.3 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom (2.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom (6.8 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom (14 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom (1.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar (248 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar (16 kB at 943 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar (11 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar (20 kB at 557 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar (160 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar (212 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar (509 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar (164 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (228 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (890 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (766 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar (168 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (450 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar (18 kB at 131 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 114 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar (11 kB at 74 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar (19 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.pom (6.0 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.9/wagon-providers-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.9/wagon-providers-2.9.pom (2.7 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.9/wagon-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.9/wagon-2.9.pom (21 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom (3.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.pom (1.7 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.6/jsch.agentproxy-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.6/jsch.agentproxy-0.0.6.pom (4.3 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.pom (804 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.pom (1.3 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.pom (996 B at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.pom (971 B at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.pom (1.3 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.pom (1.1 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.pom (1.8 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.pom (1.7 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.jar (30 kB at 769 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.jar (9.6 kB at 505 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.jar (6.5 kB at 190 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.jar (12 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar (254 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar (1.0 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.jar (4.2 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.jar (5.3 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.jar (7.6 kB at 72 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 7.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.jar (26 kB at 196 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.jar (4.4 kB at 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.jar (54 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.pom (2.6 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom (2.1 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (9.8 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 615 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (1.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.jar (14 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (53 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (27 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom (12 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom (2.8 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom (18 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom (2.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar (248 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar (16 kB at 391 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.pom (6.0 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.10/wagon-providers-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.10/wagon-providers-2.10.pom (2.7 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.pom (1.8 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.jar (30 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.jar (26 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.pom (5.9 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.0/wagon-providers-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.0/wagon-providers-2.0.pom (2.8 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.0/wagon-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.0/wagon-2.0.pom (15 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (3.4 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.pom (1.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.pom (1.7 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.jar (29 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar (52 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.jar (25 kB at 705 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (214 kB at 3.7 MB/s) [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.inject:jakarta.inject' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink3.0.5-SNAPSHOT-shared-lib.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-jars.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:3.0.5-SNAPSHOT [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial' [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:3.0.5-SNAPSHOT [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles.other --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.ear.asc [INFO] [INFO] -------------------< org.eclipse.persistence:p2site >------------------- [INFO] Building EclipseLink Bundles P2 Site 3.0.5-SNAPSHOT [28/39] [INFO] from bundles/p2site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ p2site --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ p2site --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ p2site --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ p2site --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ p2site --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ p2site --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797780864 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ p2site --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ p2site --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ p2site --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ p2site --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ p2site --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ p2site --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ p2site --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ p2site --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ p2site --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/3.0.5-SNAPSHOT/p2site-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/p2site-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/3.0.5-SNAPSHOT/p2site-3.0.5-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT [29/39] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797786311 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/org.eclipse.persistence.oracle.test.server.parent-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-3.0.5-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 3.0.5-SNAPSHOT [30/39] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797791778 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-classes [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test --- [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo.server.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.ear.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.jpa.nosql.test >--- [INFO] Building EclipseLink JPA NoSQL Test 3.0.5-SNAPSHOT [31/39] [INFO] from jpa/eclipselink.jpa.nosql.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom (2.1 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar (1.5 MB at 14 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797799318 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-classes [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: jakarta.ejb.Remote,jakarta.ejb.Stateless,jakarta.persistence.PersistenceUnit,jakarta.ejb.TransactionManagement [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skip by user request. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skip by user request. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping artifact installation [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 3.0.5-SNAPSHOT [32/39] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom (6.2 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar (11 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom (8.0 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom (1.6 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom (32 kB at 835 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/44/weld-parent-44.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/44/weld-parent-44.pom (54 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom (10 kB at 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom (5.1 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom (7.9 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom (1.8 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom (8.4 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom (1.6 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom (2.7 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom (3.3 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom (11 kB at 342 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom (855 B at 27 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar (73 kB at 993 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar (86 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar (33 kB at 741 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar (85 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar (818 kB at 8.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar (1.7 MB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar (121 kB at 1.1 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797802968 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 252 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java:[193,23] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/MainThread.java:[44,13] static variable should be qualified by type name, org.eclipse.persistence.jpa.test.cachedeadlock.MainThread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/MainThread.java:[45,13] static variable should be qualified by type name, org.eclipse.persistence.jpa.test.cachedeadlock.MainThread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[62,48] auto-closeable resource acemf is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[72,46] getYear() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[73,36] getMonth() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[74,36] getDate() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/CacheDeadLockDetectionTest.java:[70,35] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11248,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11322,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11396,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11478,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11576,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11674,44] redundant cast to jakarta.persistence.criteria.Expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Start EclipseLink static weaving... [INFO] Finished EclipseLink static weaving. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 3.0.5-SNAPSHOT [33/39] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom (2.6 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom (2.2 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom (2.0 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom (2.0 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom (1.8 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom (2.1 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom (1.8 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom (2.6 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom (2.4 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom (2.2 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom (2.0 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar (1.2 MB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar (24 kB at 998 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar (374 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar (283 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar (1.5 MB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar (7.4 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar (696 kB at 8.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar (200 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar (765 kB at 6.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar (328 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar (417 kB at 2.7 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.spring.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797809962 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] Copying 17 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 3.0.5-SNAPSHOT [34/39] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797810809 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 218 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.core:test-jar' [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.ear.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 3.0.5-SNAPSHOT [35/39] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797812977 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[21,18] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/dcn/Project.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.dcn.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[466,24] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.types.TIMESTAMPTester, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[262,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[263,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[264,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[265,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarDaylightSavingsTest.java:[202,34] static variable should be qualified by type name, org.eclipse.persistence.queries.ObjectLevelReadQuery, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/ucp/UCPUnitOfWorkTests.java:[41,48] static method should be qualified by type name, oracle.ucp.jdbc.PoolDataSourceFactory, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[115,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[150,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[185,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[220,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[255,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[292,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[330,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[373,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[413,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[447,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.proxyauthentication.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestPreparedStatement.java:[229,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[53,38] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[54,164] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[414,24] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[124,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[409,24] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[114,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/dcn/Employee.java:[46,8] Class org.eclipse.persistence.testing.models.jpa.dcn.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/ucp/UCPCallbackUnitOfWorkTests.java:[43,48] static method should be qualified by type name, oracle.ucp.jdbc.PoolDataSourceFactory, instead of by an expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.test --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.test:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar.asc [INFO] [INFO] --- dependency:3.1.2:copy (copy-to-distribution-module) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:tests:3.0.5-SNAPSHOT:test-jar [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:test-sources:3.0.5-SNAPSHOT:test-jar [INFO] Copying org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-tests.jar [INFO] Copying org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-test-sources.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >-- [INFO] Building EclipseLink DBWS Test Oracle 3.0.5-SNAPSHOT [36/39] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797814639 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/test/resources [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 3.0.5-SNAPSHOT [37/39] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797815484 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java/dbws/testing/shadowddlgeneration/oldjpub/RowtypeInfo.java:[22,8] Class dbws.testing.shadowddlgeneration.oldjpub.RowtypeInfo overrides equals, but neither it nor any superclass overrides hashCode method [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 3.0.5-SNAPSHOT [38/39] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797821235 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 3.0.5-SNAPSHOT [39/39] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.sigcompare --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797822164 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar.asc [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 3.0.5-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 15.376 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 31.295 s] [INFO] EclipseLink Core ................................... SUCCESS [ 41.323 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 5.857 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 19.092 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 2.877 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 3.368 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 20.110 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 7.843 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 2.971 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 9.100 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 10.298 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 3.836 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 9.699 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [01:03 min] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 5.739 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 2.115 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 10.321 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 6.475 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 2.183 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 6.055 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 6.558 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.189 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.875 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 53.615 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 6.153 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 22.754 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.255 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 5.441 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 7.369 s] [INFO] EclipseLink JPA NoSQL Test ......................... SUCCESS [ 6.663 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 7.963 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 2.279 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 2.166 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 1.665 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.836 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 1.343 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 5.344 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 2.243 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:01 min [INFO] Finished at: 2024-05-15T18:30:24Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test.sh -[ EclipseLink Tests LRG ]----------------------------------------------------------- -[ EclipseLink LRG Tests ]----------------------------------------------------------- [15.05.2024 18:30:37] -[ Starting MySQL Database ]------------------------------ [15.05.2024 18:30:37] --[ Waiting for MySQL Database to come up ]--------------- . done Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles Nightly Builds [pom] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA NoSQL Test [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 3.0.5-SNAPSHOT [1/40] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797842929 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 3.0.5-SNAPSHOT [2/40] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797843779 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar (17 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom (2.9 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom (2.5 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom (210 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom (2.9 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom (2.6 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom (3.8 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar (27 kB at 741 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar (12 kB at 89 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar (33 kB at 188 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [WARNING] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 19.616 s - in org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 3.0.5-SNAPSHOT [3/40] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797888459 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 3.0.5-SNAPSHOT [4/40] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797901532 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 3.0.5-SNAPSHOT [5/40] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797901839 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 3.0.5-SNAPSHOT [6/40] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797902631 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 3.0.5-SNAPSHOT [7/40] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797902812 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST] Note: [EL Config]: processor: 2024-05-15 18:31:44.815--Thread(Thread[main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024-05-15 18:31:44.816--Thread(Thread[main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024-05-15 18:31:44.817--Thread(Thread[main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024-05-15 18:31:44.817--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024-05-15 18:31:44.817--Thread(Thread[main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024-05-15 18:31:44.817--Thread(Thread[main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024-05-15 18:31:44.817--Thread(Thread[main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024-05-15 18:31:44.818--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@36b310aa Note: [EL Fine]: moxy: 2024-05-15 18:31:44.824--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2024-05-15 18:31:44.824--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024-05-15 18:31:44.825--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Config]: metadata: 2024-05-15 18:31:44.835--ServerSession(2048869869)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD]. Note: [EL Finest]: processor: 2024-05-15 18:31:44.836--Thread(Thread[main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024-05-15 18:31:44.847--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024-05-15 18:31:44.848--Thread(Thread[main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: moxy: 2024-05-15 18:31:44.85--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@7be7e15 Note: [EL Fine]: moxy: 2024-05-15 18:31:44.851--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2024-05-15 18:31:44.852--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024-05-15 18:31:44.852--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST] Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Fine]: processor: Building metadata class for round element: org.Sample Note: [EL Finest]: processor: Visiting class: org.Sample Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: Visiting class: java.lang.Object Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Finest]: processor: Generating class: org.Sample Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: Visiting class: org.Sample_ Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 s - in org.eclipse.persistence.jpa.test.modelgen.TestProcessor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 3.0.5-SNAPSHOT [8/40] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715797905858 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3302 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.43 s - in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase May 15, 2024 6:31:57 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee May 15, 2024 6:31:57 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee2 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2024-05-15 11:32:00.535--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.549--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.557--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.564--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.577--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.583--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.591--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.599--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.604--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.611--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.617--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.623--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.635--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.649--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.655--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.661--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.666--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.672--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.677--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.688--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.695--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.701--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.706--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.717--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.741--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.747--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.753--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.758--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.768--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.774--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.779--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.784--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.789--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.795--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.8--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.805--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.81--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.82--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.825--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.83--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.835--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.84--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.844--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.849--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.858--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.863--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.869--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.88--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.885--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.89--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.902--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.908--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.913--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.918--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.924--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.929--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.934--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.939--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.944--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.948--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.953--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.963--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.968--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.973--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.978--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.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 [EL Warning]: moxy: 2024-05-15 11:32:00.988--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.993--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:00.997--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.003--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.01--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.015--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.019--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.024--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.033--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.043--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.048--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.07--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.075--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.08--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.085--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.096--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.101--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.106--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.111--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.116--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.122--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.127--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.132--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.147--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.152--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.157--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.167--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.172--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.197--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.207--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.212--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.216--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.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 [EL Warning]: moxy: 2024-05-15 11:32:01.619--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:01.646--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.916--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:01.957--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:01.97--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:01.987--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.014--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.037--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.18--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.227--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.25--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.273--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.289--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.304--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.323--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.341--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.364--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.384--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.403--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.441--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.46--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.482--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.506--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.523--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.54--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.557--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.573--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.589--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.604--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.619--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.634--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.65--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.665--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.68--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.71--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.726--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.74--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.755--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.769--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.783--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.798--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.812--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.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 [EL Warning]: moxy: 2024-05-15 11:32:02.839--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.853--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.88--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.894--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:02.907--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.92--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.934--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.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 [EL Warning]: moxy: 2024-05-15 11:32:02.962--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.977--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:02.992--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.006--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.019--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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 [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.087--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.102--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.12--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.14--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.152--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.164--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.179--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.189--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.23--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.244--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.255--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.277--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.364--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.427--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.444--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.455--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.472--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.485--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.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 [EL Warning]: moxy: 2024-05-15 11:32:03.506--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.518--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.529--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.54--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.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 [EL Warning]: moxy: 2024-05-15 11:32:03.726--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.786--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.791--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.795--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.8--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.803--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.806--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.81--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.813--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.819--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.827--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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 [EL Warning]: moxy: 2024-05-15 11:32:03.839--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.853--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.857--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.861--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.864--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.869--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.878--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.882--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.887--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.89--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.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 [EL Warning]: moxy: 2024-05-15 11:32:03.902--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.908--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.912--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.915--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.919--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.922--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.926--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.933--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.936--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.94--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.949--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.953--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.957--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.96--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.969--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:03.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.991--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:03.996--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.0--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.005--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.016--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:04.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.039--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.045--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.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 [EL Warning]: moxy: 2024-05-15 11:32:04.053--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.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.xjc.XJCJavaModelInputImpl ERROR: 'Stream closed' [EL Warning]: moxy: 2024-05-15 11:32:04.079--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:32:04.096--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:32:04.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 [EL Warning]: moxy: 2024-05-15 11:32:04.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 [EL Warning]: moxy: 2024-05-15 11:32:04.297--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [INFO] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869 s - in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [EL Warning]: 2024-05-15 11:32:12.332--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.339--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.34--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.342--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.343--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.345--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.346--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.347--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.349--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.35--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.352--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.353--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.354--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.356--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.357--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.359--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.36--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.362--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.363--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.364--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.366--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.367--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.369--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.37--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.372--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.373--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.375--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.376--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.378--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.379--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:12.38--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. 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> Location: line 18 [EL Warning]: 2024-05-15 11:32:18.977--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:32:18.986--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [INFO] Tests run: 4503, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.358 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s - in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.506 s - in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [EL Warning]: 2024-05-15 11:32:31.522--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.534--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.539--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.544--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.548--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.553--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.558--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.562--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.566--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.57--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.575--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.579--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.583--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.588--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.592--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.598--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.602--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.606--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.61--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.614--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.618--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.621--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.624--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.628--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.632--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.636--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.639--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.643--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.646--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.65--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.653--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.656--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.659--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.663--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.666--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.669--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.672--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.676--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.679--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.684--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.687--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.689--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.692--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.695--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.698--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.701--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.704--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.707--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.709--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.712--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.715--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.717--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.72--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.722--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.725--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.727--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.73--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.732--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.734--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.737--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.739--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.741--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.744--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.746--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.748--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.75--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.753--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.756--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.759--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.761--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.764--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.766--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.768--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.782--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.785--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.788--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.79--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:31.793--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:34.646--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-05-15 11:32:34.693--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [INFO] Tests run: 1250, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.876 s - in org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2024-05-15 18:32:36.041--jakarta.xml.bind.JAXBException: 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. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JAXBException 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.] [EL Warning]: moxy: 2024-05-15 18:32:36.287--jakarta.xml.bind.JAXBException: 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. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JAXBException 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.] [INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite removed existing: /tmp/schema1.xsd removed existing: /tmp/schema1.xsd [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s - in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.927 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.494 s - in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Tests run: 1626, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.196 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Tests run: 3562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.279 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [EL Warning]: connection: 2024-05-15 11:33:17.081--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2024-05-15 11:33:17.145--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Matt
123-4567234-5678Matt
123-4567234-5678[INFO] Tests run: 2773, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.038 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite May 15, 2024 6:33:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.1.Final parsing a schema... compiling a schema... May 15, 2024 6:33:19 PM org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin applyAnnotations WARNING: Facet "pattern" was detected on a DOM node with non-string base type. Annotation was not generated, because it is not supported by the Bean Validation specification. rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... May 15, 2024 6:33:20 PM org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin applyAnnotations WARNING: Facet "pattern" was detected on a DOM node with non-string base type. Annotation was not generated, because it is not supported by the Bean Validation specification. rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... gf/Main.java gf/NumberWithHiddenValueAttribute.java gf/Numbers.java gf/ObjectFactory.java gf/Strings.java gf/package-info.java parsing a schema... compiling a schema... cs/Custom.java cs/ObjectFactory.java cs/package-info.java May 15, 2024 6:33:21 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee May 15, 2024 6:33:21 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee2 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.129 s - in org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 class jakarta.xml.bind.JAXBElement class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl [INFO] Tests run: 3950, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.121 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s - in org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s - in org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24607, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2024-05-15 11:33:38.007--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.073--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.073--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-05-15 11:33:38.076--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.08--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.08--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-05-15 11:33:38.081--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.083--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.084--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.086--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.087--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.089--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.094--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.095--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.097--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2024-05-15 11:33:38.098--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.1--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.102--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.102--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.104--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.105--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.107--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.108--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.109--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.111--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.114--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.119--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.12--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.125--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.128--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.134--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.135--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.138--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.138--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.14--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.142--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@65a15628 [EL Fine]: moxy: 2024-05-15 11:33:38.148--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.15--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.15--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2024-05-15 11:33:38.15--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.151--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2024-05-15 11:33:38.155--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.156--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.157--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@63787180 [EL Fine]: moxy: 2024-05-15 11:33:38.159--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.16--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.162--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.163--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.166--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.166--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.169--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.185--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.185--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@6995bf68 [EL Fine]: moxy: 2024-05-15 11:33:38.186--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.188--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.189--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@3e7dd664 [EL Fine]: moxy: 2024-05-15 11:33:38.191--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.193--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.193--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.195--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.197--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.199--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.2--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2024-05-15 11:33:38.281--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.285--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.285--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-05-15 11:33:38.285--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.288--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.288--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-05-15 11:33:38.288--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.29--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.291--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.292--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.293--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.294--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.296--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.296--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.298--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2024-05-15 11:33:38.298--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.299--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.301--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.301--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.302--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.303--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.305--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.305--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.306--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-05-15 11:33:38.308--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.309--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.31--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-05-15 11:33:38.311--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-05-15 11:33:38.314--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.314--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.316--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.317--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.318--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.319--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.32--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.321--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1338fb5 [EL Fine]: moxy: 2024-05-15 11:33:38.322--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.323--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.323--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2024-05-15 11:33:38.324--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.324--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2024-05-15 11:33:38.325--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.326--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.326--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@67c2e933 [EL Fine]: moxy: 2024-05-15 11:33:38.328--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.328--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.329--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.33--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.332--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.332--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.334--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.335--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.336--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@6492fab5 [EL Fine]: moxy: 2024-05-15 11:33:38.336--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.337--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.338--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.338--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.338--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.339--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-05-15 11:33:38.34--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-05-15 11:33:38.341--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@294e5088 [EL Fine]: moxy: 2024-05-15 11:33:38.342--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.343--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.344--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.345--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.347--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-05-15 11:33:38.348--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-05-15 11:33:38.349--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesNonDefaultTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesNonDefaultTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.585 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 s - in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.25 s - in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 s - in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s - in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 s - in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s - in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.273 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.012 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.352 s - in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:313) at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:196) at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:94) at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:101) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7461, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Tests run: 215, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 s - in org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.174 s - in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Tests run: 715, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.126 s - in org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 s - in org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.71--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.718--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.724--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.736--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.742--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.749--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.754--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.76--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.765--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.771--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.776--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.781--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.799--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.804--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.81--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.831--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.837--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.847--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.852--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.857--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.867--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.884--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.889--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.894--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.899--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.904--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.908--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.913--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.918--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.923--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.927--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.932--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.937--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.942--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.947--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.952--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.957--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.962--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.966--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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 [EL Warning]: moxy: 2024-05-15 11:35:04.977--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.987--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.992--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:04.996--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.001--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.006--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.011--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.016--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.021--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.032--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.037--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.042--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.047--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.052--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.057--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.062--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.067--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.085--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.095--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.1--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.105--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.109--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.119--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.128--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.147--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.151--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.155--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.16--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.164--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.179--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.189--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.208--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.213--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.222--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.226--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.231--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.235--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.245--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.25--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.255--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.26--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.264--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.268--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.273--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.277--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.281--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.301--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.305--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.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 [EL Warning]: moxy: 2024-05-15 11:35:05.319--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.323--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.328--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.332--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.698--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:05.723--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:05.941--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:05.973--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:05.985--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.0--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.023--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.041--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.167--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.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 [EL Warning]: moxy: 2024-05-15 11:35:06.222--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.239--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.264--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.28--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.297--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.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 [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.345--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.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 [EL Warning]: moxy: 2024-05-15 11:35:06.386--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.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 [EL Warning]: moxy: 2024-05-15 11:35:06.416--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.429--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.45--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.464--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.48--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.494--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.507--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.521--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.535--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.548--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.561--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.574--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.587--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.6--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.613--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.652--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.665--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.677--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.703--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.717--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.729--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.741--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.753--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.765--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.779--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.794--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.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 [EL Warning]: moxy: 2024-05-15 11:35:06.821--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:06.833--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.845--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.857--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.868--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.88--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.893--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.904--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.917--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.929--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.94--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.953--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.969--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:06.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 [EL Warning]: moxy: 2024-05-15 11:35:06.991--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.056--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.082--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.092--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.115--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.131--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.289--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.306--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.317--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.343--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.352--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.362--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.382--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.404--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.582--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.646--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.66--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.663--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.668--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.674--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.677--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.681--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.686--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.693--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.703--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.707--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.71--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.714--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.718--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.731--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.742--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.749--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.753--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.762--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.765--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.768--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.771--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.774--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.78--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.786--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.794--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.797--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.8--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.803--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.812--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.825--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:35:07.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 [EL Warning]: moxy: 2024-05-15 11:35:07.836--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.84--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.843--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.852--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.865--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.877--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.882--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.884--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.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 ERROR: 'Stream closed' [EL Warning]: moxy: 2024-05-15 11:35:07.908--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.914--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:07.916--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:08.097--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:35:08.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.xjc.XJCJavaModelInputImpl [INFO] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.484 s - in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.436 s - in org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite 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> Location: line 18 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Tests run: 1022, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.131 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.663 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [EL Warning]: 2024-05-15 11:35:28.747--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.753--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.754--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.756--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.757--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.758--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.759--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.76--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.762--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.763--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.764--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.765--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.766--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.768--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.769--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.77--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.772--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.773--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.774--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.775--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.776--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.778--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.779--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.78--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.781--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.783--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.784--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.785--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.786--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.787--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:28.789--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. 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> Location: line 18 [EL Warning]: 2024-05-15 11:35:35.364--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:35:35.374--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [INFO] Tests run: 4503, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.695 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s - in org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.289 s - in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.523 s - in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s - in org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2024-05-15 18:35:48.595--jakarta.xml.bind.JAXBException: 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. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JAXBException 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.] [EL Warning]: moxy: 2024-05-15 18:35:48.819--jakarta.xml.bind.JAXBException: 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. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JAXBException 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.] [INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite removed existing: /tmp/schema1.xsd removed existing: /tmp/schema1.xsd removed existing: /tmp/schema0.xsd [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.185 s - in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.212 s - in org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.48 s - in org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.948 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.711 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl [INFO] Tests run: 590, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.592 s - in org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 s - in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Tests run: 639, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.18 s - in org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Tests run: 409, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.416 s - in org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.955 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite ERROR: 'Stream closed' [INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.777 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.912 s - in org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s - in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s - in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.06 s - in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s - in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s - in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.978 s - in org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.09 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 s - in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 s - in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s - in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 s - in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s - in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s - in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.217 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 s - in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.803 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.805 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s - in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.94 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s - in org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s - in org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s - in org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@6f15d60e Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@446a1e84 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.951 s - in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2024-05-15 11:37:41.377--DatabaseSessionImpl(1078566479)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.412 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2024-05-15 11:37:43.63--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2024-05-15 11:37:43.839--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s - in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 s - in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25995, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 s - in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.271 s - in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s - in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.379 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.718 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.445 s - in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.346 s - in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.033 s - in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.076 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 s - in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.547 s - in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.006 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.321 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.938 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.15 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.46 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.661 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.414 s - in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.979 s - in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 s - in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.913 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.915 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 s - in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.03 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.762 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.009 s - in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7040, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.13 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Tests run: 215, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s - in org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.274 s - in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Tests run: 715, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.255 s - in org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 s - in org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2024-05-15 11:40:55.602--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.617--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.624--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.63--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.635--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.641--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.647--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.653--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.659--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.666--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.673--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.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 [EL Warning]: moxy: 2024-05-15 11:40:55.686--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.692--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.699--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.707--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.714--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.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 [EL Warning]: moxy: 2024-05-15 11:40:55.726--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.732--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.738--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.745--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.751--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.757--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.762--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.768--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.774--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.78--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.785--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.791--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.797--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.804--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.81--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.816--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.822--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.828--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.833--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.839--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.844--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.856--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.861--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.867--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.873--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.889--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.902--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.907--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.913--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.918--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.923--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.929--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.934--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.939--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.944--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.949--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.954--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.959--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.964--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.969--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.974--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.979--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.985--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.99--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:55.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.0--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.005--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.01--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.016--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.021--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.036--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.045--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.06--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.07--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.074--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.079--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.084--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.088--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.093--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.097--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.102--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.107--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.111--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.116--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.121--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.125--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.135--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.14--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.145--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.163--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.168--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.183--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.188--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.192--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.197--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.201--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.205--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.215--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.219--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.227--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.231--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.235--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.239--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.244--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.25--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.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 [EL Warning]: moxy: 2024-05-15 11:40:56.268--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.272--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.276--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.635--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:56.66--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.888--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:56.916--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:56.926--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:56.941--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:56.967--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:56.988--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.14--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.179--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.211--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.241--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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 [EL Warning]: moxy: 2024-05-15 11:40:57.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 [EL Warning]: moxy: 2024-05-15 11:40:57.291--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.306--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.353--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.369--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.4--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.416--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.432--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.462--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.477--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.507--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.521--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.534--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.548--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.562--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.576--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.591--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.614--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.627--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.655--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.668--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.681--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.693--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.706--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.719--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.749--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.762--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.776--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.789--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.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 [EL Warning]: moxy: 2024-05-15 11:40:57.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.827--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.84--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.852--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.865--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.877--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.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 [EL Warning]: moxy: 2024-05-15 11:40:57.903--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.917--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.93--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.942--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.955--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:57.973--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.985--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:57.997--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.011--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.028--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.051--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.112--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.122--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.139--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.208--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.273--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.289--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.299--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.325--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.345--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.357--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.375--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.396--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.569--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.627--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.641--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.644--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.647--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.65--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.654--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.659--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.666--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.68--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.691--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.698--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.704--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.707--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.711--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.714--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.723--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.729--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.736--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.738--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.741--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.744--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.751--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.753--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.765--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.769--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.772--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.784--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.797--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.804--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.813--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.816--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.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 [EL Warning]: moxy: 2024-05-15 11:40:58.845--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.856--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:58.863--MOXy 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 ERROR: 'Stream closed' [EL Warning]: moxy: 2024-05-15 11:40:58.881--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.888--MOXy 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 [EL Warning]: moxy: 2024-05-15 11:40:58.89--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 11:40:59.062--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [INFO] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.524 s - in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 s - in org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite 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> Location: line 18 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Tests run: 1022, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.109 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [EL Warning]: 2024-05-15 11:41:19.917--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.922--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.924--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.925--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.926--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.928--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.929--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.93--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.931--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.933--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.934--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.935--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.937--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.938--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.939--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.941--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.942--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.944--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.945--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.946--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.947--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.949--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.95--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.952--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.953--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.954--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.956--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.957--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.958--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.96--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:19.961--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. 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> Location: line 18 [EL Warning]: 2024-05-15 11:41:26.451--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-05-15 11:41:26.461--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [INFO] Tests run: 4503, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.423 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s - in org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.396 s - in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.581 s - in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 s - in org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2024-05-15 18:41:39.904--jakarta.xml.bind.JAXBException: 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. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JAXBException 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.] [EL Warning]: moxy: 2024-05-15 18:41:40.143--jakarta.xml.bind.JAXBException: 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. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JAXBException 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.] [INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 s - in org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite removed existing: /tmp/schema1.xsd removed existing: /tmp/schema1.xsd removed existing: /tmp/schema0.xsd [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 s - in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 s - in org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.459 s - in org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.826 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.737 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl [INFO] Tests run: 590, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.61 s - in org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.626 s - in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Tests run: 639, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.117 s - in org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Tests run: 409, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.39 s - in org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.883 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite ERROR: 'Stream closed' [INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.674 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s - in org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.031 s - in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s - in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 s - in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.026 s - in org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.09 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s - in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s - in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.185 s - in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s - in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 s - in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s - in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.697 s - in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.24 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1247, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 s - in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@6f15d60e Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@446a1e84 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 s - in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2024-05-15 11:43:28.606--DatabaseSessionImpl(1078566479)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2024-05-15 11:43:30.881--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2024-05-15 11:43:31.099--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.721 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 s - in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 s - in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 s - in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25229, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [INFO] Tests run: 453, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 454, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 3.0.5-SNAPSHOT [9/40] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom (2.7 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom (5.6 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom (7.7 kB at 233 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom (3.5 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar (2.5 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar (1.7 MB at 16 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715798625760 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbsetup_keymappings.1682541406sql [INFO] Executing file: /tmp/dbsetup_relationships.2021813862sql [INFO] 86 of 86 SQL statements executed successfully [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.relationships.RelationshipsTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 s - in dbws.testing.relationships.RelationshipsTestSuite [INFO] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Running dbws.testing.keymappings.KeyMappingsTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in dbws.testing.keymappings.KeyMappingsTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbteardown_keymappings.445547560sql [INFO] Executing file: /tmp/dbteardown_relationships.1811460331sql [INFO] 8 of 8 SQL statements executed successfully [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 3.0.5-SNAPSHOT [10/40] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715798629089 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 32 resources [INFO] Copying 32 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars --- [INFO] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/failsafe-reports/2024-05-15T18-43-46_657-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.jpars.test.AllJavaSETests [EL Info]: 2024-05-15 18:43:52.926--ServerSession(2042979183)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: moxy: 2024-05-15 18:43:53.757--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Info]: 2024-05-15 18:43:53.809--ServerSession(1446301940)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: moxy: 2024-05-15 18:43:53.868--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: metadata: 2024-05-15 18:43:53.903--ServerSession(1562912969)--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. [EL Info]: 2024-05-15 18:43:53.937--ServerSession(1562912969)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:43:54.077--ServerSession(1562912969)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: moxy: 2024-05-15 18:43:54.085--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Finest]: jpars: 2024-05-15 18:43:54.201--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 03e63ddd-1cd2-4094-9dd0-03a1f7fad8b7 [EL Warning]: metadata: 2024-05-15 18:43:54.218--ServerSession(1140697305)--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. [EL Info]: 2024-05-15 18:43:54.223--ServerSession(1140697305)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: moxy: 2024-05-15 18:43:54.273--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Finest]: jpars: 2024-05-15 18:43:54.346--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 03e63ddd-1cd2-4094-9dd0-03a1f7fad8b7 [EL Finest]: jpars: 2024-05-15 18:43:54.366--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 03e63ddd-1cd2-4094-9dd0-03a1f7fad8b7 org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}},"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [EL Finest]: jpars: 2024-05-15 18:43:54.412--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY d53275f1-7203-4095-8b2f-dd1abaffd418 [EL Finest]: jpars: 2024-05-15 18:43:54.42--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 3b97ac2d-66bf-4823-a110-1908a7eaf9cd [EL Finest]: jpars: 2024-05-15 18:43:54.447--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 16d8203a-0673-4ac3-847b-d74366edbfa2 [EL Finest]: jpars: 2024-05-15 18:43:54.464--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 395f597c-1169-4932-a60b-c5c93f7b3b85 [EL Finest]: jpars: 2024-05-15 18:43:54.485--org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY 5829634c-34b5-4534-89e3-d07c44190673 [EL Finest]: jpars: 2024-05-15 18:43:54.492--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 7547c368-ce91-45be-8300-74deb0701a37 [EL Finest]: jpars: 2024-05-15 18:43:54.493--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 7547c368-ce91-45be-8300-74deb0701a37 [EL Finest]: jpars: 2024-05-15 18:43:54.511--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY ca6073b4-b290-4128-a302-aa8e25f2fe4e [EL Finest]: jpars: 2024-05-15 18:43:54.52--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 7f1a3587-c55f-4987-9f97-c50dfcc1d90b [EL Finest]: jpars: 2024-05-15 18:43:54.531--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 6a0d8417-8f60-401b-ac89-2a5301b3c598 [EL Finest]: jpars: 2024-05-15 18:43:54.544--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 6a0d8417-8f60-401b-ac89-2a5301b3c598 [EL Finest]: jpars: 2024-05-15 18:43:54.545--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 6a0d8417-8f60-401b-ac89-2a5301b3c598 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]} [EL Finest]: jpars: 2024-05-15 18:43:54.545--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY cbfa7613-cc58-4f3b-8e89-bd422068dda3 [EL Finest]: jpars: 2024-05-15 18:43:54.545--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY cbfa7613-cc58-4f3b-8e89-bd422068dda3 [EL Finest]: jpars: 2024-05-15 18:43:54.546--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN cbfa7613-cc58-4f3b-8e89-bd422068dda3 org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@45658133 [EL Finest]: jpars: 2024-05-15 18:43:54.554--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY cbfa7613-cc58-4f3b-8e89-bd422068dda3 [EL Finest]: jpars: 2024-05-15 18:43:54.555--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN cbfa7613-cc58-4f3b-8e89-bd422068dda3 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [EL Finest]: jpars: 2024-05-15 18:43:54.556--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY ddaa6f63-c68a-4074-a30c-d1c899a0c85d [EL Finest]: jpars: 2024-05-15 18:43:54.558--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY ddaa6f63-c68a-4074-a30c-d1c899a0c85d [EL Finest]: jpars: 2024-05-15 18:43:54.56--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ddaa6f63-c68a-4074-a30c-d1c899a0c85d org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [EL Finest]: jpars: 2024-05-15 18:43:54.561--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY ac47b791-c4b6-4a91-a63d-d661c32cca3d [EL Severe]: jpars: 2024-05-15 18:43:54.562--ServerSession(1140697305)--requestId: ac47b791-c4b6-4a91-a63d-d661c32cca3d. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local]. [EL Finest]: jpars: 2024-05-15 18:43:54.565--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY ef3ed242-f394-4002-b9d3-34f4cbcf25e1 [EL Finest]: jpars: 2024-05-15 18:43:54.566--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY ef3ed242-f394-4002-b9d3-34f4cbcf25e1 [EL Finest]: jpars: 2024-05-15 18:43:54.588--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY b68a5e2e-8831-4d68-b76d-46dd6577ae05 [EL Finest]: jpars: 2024-05-15 18:43:54.598--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 72196e33-2200-4b4b-84b6-6c3d3d0e3c07 [EL Finest]: jpars: 2024-05-15 18:43:54.632--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY 4ddcff21-d2b4-43f6-ae4f-3cda8cbe069f [EL Finest]: jpars: 2024-05-15 18:43:54.644--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY e7206934-112e-4c64-bbaf-2cd89f4f8d83 [EL Finest]: jpars: 2024-05-15 18:43:54.65--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 8a71e418-28cf-4fa9-af45-deb3bbedd3e5 [EL Finest]: jpars: 2024-05-15 18:43:54.651--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8a71e418-28cf-4fa9-af45-deb3bbedd3e5 [EL Finest]: jpars: 2024-05-15 18:43:54.653--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8a71e418-28cf-4fa9-af45-deb3bbedd3e5 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1715798634161,"_relationships":[{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [EL Finest]: jpars: 2024-05-15 18:43:54.655--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8a71e418-28cf-4fa9-af45-deb3bbedd3e5 [EL Finest]: jpars: 2024-05-15 18:43:54.656--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8a71e418-28cf-4fa9-af45-deb3bbedd3e5 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}} [EL Finest]: jpars: 2024-05-15 18:43:54.656--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY a8dbf355-73c2-41c6-9b56-feda6dc2bb46 [EL Finest]: jpars: 2024-05-15 18:43:54.656--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY a8dbf355-73c2-41c6-9b56-feda6dc2bb46 [EL Finest]: jpars: 2024-05-15 18:43:54.657--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN a8dbf355-73c2-41c6-9b56-feda6dc2bb46 org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@f1266c6 [EL Finest]: jpars: 2024-05-15 18:43:54.66--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY a8dbf355-73c2-41c6-9b56-feda6dc2bb46 [EL Finest]: jpars: 2024-05-15 18:43:54.661--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN a8dbf355-73c2-41c6-9b56-feda6dc2bb46 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1715798634161,"_relationships":[{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}} [EL Finest]: jpars: 2024-05-15 18:43:54.67--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 3663951a-5ffb-4c7a-bf61-058c2370cb37 [EL Finest]: jpars: 2024-05-15 18:43:54.675--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 94ece3cd-ea19-49f0-8ce9-d4cea9b83ca3 [EL Finest]: jpars: 2024-05-15 18:43:54.679--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 94ece3cd-ea19-49f0-8ce9-d4cea9b83ca3 [EL Finest]: jpars: 2024-05-15 18:43:54.681--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 94ece3cd-ea19-49f0-8ce9-d4cea9b83ca3 {"COUNT":3} [EL Finest]: jpars: 2024-05-15 18:43:56.163--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY 770e0af3-a8e6-4f36-bb7f-fec50aaa7566 [EL Finest]: jpars: 2024-05-15 18:43:56.174--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 72919c46-0e43-4f59-bd1b-7418f0f67234 [EL Finest]: jpars: 2024-05-15 18:43:56.183--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 9083555a-dcbe-43df-90a3-cbe8357dda8d [EL Finest]: jpars: 2024-05-15 18:43:56.192--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY fbb7041c-8a48-4b02-b3d4-55e11c201f4d [EL Finest]: jpars: 2024-05-15 18:43:56.192--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY ad44765f-488e-4c6f-86c1-c952bf67ecd7 [EL Finest]: jpars: 2024-05-15 18:43:56.205--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 54a5476d-1e21-4b65-a1ff-5236cef2bbbd [EL Finest]: jpars: 2024-05-15 18:43:56.206--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2723be5d-edf3-4bda-b0f1-5bc48070fbc7 [EL Finest]: jpars: 2024-05-15 18:43:56.215--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 347b29ca-716d-41e8-b119-1338daf13497 [EL Info]: 2024-05-15 18:43:56.372--ServerSession(565517913)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: moxy: 2024-05-15 18:43:56.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 [EL Finest]: jpars: 2024-05-15 18:43:56.466--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 7991244f-3218-4ef6-b026-b8c9bd3bc1e4 [EL Finest]: jpars: 2024-05-15 18:43:56.466--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 7991244f-3218-4ef6-b026-b8c9bd3bc1e4 [EL Warning]: moxy: 2024-05-15 18:43:56.488--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: 2024-05-15 18:43:56.5--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [EL Warning]: 2024-05-15 18:43:56.5--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [EL Finest]: jpars: 2024-05-15 18:43:56.513--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY 8be74683-007b-4bff-9792-a756186279f1 [EL Finest]: jpars: 2024-05-15 18:43:56.522--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY df70c660-87dc-487e-814f-692f479cb2c8 [EL Finest]: jpars: 2024-05-15 18:43:56.529--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 707c280b-53e5-4ed4-b605-0d28204ae328 [EL Finest]: jpars: 2024-05-15 18:43:56.537--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY cfe9b345-891b-40bc-b63c-fd820e0922e4 [EL Finest]: jpars: 2024-05-15 18:43:56.537--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 7b6620e1-dad5-4c71-aafc-635dfa4ae19a [EL Finest]: jpars: 2024-05-15 18:43:56.547--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 9fdb3cd0-5f16-47be-9e29-c62e058ff50b [EL Finest]: jpars: 2024-05-15 18:43:56.548--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY ea43416d-5491-4f73-9384-37a0cf6f6696 [EL Finest]: jpars: 2024-05-15 18:43:56.556--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY e2bf8a76-ba87-4014-839a-77e42b7edfc6 [EL Warning]: moxy: 2024-05-15 18:43:56.571--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-05-15 18:43:56.661--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Finest]: jpars: 2024-05-15 18:43:56.68--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY ef44ab48-6c50-44eb-8f8c-89cadada54d2 [EL Finest]: jpars: 2024-05-15 18:43:56.681--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY ef44ab48-6c50-44eb-8f8c-89cadada54d2 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.041 s - in org.eclipse.persistence.jpars.test.AllJavaSETests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 3.0.5-SNAPSHOT [11/40] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715798637114 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 43 resources [INFO] Copying 43 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.712 s - in org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [EL Info]: 2024-05-15 18:44:01.194--ServerSession(1992550266)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: 2024-05-15 18:44:01.26--ClientSession(1258372214)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Warning]: 2024-05-15 18:44:01.269--ClientSession(657736958)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [EL Info]: query: 2024-05-15 18:44:01.27--ClientSession(1428475041)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Info]: 2024-05-15 18:44:01.273--ServerSession(216856121)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: 2024-05-15 18:44:01.274--ClientSession(2095486832)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2024-05-15 18:44:01.275--ServerSession(216856121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024-05-15 18:44:01.275--ClientSession(2095486832)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2024-05-15 18:44:06.276--ServerSession(216856121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024-05-15 18:44:06.276--ClientSession(2095486832)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2024-05-15 18:44:11.277--ServerSession(216856121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Warning]: 2024-05-15 18:44:11.278--ClientSession(2095486832)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.19 s - in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [EL Info]: 2024-05-15 18:44:11.282--DatabaseSessionImpl(391183339)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: 2024-05-15 18:44:11.284--DatabaseSessionImpl(391183339)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Running org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest [INFO] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [EL Warning]: connection: 2024-05-15 18:44:11.535--Exception [EclipseLink-63001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ServerPlatformException Exception Description: Server platform class non-existing-class-name not found. Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name [EL Warning]: connection: 2024-05-15 18:44:11.748--Exception [EclipseLink-63002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ServerPlatformException Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform Internal Exception: java.lang.reflect.InvocationTargetException Target Invocation Exception: java.lang.NullPointerException [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [INFO] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 548, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:44:13.719--DatabaseSessionImpl(204715855)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:44:14.3--DatabaseSessionImpl(204715855)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-srg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.TestRunModel [EL Info]: 2024-05-15 18:44:15.244--DatabaseSessionImpl(1509791656)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:15.902--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.WORKER' Error Code: 1051 Call: DROP TABLE WORKER Query: DataModifyQuery(sql="DROP TABLE WORKER") [EL Warning]: 2024-05-15 18:44:15.913--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ADD' Error Code: 1051 Call: DROP TABLE AGG_ADD Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [EL Warning]: 2024-05-15 18:44:15.92--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_CLNT' Error Code: 1051 Call: DROP TABLE AGG_CLNT Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [EL Warning]: 2024-05-15 18:44:15.928--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ECNT' Error Code: 1051 Call: DROP TABLE AGG_ECNT Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [EL Warning]: 2024-05-15 18:44:15.935--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_COM' Error Code: 1051 Call: DROP TABLE AGG_COM Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [EL Warning]: 2024-05-15 18:44:15.941--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_EMP' Error Code: 1051 Call: DROP TABLE AGG_EMP Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [EL Warning]: 2024-05-15 18:44:15.95--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_LAN' Error Code: 1051 Call: DROP TABLE AGG_LAN Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [EL Warning]: 2024-05-15 18:44:15.964--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_RES' Error Code: 1051 Call: DROP TABLE AGG_RES Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [EL Warning]: 2024-05-15 18:44:15.97--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGGVEHICLE' Error Code: 1051 Call: DROP TABLE AGGVEHICLE Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [EL Warning]: 2024-05-15 18:44:15.977--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGENT' Error Code: 1051 Call: DROP TABLE AGENT Query: DataModifyQuery(sql="DROP TABLE AGENT") [EL Warning]: 2024-05-15 18:44:15.983--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUSTOMER' Error Code: 1051 Call: DROP TABLE CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [EL Warning]: 2024-05-15 18:44:15.991--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOUSE' Error Code: 1051 Call: DROP TABLE HOUSE Query: DataModifyQuery(sql="DROP TABLE HOUSE") [EL Warning]: 2024-05-15 18:44:15.997--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPENDANT' Error Code: 1051 Call: DROP TABLE DEPENDANT Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [EL Warning]: 2024-05-15 18:44:16.004--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPANY_AGG' Error Code: 1051 Call: DROP TABLE COMPANY_AGG Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [EL Warning]: 2024-05-15 18:44:16.01--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SINGLE_HOUSE' Error Code: 1051 Call: DROP TABLE SINGLE_HOUSE Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [EL Warning]: 2024-05-15 18:44:16.018--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SELLING_POINT' Error Code: 1051 Call: DROP TABLE SELLING_POINT Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [EL Warning]: 2024-05-15 18:44:16.024--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER' Error Code: 1051 Call: DROP TABLE BUILDER Query: DataModifyQuery(sql="DROP TABLE BUILDER") [EL Warning]: 2024-05-15 18:44:16.03--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_HOUSE' Error Code: 1051 Call: DROP TABLE BUILDER_HOUSE Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [EL Warning]: 2024-05-15 18:44:16.037--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_SINGLE_HOUSE' Error Code: 1051 Call: DROP TABLE BUILDER_SINGLE_HOUSE Query: DataModifyQuery(sql="DROP TABLE BUILDER_SINGLE_HOUSE") [EL Warning]: 2024-05-15 18:44:16.043--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_SELLING_POINT' Error Code: 1051 Call: DROP TABLE BUILDER_SELLING_POINT Query: DataModifyQuery(sql="DROP TABLE BUILDER_SELLING_POINT") [EL Warning]: 2024-05-15 18:44:16.05--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_CUSTOMER' Error Code: 1051 Call: DROP TABLE BUILDER_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [EL Warning]: 2024-05-15 18:44:16.056--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_DEPENDANT' Error Code: 1051 Call: DROP TABLE BUILDER_DEPENDANT Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [EL Warning]: 2024-05-15 18:44:16.063--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_VEHICLE' Error Code: 1051 Call: DROP TABLE BUILDER_VEHICLE Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [EL Warning]: 2024-05-15 18:44:16.069--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.Employee1' Error Code: 1051 Call: DROP TABLE Employee1 Query: DataModifyQuery(sql="DROP TABLE Employee1") [EL Warning]: 2024-05-15 18:44:16.078--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMP_LAN' Error Code: 1051 Call: DROP TABLE EMP_LAN Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [EL Warning]: 2024-05-15 18:44:16.115--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT' Error Code: 1051 Call: DROP TABLE STUDENT Query: DataModifyQuery(sql="DROP TABLE STUDENT") [EL Warning]: 2024-05-15 18:44:16.122--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GOLF_CLUB' Error Code: 1051 Call: DROP TABLE GOLF_CLUB Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [EL Warning]: 2024-05-15 18:44:16.129--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MANUFACTURER' Error Code: 1051 Call: DROP TABLE MANUFACTURER Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") Running AggregateReadObjectTestSuite Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec Running AggregateUpdateObjectTestSuite Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec Running AggregateReadAllTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running AggregateDeleteObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec Running AggregateInsertObjectTestSuite [EL Warning]: 2024-05-15 18:44:17.083--UnitOfWork(1313618488)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@151335cb] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec Running AggregateUnitOfWorkTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec Running AggregateUnitOfWorkCommitResumeTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running AggregateCheckForNullUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running AggregateMergingUnitOfWorkTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running AggregateDescriptorPropertiesTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running AggregateEventTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running NestedAggregateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running AggregateInheritanceTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running AggregateRelationshipsTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec [EL Info]: 2024-05-15 18:44:17.549--DatabaseSessionImpl(662409124)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:17.593--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PHONE' Error Code: 1051 Call: drop table PHONE Query: DataModifyQuery(sql="drop table PHONE") [EL Warning]: 2024-05-15 18:44:17.595--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RESPONS' Error Code: 1051 Call: drop table RESPONS Query: DataModifyQuery(sql="drop table RESPONS") [EL Warning]: 2024-05-15 18:44:17.596--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SALARY' Error Code: 1051 Call: drop table SALARY Query: DataModifyQuery(sql="drop table SALARY") [EL Warning]: 2024-05-15 18:44:17.598--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ_EMP' Error Code: 1051 Call: drop table PROJ_EMP Query: DataModifyQuery(sql="drop table PROJ_EMP") [EL Warning]: 2024-05-15 18:44:17.6--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJECT' Error Code: 1051 Call: drop table LPROJECT Query: DataModifyQuery(sql="drop table LPROJECT") [EL Warning]: 2024-05-15 18:44:17.601--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJECT' Error Code: 1051 Call: drop table PROJECT Query: DataModifyQuery(sql="drop table PROJECT") [EL Warning]: 2024-05-15 18:44:17.603--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMPLOYEE' Error Code: 1051 Call: drop table EMPLOYEE Query: DataModifyQuery(sql="drop table EMPLOYEE") [EL Warning]: 2024-05-15 18:44:17.604--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADDRESS' Error Code: 1051 Call: drop table ADDRESS Query: DataModifyQuery(sql="drop table ADDRESS") [EL Info]: 2024-05-15 18:44:17.889--DatabaseSessionImpl(479160976)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024-05-15 18:44:18.523--DatabaseSessionImpl(1245434971)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:18.847--DatabaseSessionImpl(1245434971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") [EL Warning]: 2024-05-15 18:44:18.847--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") Running CacheExpiryTestSuite [EL Info]: 2024-05-15 18:44:19.843--ServerSession(2076611420)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.881 sec [EL Info]: 2024-05-15 18:44:34.936--DatabaseSessionImpl(145664926)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running CacheIdentityMapInsertOverflowTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running CacheIdentityMapInsertTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running SmallCacheIdentityMapTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:44:35.191--ServerSession(1530078265)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:44:35.267--DatabaseSessionImpl(1550899184)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:35.306--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_M_IT' Error Code: 1051 Call: DROP TABLE COL_M_IT Query: DataModifyQuery(sql="DROP TABLE COL_M_IT") [EL Warning]: 2024-05-15 18:44:35.312--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_MENU' Error Code: 1051 Call: DROP TABLE COL_MENU Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [EL Warning]: 2024-05-15 18:44:35.316--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_PERS' Error Code: 1051 Call: DROP TABLE COL_PERS Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [EL Warning]: 2024-05-15 18:44:35.322--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LOCA' Error Code: 1051 Call: DROP TABLE COL_LOCA Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [EL Warning]: 2024-05-15 18:44:35.326--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_R_LO' Error Code: 1051 Call: DROP TABLE COL_R_LO Query: DataModifyQuery(sql="DROP TABLE COL_R_LO") [EL Warning]: 2024-05-15 18:44:35.331--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_R_LO2' Error Code: 1051 Call: DROP TABLE COL_R_LO2 Query: DataModifyQuery(sql="DROP TABLE COL_R_LO2") [EL Warning]: 2024-05-15 18:44:35.336--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_DI_R' Error Code: 1051 Call: DROP TABLE COL_DI_R Query: DataModifyQuery(sql="DROP TABLE COL_DI_R") [EL Warning]: 2024-05-15 18:44:35.341--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_REST' Error Code: 1051 Call: DROP TABLE COL_REST Query: DataModifyQuery(sql="DROP TABLE COL_REST") [EL Warning]: 2024-05-15 18:44:35.345--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SLOG' Error Code: 1051 Call: DROP TABLE COL_SLOG Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [EL Warning]: 2024-05-15 18:44:35.35--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SERVICES' Error Code: 1051 Call: DROP TABLE COL_SERVICES Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [EL Warning]: 2024-05-15 18:44:35.354--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LICENSE' Error Code: 1051 Call: DROP TABLE COL_LICENSE Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") Running CollectionsReadObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running CollectionsWriteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running CollectionsDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running CollectionsInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running CollectionsUnitOfWorkTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec [EL Info]: 2024-05-15 18:44:35.564--DatabaseSessionImpl(1377543055)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:36.045--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024-05-15 18:44:36.047--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_A' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE") [EL Warning]: 2024-05-15 18:44:36.048--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF") [EL Warning]: 2024-05-15 18:44:36.049--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE") [EL Warning]: 2024-05-15 18:44:36.05--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_E' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF") [EL Warning]: 2024-05-15 18:44:36.051--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_A' Error Code: 1051 Call: DROP TABLE OWNER_A Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [EL Warning]: 2024-05-15 18:44:36.057--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_B' Error Code: 1051 Call: DROP TABLE OWNER_B Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [EL Warning]: 2024-05-15 18:44:36.062--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_C' Error Code: 1051 Call: DROP TABLE OWNER_C Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [EL Warning]: 2024-05-15 18:44:36.066--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_D' Error Code: 1051 Call: DROP TABLE OWNER_D Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [EL Warning]: 2024-05-15 18:44:36.07--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_E' Error Code: 1051 Call: DROP TABLE OWNER_E Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [EL Warning]: 2024-05-15 18:44:36.996--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMP' Error Code: 1051 Call: DROP TABLE MAP_EMP Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [EL Warning]: 2024-05-15 18:44:37.002--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMSP' Error Code: 1051 Call: DROP TABLE MAP_EMSP Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [EL Warning]: 2024-05-15 18:44:37.007--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMPH' Error Code: 1051 Call: DROP TABLE MAP_EMPH Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [EL Warning]: 2024-05-15 18:44:37.012--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PHO' Error Code: 1051 Call: DROP TABLE MAP_PHO Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [EL Warning]: 2024-05-15 18:44:37.016--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CARD' Error Code: 1051 Call: DROP TABLE MAP_CARD Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [EL Warning]: 2024-05-15 18:44:37.02--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_COM' Error Code: 1051 Call: DROP TABLE MAP_COM Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [EL Warning]: 2024-05-15 18:44:37.025--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CUB' Error Code: 1051 Call: DROP TABLE MAP_CUB Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [EL Warning]: 2024-05-15 18:44:37.03--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE MAP_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [EL Warning]: 2024-05-15 18:44:37.034--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUBICLE_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE CUBICLE_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [EL Warning]: 2024-05-15 18:44:37.039--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SHIP' Error Code: 1051 Call: DROP TABLE MAP_SHIP Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [EL Warning]: 2024-05-15 18:44:37.044--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_POL' Error Code: 1051 Call: DROP TABLE MAP_POL Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [EL Warning]: 2024-05-15 18:44:37.049--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_ADD' Error Code: 1051 Call: DROP TABLE MAP_ADD Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [EL Warning]: 2024-05-15 18:44:37.053--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_MON' Error Code: 1051 Call: DROP TABLE MAP_MON Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [EL Warning]: 2024-05-15 18:44:37.059--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_HRW' Error Code: 1051 Call: DROP TABLE MAP_HRW Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [EL Warning]: 2024-05-15 18:44:37.063--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PERIPHERAL' Error Code: 1051 Call: DROP TABLE MAP_PERIPHERAL Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [EL Warning]: 2024-05-15 18:44:37.068--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SECURE' Error Code: 1051 Call: DROP TABLE MAP_SECURE Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [EL Warning]: 2024-05-15 18:44:37.072--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_IDENTIFICATION' Error Code: 1051 Call: DROP TABLE MAP_IDENTIFICATION Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [EL Warning]: 2024-05-15 18:44:37.167--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_CON' Error Code: 1051 Call: DROP TABLE U_CON Query: DataModifyQuery(sql="DROP TABLE U_CON") [EL Warning]: 2024-05-15 18:44:37.174--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_EMP' Error Code: 1051 Call: DROP TABLE U_EMP Query: DataModifyQuery(sql="DROP TABLE U_EMP") [EL Warning]: 2024-05-15 18:44:37.179--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_ADD' Error Code: 1051 Call: DROP TABLE U_ADD Query: DataModifyQuery(sql="DROP TABLE U_ADD") [EL Warning]: 2024-05-15 18:44:37.185--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_WEATH' Error Code: 1051 Call: DROP TABLE U_WEATH Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [EL Warning]: 2024-05-15 18:44:37.191--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_ADDRESS' Error Code: 1051 Call: DROP TABLE CONCURRENT_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [EL Warning]: 2024-05-15 18:44:37.196--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_EMP' Error Code: 1051 Call: DROP TABLE CONCURRENT_EMP Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [EL Warning]: 2024-05-15 18:44:37.201--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PROJECT' Error Code: 1051 Call: DROP TABLE CONCURRENT_PROJECT Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [EL Warning]: 2024-05-15 18:44:37.206--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PHONE' Error Code: 1051 Call: DROP TABLE CONCURRENT_PHONE Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [EL Warning]: 2024-05-15 18:44:37.211--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MUTABLE_TYPE' Error Code: 1051 Call: DROP TABLE MUTABLE_TYPE Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") Running ComplexUpdateTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running UnitOfWorkTestSuite [EL Warning]: 2024-05-15 18:44:37.976--UnitOfWork(723130935)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '151' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-05-15 18:44:37.988--UnitOfWork(448288866)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:44:38.153--UnitOfWork(1338136300)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 152 [EL Warning]: 2024-05-15 18:44:38.205--UnitOfWork(1894076099)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [317,366,989], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:44:38.206--UnitOfWork(1712524347)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Chocolate Drive, Smith Falls, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,448,428,389], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:44:38.21--UnitOfWork(1632141948)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah Way] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 151 [EL Warning]: 2024-05-15 18:44:38.235--UnitOfWork(1067809448)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 152 [EL Warning]: 2024-05-15 18:44:38.351--UnitOfWork(725418930)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,421,436,947], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:44:38.476--UnitOfWork(1505756962)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '95' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:44:38.501--UnitOfWork(2142250502)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [EL Warning]: 2024-05-15 18:44:38.546--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-05-15 18:44:38.562--UnitOfWork(1739721548)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [641,985,795], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 sec Running UnitOfWorkEventTestSuite [EL Warning]: 2024-05-15 18:44:38.618--UnitOfWork(1393428647)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [4 parameters bound] Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Way) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [EL Info]: 2024-05-15 18:44:38.62--DatabaseSessionImpl(1763768885)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:38.642--DatabaseSessionImpl(1763768885)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CM_OBJ' Error Code: 1051 Call: DROP TABLE CM_OBJ Query: DataModifyQuery(sql="DROP TABLE CM_OBJ") Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running ConversionManagerConvertObjectTestSuite Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running ConversionManagerConvertClassTypeTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerClassLoaderTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:44:38.708--DatabaseSessionImpl(1862737164)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [EL Info]: 2024-05-15 18:44:38.788--DatabaseSessionImpl(254038376)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:44:39.09--DatabaseSessionImpl(254038376)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:39.339--DatabaseSessionImpl(254038376)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Emp_Add does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Emp_Add Query: DataModifyQuery(sql="DROP PROCEDURE Read_Emp_Add") Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.001 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running CustomSQLStoredProcedureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2024-05-15 18:44:39.455--ServerSession(1898058733)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.038 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:44:39.498--DatabaseSessionImpl(1825984578)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:44:39.631--DatabaseSessionImpl(181814414)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024-05-15 18:44:40.074--DatabaseSessionImpl(156850393)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024-05-15 18:44:40.723--UnitOfWork(789112531)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 308 [EL Warning]: 2024-05-15 18:44:40.745--UnitOfWork(1037612046)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 308 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec [EL Info]: 2024-05-15 18:44:40.82--DatabaseSessionImpl(659229738)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024-05-15 18:44:41.431--UnitOfWork(938070417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 353 [EL Warning]: 2024-05-15 18:44:41.451--UnitOfWork(1984549712)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 353 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.080 sec [EL Info]: 2024-05-15 18:44:43.466--DatabaseSessionImpl(819711997)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024-05-15 18:44:44.04--UnitOfWork(1927159174)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 403 [EL Warning]: 2024-05-15 18:44:44.061--UnitOfWork(1148054038)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 403 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec [EL Info]: 2024-05-15 18:44:44.113--DatabaseSessionImpl(1636579453)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:44:44.254--DatabaseSessionImpl(254033244)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:44:44.268--DatabaseSessionImpl(980011038)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024-05-15 18:44:44.679--DatabaseSessionImpl(93166806)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [EL Info]: 2024-05-15 18:44:45.023--DatabaseSessionImpl(1760872167)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024-05-15 18:44:45.46--DatabaseSessionImpl(845959786)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [EL Info]: 2024-05-15 18:44:45.798--DatabaseSessionImpl(599265282)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running ForceUpdateVersionLockingTestSuite [EL Warning]: 2024-05-15 18:44:47.002--UnitOfWork(2090157069)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIC Primary Key> 6 [EL Warning]: 2024-05-15 18:44:47.018--UnitOfWork(1545411238)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIO Primary Key> 7 [EL Warning]: 2024-05-15 18:44:47.031--UnitOfWork(467631316)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIC Primary Key> 4 [EL Warning]: 2024-05-15 18:44:47.043--UnitOfWork(1597029619)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIO Primary Key> 12 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running ForceUpdateVersionLockingNopTestSuite [EL Warning]: 2024-05-15 18:44:47.054--UnitOfWork(1976246416)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 7 [EL Warning]: 2024-05-15 18:44:47.057--UnitOfWork(750920887)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 7 [EL Warning]: 2024-05-15 18:44:47.064--UnitOfWork(953909385)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 7 [EL Warning]: 2024-05-15 18:44:47.067--UnitOfWork(630029574)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 7 [EL Warning]: 2024-05-15 18:44:47.074--UnitOfWork(2036699109)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 12 [EL Warning]: 2024-05-15 18:44:47.076--UnitOfWork(287461508)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 12 [EL Warning]: 2024-05-15 18:44:47.083--UnitOfWork(508414460)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 5 [EL Warning]: 2024-05-15 18:44:47.085--UnitOfWork(396458741)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 5 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [EL Info]: 2024-05-15 18:44:47.091--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:44:48.856--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024-05-15 18:44:49.261--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTCUSTOMER' Error Code: 1051 Call: DROP TABLE EVENTCUSTOMER Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [EL Warning]: 2024-05-15 18:44:49.267--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EASSOCIATIONS' Error Code: 1051 Call: DROP TABLE EASSOCIATIONS Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [EL Warning]: 2024-05-15 18:44:49.271--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTORDER' Error Code: 1051 Call: DROP TABLE EVENTORDER Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [EL Warning]: 2024-05-15 18:44:49.276--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMAILACC' Error Code: 1051 Call: DROP TABLE EMAILACC Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [EL Warning]: 2024-05-15 18:44:49.281--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EPHONE' Error Code: 1051 Call: DROP TABLE EPHONE Query: DataModifyQuery(sql="DROP TABLE EPHONE") [EL Warning]: 2024-05-15 18:44:49.285--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EADDRESS' Error Code: 1051 Call: DROP TABLE EADDRESS Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [EL Warning]: 2024-05-15 18:44:49.328--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ' Error Code: 1051 Call: DROP TABLE PROJ Query: DataModifyQuery(sql="DROP TABLE PROJ") [EL Warning]: 2024-05-15 18:44:49.333--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJ' Error Code: 1051 Call: DROP TABLE LPROJ Query: DataModifyQuery(sql="DROP TABLE LPROJ") [EL Warning]: 2024-05-15 18:44:49.337--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUDGET' Error Code: 1051 Call: DROP TABLE BUDGET Query: DataModifyQuery(sql="DROP TABLE BUDGET") [EL Warning]: 2024-05-15 18:44:49.356--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TESTTABLE1' Error Code: 1051 Call: DROP TABLE TESTTABLE1 Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [EL Warning]: 2024-05-15 18:44:49.933--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE1' Error Code: 1051 Call: DROP TABLE SEQTESTTABLE1 Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [EL Warning]: 2024-05-15 18:44:49.938--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE2' Error Code: 1051 Call: DROP TABLE SEQTESTTABLE2 Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [EL Warning]: 2024-05-15 18:44:49.96--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_EMPLOYEE' Error Code: 1051 Call: DROP TABLE REPORT_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [EL Warning]: 2024-05-15 18:44:49.965--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_HISTORY' Error Code: 1051 Call: DROP TABLE REPORT_HISTORY Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [EL Warning]: 2024-05-15 18:44:49.97--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BEER' Error Code: 1051 Call: DROP TABLE BEER Query: DataModifyQuery(sql="DROP TABLE BEER") [EL Warning]: 2024-05-15 18:44:49.974--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR' Error Code: 1051 Call: DROP TABLE BAR Query: DataModifyQuery(sql="DROP TABLE BAR") [EL Warning]: 2024-05-15 18:44:49.979--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR_BEER' Error Code: 1051 Call: DROP TABLE BAR_BEER Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [EL Warning]: 2024-05-15 18:44:49.984--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PERSON' Error Code: 1051 Call: DROP TABLE PERSON Query: DataModifyQuery(sql="DROP TABLE PERSON") [EL Warning]: 2024-05-15 18:44:49.988--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BREWER' Error Code: 1051 Call: DROP TABLE BREWER Query: DataModifyQuery(sql="DROP TABLE BREWER") [EL Warning]: 2024-05-15 18:44:50.006--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_EMPLOYEE' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE") [EL Warning]: 2024-05-15 18:44:50.011--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_HISTORY' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_HISTORY Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") Running IdentityMapTestSuite Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.204 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024-05-15 18:45:01.628--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.629--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [ Base org.eclipse.persistence.testing.models.employee.domain.Employee] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] Argument: [2] Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.629--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.629--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.63--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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(). Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.63--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.63--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The expression is not a valid expression. Logical operator [ AND ] Relation operator [ = ] Query Key firstName Base org.eclipse.persistence.testing.models.employee.domain.Employee Constant blee Query Key managedEmployees Base org.eclipse.persistence.testing.models.employee.domain.Employee Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:01.695--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [appartments] in expression. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.216 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2024-05-15 18:45:01.746--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.827--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectB ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.828--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectC ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.829--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=PhoneNumber ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.845--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.915--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.923--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.924--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.95--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.97--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.973--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:01.988--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.286 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.071 sec Running ExpressionOperatorUnitTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.100 sec Running QueryFrameworkTestSuite [EL Info]: 2024-05-15 18:45:02.346--ServerSession(1846922173)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:02.364--ServerSession(1732107784)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2024-05-15 18:45:02.43--ServerSession(1584483192)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:02.468--ServerSession(1101457360)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-05-15 18:45:02.558--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024-05-15 18:45:02.559--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024-05-15 18:45:02.56--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [EL Info]: 2024-05-15 18:45:02.61--ServerSession(1065486598)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:02.639--ClientSession(230664664)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' Error Code: 1054 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)) bind => [1 parameter bound] 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))") [EL Info]: 2024-05-15 18:45:02.641--ServerSession(1187032365)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:02.701--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: ReadObjectQuery(referenceClass=Employee ) [EL Info]: 2024-05-15 18:45:02.775--ServerSession(1772388051)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:02.804--ServerSession(334958037)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:02.832--ServerSession(1012014337)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:02.859--ServerSession(1003128151)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:02.894--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. Objects: [[]] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [EL Info]: 2024-05-15 18:45:02.923--DatabaseSessionImpl(1618866848)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:02.991--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Attribute name or Expression: [ Field BAD Base QUERY OBJECT] Wrong field: [BAD] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: UpdateAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:02.998--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:04.038--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [EL Info]: 2024-05-15 18:45:04.038--ServerSession(991060461)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:04.082--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2024-05-15 18:45:04.084--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2024-05-15 18:45:04.084--DatabaseSessionImpl(879869437)--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. [EL Info]: 2024-05-15 18:45:04.118--ServerSession(1041604370)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:05.161--ClientSession(1800679184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Database does not support INTERSECT Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 2.904 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2024-05-15 18:45:05.335--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. 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))") Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running OptimisticLockingTestSuite [EL Warning]: 2024-05-15 18:45:05.432--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 713 [EL Warning]: 2024-05-15 18:45:05.436--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 714 [EL Warning]: 2024-05-15 18:45:05.439--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 715 [EL Warning]: 2024-05-15 18:45:05.442--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 716 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running QueryOptimizationTestSuite [EL Warning]: 2024-05-15 18:45:05.622--DatabaseSessionImpl(879869437)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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)]))] [EL Warning]: 2024-05-15 18:45:05.775--DatabaseSessionImpl(879869437)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-05-15 18:45:05.873--DatabaseSessionImpl(879869437)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-05-15 18:45:05.886--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Query Key id Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:05.886--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Function operator [MAX(, )] Query Key id Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.485 sec Running ReportQueryTestSuite [EL Warning]: 2024-05-15 18:45:05.947--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:05.947--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:05.947--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:05.975--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [EL Warning]: 2024-05-15 18:45:05.977--DatabaseSessionImpl(879869437)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Fred], 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]. Internal Exception: java.lang.NumberFormatException: Character F is neither a decimal digit number, decimal point, nor "e" notation exponential mark. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.094 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2024-05-15 18:45:06.077--ServerSession(1176943131)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.126--ServerSession(1398370724)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.171--ServerSession(1912672399)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:06.211--ServerSession(1912672399)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException 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. [EL Info]: 2024-05-15 18:45:06.213--ServerSession(325891509)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.254--ServerSession(775601211)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.297--ServerSession(1017733867)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.337--ServerSession(234596181)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:06.375--ServerSession(234596181)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException 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. [EL Info]: 2024-05-15 18:45:06.376--ServerSession(242806814)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.437--ServerSession(1460146719)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.491--ServerSession(846103603)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.482 sec Running Integrity Checker [EL Info]: 2024-05-15 18:45:06.56--DatabaseSessionImpl(472783563)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:06.575--DatabaseSessionImpl(472783563)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException java.lang.NullPointerException [EL Info]: 2024-05-15 18:45:06.577--DatabaseSessionImpl(1161178744)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:06.588--DatabaseSessionImpl(1161178744)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException java.lang.NullPointerException [EL Info]: 2024-05-15 18:45:06.605--DatabaseSessionImpl(865372315)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:06.654--DatabaseSessionImpl(865372315)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2024-05-15 18:45:06.655--DatabaseSessionImpl(50848559)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec Running ExceptionHandler [EL Warning]: 2024-05-15 18:45:06.669--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [ Query Key addres Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. Query: ReadObjectQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:06.672--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist Error Code: 1146 Call: select * from bad Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Fielded Message Logging [EL Fine]: 2024-05-15 18:45:06.7--Thread(Thread[main,5,main])--Time {0.5HR} [EL Fine]: 2024-05-15 18:45:06.701--Thread(Thread[main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2024-05-15 18:45:06.713--DatabaseSessionImpl(156947375)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.741--DatabaseSessionImpl(156947375)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.752--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.764--DatabaseSessionImpl(2140938924)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.775--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.085 sec Running JNDIConnectionTestSuite [EL Info]: 2024-05-15 18:45:06.795--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.807--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running CustomSequenceTestSuite [EL Warning]: 2024-05-15 18:45:06.819--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NEW_SEQUENCE' Error Code: 1051 Call: DROP TABLE NEW_SEQUENCE Query: DataModifyQuery(sql="DROP TABLE NEW_SEQUENCE") Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running SequenceTestSuite [EL Info]: 2024-05-15 18:45:06.91--ServerSession(1674034927)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.944--ServerSession(296556077)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:06.974--ServerSession(2094953615)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.052--DatabaseSessionImpl(651614956)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.075--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:07.089--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [2 parameters bound] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [EL Info]: 2024-05-15 18:45:07.089--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.1--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:07.112--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [EL Info]: 2024-05-15 18:45:07.113--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:07.134--UnitOfWork(1781210332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value Error Code: 1364 Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES (?) bind => [1 parameter bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@34d27ee3) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running Instantiation Policy Test Suite [EL Info]: 2024-05-15 18:45:07.229--DatabaseSessionImpl(1635738187)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.245--DatabaseSessionImpl(2115162896)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.259--DatabaseSessionImpl(29603972)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.273--DatabaseSessionImpl(831005127)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:07.286--DatabaseSessionImpl(831005127)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running SessionCacheTestSuite [EL Warning]: 2024-05-15 18:45:07.287--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-05-15 18:45:07.288--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-05-15 18:45:07.288--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.007 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:45:07.295--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.313--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.329--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.343--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.386--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:07.399--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:08.92--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") Running IdentityMapTestSuite Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.043 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024-05-15 18:45:22.309--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.309--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [ Base org.eclipse.persistence.testing.models.employee.domain.Employee] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] Argument: [2] Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.31--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.31--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.31--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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(). Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.31--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.311--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The expression is not a valid expression. Logical operator [ AND ] Relation operator [ = ] Query Key firstName Base org.eclipse.persistence.testing.models.employee.domain.Employee Constant blee Query Key managedEmployees Base org.eclipse.persistence.testing.models.employee.domain.Employee Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:22.361--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [appartments] in expression. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.156 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2024-05-15 18:45:22.394--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.463--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectB ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.464--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectC ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.465--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=PhoneNumber ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.479--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.543--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.551--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.552--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.575--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.593--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.595--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-05-15 18:45:22.604--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.249 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.065 sec Running ExpressionOperatorUnitTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.079 sec Running QueryFrameworkTestSuite [EL Info]: 2024-05-15 18:45:22.915--ServerSession(1089874594)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:22.931--ServerSession(1982311747)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2024-05-15 18:45:22.977--ServerSession(2020949871)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:23.011--ServerSession(1175274169)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-05-15 18:45:23.07--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024-05-15 18:45:23.07--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024-05-15 18:45:23.071--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [EL Info]: 2024-05-15 18:45:23.106--ServerSession(1580558824)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:23.129--ClientSession(1002533149)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' Error Code: 1054 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)) 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))") [EL Info]: 2024-05-15 18:45:23.13--ServerSession(1751279274)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:23.171--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: ReadObjectQuery(referenceClass=Employee ) [EL Info]: 2024-05-15 18:45:23.219--ServerSession(937380004)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:23.244--ServerSession(894618806)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:23.28--ServerSession(876814305)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:23.304--ServerSession(2051182065)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:23.334--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. Objects: [[]] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [EL Info]: 2024-05-15 18:45:23.365--DatabaseSessionImpl(1241337590)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:23.421--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Attribute name or Expression: [ Field BAD Base QUERY OBJECT] Wrong field: [BAD] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: UpdateAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:23.426--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:24.454--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [EL Info]: 2024-05-15 18:45:24.454--ServerSession(1933807639)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:24.486--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2024-05-15 18:45:24.487--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2024-05-15 18:45:24.487--DatabaseSessionImpl(860090843)--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. [EL Info]: 2024-05-15 18:45:24.51--ServerSession(1050120100)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:25.546--ClientSession(456273666)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Database does not support INTERSECT Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 2.699 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2024-05-15 18:45:25.672--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. 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))") Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running OptimisticLockingTestSuite [EL Warning]: 2024-05-15 18:45:25.737--DatabaseSessionImpl(860090843)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,213 [EL Warning]: 2024-05-15 18:45:25.741--DatabaseSessionImpl(860090843)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,214 [EL Warning]: 2024-05-15 18:45:25.743--DatabaseSessionImpl(860090843)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,215 [EL Warning]: 2024-05-15 18:45:25.746--DatabaseSessionImpl(860090843)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,216 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running QueryOptimizationTestSuite [EL Warning]: 2024-05-15 18:45:25.911--DatabaseSessionImpl(860090843)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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)]))] [EL Warning]: 2024-05-15 18:45:26.04--DatabaseSessionImpl(860090843)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-05-15 18:45:26.126--DatabaseSessionImpl(860090843)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-05-15 18:45:26.136--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Query Key id Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:26.136--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Function operator [MAX(, )] Query Key id Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.429 sec Running ReportQueryTestSuite [EL Warning]: 2024-05-15 18:45:26.189--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:26.19--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:26.19--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:26.213--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [EL Warning]: 2024-05-15 18:45:26.214--DatabaseSessionImpl(860090843)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Jim-bob], 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]. Internal Exception: java.lang.NumberFormatException: Character J is neither a decimal digit number, decimal point, nor "e" notation exponential mark. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.077 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2024-05-15 18:45:26.291--ServerSession(1623843595)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.331--ServerSession(657514051)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.369--ServerSession(1011284745)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:26.412--ServerSession(1011284745)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException 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. [EL Info]: 2024-05-15 18:45:26.413--ServerSession(1544709489)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.45--ServerSession(675327654)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.485--ServerSession(1834604114)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.527--ServerSession(1629135187)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:26.566--ServerSession(1629135187)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException 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. [EL Info]: 2024-05-15 18:45:26.567--ServerSession(1204241493)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.632--ServerSession(394935572)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.675--ServerSession(694467240)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.438 sec Running Integrity Checker [EL Info]: 2024-05-15 18:45:26.73--DatabaseSessionImpl(115220430)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:26.74--DatabaseSessionImpl(115220430)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException java.lang.NullPointerException [EL Info]: 2024-05-15 18:45:26.741--DatabaseSessionImpl(762939762)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:26.75--DatabaseSessionImpl(762939762)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException java.lang.NullPointerException [EL Info]: 2024-05-15 18:45:26.76--DatabaseSessionImpl(2017105712)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:26.815--DatabaseSessionImpl(2017105712)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2024-05-15 18:45:26.816--DatabaseSessionImpl(517284908)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running ExceptionHandler [EL Warning]: 2024-05-15 18:45:26.827--DatabaseSessionImpl(860090843)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [ Query Key addres Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. Query: ReadObjectQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:45:26.829--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist Error Code: 1146 Call: select * from bad Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running Fielded Message Logging [EL Fine]: 2024-05-15 18:45:26.85--Thread(Thread[main,5,main])--Time {0.5HR} [EL Fine]: 2024-05-15 18:45:26.85--Thread(Thread[main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2024-05-15 18:45:26.86--DatabaseSessionImpl(1635261480)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.883--DatabaseSessionImpl(1635261480)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.894--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.904--DatabaseSessionImpl(97747625)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.914--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.070 sec Running JNDIConnectionTestSuite [EL Info]: 2024-05-15 18:45:26.925--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:26.936--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running CustomSequenceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running SequenceTestSuite [EL Info]: 2024-05-15 18:45:27.025--ServerSession(393799968)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.057--ServerSession(1477551416)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.091--ServerSession(1748470293)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.162--DatabaseSessionImpl(2082035934)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.182--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:27.193--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 50 WHERE SEQ_NAME = 'SEQTESTCLASS2_SEQ' Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [EL Info]: 2024-05-15 18:45:27.194--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.206--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:27.216--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [EL Info]: 2024-05-15 18:45:27.217--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:27.229--UnitOfWork(1495183399)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value Error Code: 1364 Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES ('aTestValue') Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@6f108023) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Instantiation Policy Test Suite [EL Info]: 2024-05-15 18:45:27.284--DatabaseSessionImpl(1488165838)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.298--DatabaseSessionImpl(1416943218)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.309--DatabaseSessionImpl(619182237)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.32--DatabaseSessionImpl(67789002)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:45:27.33--DatabaseSessionImpl(67789002)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running SessionCacheTestSuite [EL Warning]: 2024-05-15 18:45:27.331--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-05-15 18:45:27.331--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-05-15 18:45:27.332--DatabaseSessionImpl(860090843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.005 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:45:27.336--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.351--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.363--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.376--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.408--DatabaseSessionImpl(860090843)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:27.418--DatabaseSessionImpl(1181687102)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.101 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running AnySessionsTestSuite [EL Info]: 2024-05-15 18:45:29.151--ServerSession(769696711)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:29.195--SessionBroker(948139535)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:29.196--ServerSession(550434600)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.237--ServerSession(1596924471)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:29.268--SessionBroker(1355663237)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:29.269--ServerSession(1020904337)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.308--ServerSession(54716979)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:29.342--SessionBroker(455466064)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:29.343--ServerSession(2115233908)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.371--ServerSession(1356042844)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.396--ServerSession(1378708877)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.422--ServerSession(1240747238)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.449--ServerSession(181177535)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.476--ServerSession(2089392518)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:29.502--ServerSession(1243164372)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running FlashbackUnitTestSuite [EL Warning]: 2024-05-15 18:45:29.566--HistoricalSession(539969330)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024-05-15 18:45:29.573--DatabaseSessionImpl(1181687102)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024-05-15 18:45:29.843--DatabaseSessionImpl(1090254860)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:30.039--DatabaseSessionImpl(1911548168)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.084 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running AnySessionsTestSuite [EL Info]: 2024-05-15 18:45:31.761--ServerSession(989770541)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:31.789--SessionBroker(398030562)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:31.79--ServerSession(1926536412)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:31.822--ServerSession(1175490694)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:31.848--SessionBroker(2111237999)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:31.849--ServerSession(1511820270)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:31.886--ServerSession(200197471)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:31.912--SessionBroker(1991168890)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:31.913--ServerSession(1855800147)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:31.941--ServerSession(2093529253)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:31.968--ServerSession(1791860614)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:31.996--ServerSession(684724052)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:32.024--ServerSession(318120119)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:32.051--ServerSession(2136280266)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:32.079--ServerSession(1204885165)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2024-05-15 18:45:32.13--HistoricalSession(178851925)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024-05-15 18:45:32.136--DatabaseSessionImpl(1911548168)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024-05-15 18:45:32.385--DatabaseSessionImpl(1016540687)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:32.566--DatabaseSessionImpl(621005665)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.089 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running AnySessionsTestSuite [EL Info]: 2024-05-15 18:45:34.954--ServerSession(735972623)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:34.987--SessionBroker(370028136)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:34.988--ServerSession(773967043)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.023--ServerSession(1117886085)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:35.053--SessionBroker(572944799)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:35.054--ServerSession(1773204180)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.085--ServerSession(1699509272)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:35.113--SessionBroker(7471902)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-05-15 18:45:35.114--ServerSession(1484600503)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.141--ServerSession(1996673640)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.168--ServerSession(283293915)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.195--ServerSession(1962025812)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.231--ServerSession(2125028741)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.257--ServerSession(1635942744)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.291--ServerSession(703538421)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running FlashbackUnitTestSuite [EL Warning]: 2024-05-15 18:45:35.348--HistoricalSession(1495418678)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024-05-15 18:45:35.356--DatabaseSessionImpl(621005665)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024-05-15 18:45:35.62--DatabaseSessionImpl(1128842443)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:35.805--DatabaseSessionImpl(1287038319)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:37.244--DatabaseSessionImpl(1309453359)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:37.253--DatabaseSessionImpl(1915148101)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running InheritanceDuplicateFieldTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InheritanceReadObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running InheritanceReadAllTestSuite Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running InheritanceDeleteObjectTestSuite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running InheritanceInsertObjectTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec Running InheritanceUpdateObjectTestSuite Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running InheritanceUnitOfWorkTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running InheritanceUnitOfWorkCommitResumeTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running Deep Inheritance Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running TranslatedKeyInheritance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running SingleInheritanceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [EL Info]: 2024-05-15 18:45:38.209--DatabaseSessionImpl(451090764)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running InsuranceReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running InsuranceReadAllTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running InsuranceInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InsuranceUpdateObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running InsuranceDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running InsuranceDeletePrivateOwnedTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [EL Info]: 2024-05-15 18:45:38.512--DatabaseSessionImpl(1479266123)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:38.521--DatabaseSessionImpl(1479266123)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:38.529--DatabaseSessionImpl(1395590914)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:38.541--DatabaseSessionImpl(1395590914)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_PROG' Error Code: 1051 Call: DROP TABLE TV_PROG Query: DataModifyQuery(sql="DROP TABLE TV_PROG") [EL Warning]: 2024-05-15 18:45:38.546--DatabaseSessionImpl(1395590914)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_NET' Error Code: 1051 Call: DROP TABLE TV_NET Query: DataModifyQuery(sql="DROP TABLE TV_NET") [EL Warning]: 2024-05-15 18:45:38.551--DatabaseSessionImpl(1395590914)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCED' Error Code: 1051 Call: DROP TABLE TV_SCED Query: DataModifyQuery(sql="DROP TABLE TV_SCED") [EL Warning]: 2024-05-15 18:45:38.555--DatabaseSessionImpl(1395590914)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCPG' Error Code: 1051 Call: DROP TABLE TV_SCPG Query: DataModifyQuery(sql="DROP TABLE TV_SCPG") Running InterfaceWithTablesReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InterfaceWithTablesReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InterfaceWithTablesDeleteObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running InserfaceWithTablesInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InterfaceWithTablesUpdateObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024-05-15 18:45:38.581--DatabaseSessionImpl(803005153)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:38.602--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SECRTRY' Error Code: 1051 Call: DROP TABLE SECRTRY Query: DataModifyQuery(sql="DROP TABLE SECRTRY") [EL Warning]: 2024-05-15 18:45:38.607--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RECEP' Error Code: 1051 Call: DROP TABLE RECEP Query: DataModifyQuery(sql="DROP TABLE RECEP") [EL Warning]: 2024-05-15 18:45:38.612--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_MGR' Error Code: 1051 Call: DROP TABLE PRD_MGR Query: DataModifyQuery(sql="DROP TABLE PRD_MGR") [EL Warning]: 2024-05-15 18:45:38.616--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PER_MGR' Error Code: 1051 Call: DROP TABLE PER_MGR Query: DataModifyQuery(sql="DROP TABLE PER_MGR") [EL Warning]: 2024-05-15 18:45:38.62--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_DEV' Error Code: 1051 Call: DROP TABLE PRD_DEV Query: DataModifyQuery(sql="DROP TABLE PRD_DEV") [EL Warning]: 2024-05-15 18:45:38.624--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CRS_DEV' Error Code: 1051 Call: DROP TABLE CRS_DEV Query: DataModifyQuery(sql="DROP TABLE CRS_DEV") [EL Warning]: 2024-05-15 18:45:38.628--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEV_JOB' Error Code: 1051 Call: DROP TABLE DEV_JOB Query: DataModifyQuery(sql="DROP TABLE DEV_JOB") [EL Warning]: 2024-05-15 18:45:38.633--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADM_JOB' Error Code: 1051 Call: DROP TABLE ADM_JOB Query: DataModifyQuery(sql="DROP TABLE ADM_JOB") [EL Warning]: 2024-05-15 18:45:38.637--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EMP' Error Code: 1051 Call: DROP TABLE INT_EMP Query: DataModifyQuery(sql="DROP TABLE INT_EMP") [EL Warning]: 2024-05-15 18:45:38.641--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_CMP' Error Code: 1051 Call: DROP TABLE INT_CMP Query: DataModifyQuery(sql="DROP TABLE INT_CMP") [EL Warning]: 2024-05-15 18:45:38.645--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EML' Error Code: 1051 Call: DROP TABLE INT_EML Query: DataModifyQuery(sql="DROP TABLE INT_EML") [EL Warning]: 2024-05-15 18:45:38.649--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_PHN' Error Code: 1051 Call: DROP TABLE INT_PHN Query: DataModifyQuery(sql="DROP TABLE INT_PHN") [EL Warning]: 2024-05-15 18:45:38.653--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_COMP' Error Code: 1051 Call: DROP TABLE INT_COMP Query: DataModifyQuery(sql="DROP TABLE INT_COMP") [EL Warning]: 2024-05-15 18:45:38.657--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_VEH' Error Code: 1051 Call: DROP TABLE INT_VEH Query: DataModifyQuery(sql="DROP TABLE INT_VEH") [EL Warning]: 2024-05-15 18:45:38.662--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACTOR' Error Code: 1051 Call: DROP TABLE ACTOR Query: DataModifyQuery(sql="DROP TABLE ACTOR") [EL Warning]: 2024-05-15 18:45:38.666--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DOCUMENTARY' Error Code: 1051 Call: DROP TABLE DOCUMENTARY Query: DataModifyQuery(sql="DROP TABLE DOCUMENTARY") [EL Warning]: 2024-05-15 18:45:38.67--DatabaseSessionImpl(803005153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.FILM' Error Code: 1051 Call: DROP TABLE FILM Query: DataModifyQuery(sql="DROP TABLE FILM") Running InterfaceWithoutTablesReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running InterfaceWithoutTablesReadAllTestSuite [EL Warning]: 2024-05-15 18:45:38.75--DatabaseSessionImpl(803005153)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. 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") Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running InterfaceWithoutTablesDeleteObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running InserfaceWithoutTablesInsertObjectTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running InterfaceWithoutTablesUpdateObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running InterfaceWithoutTablesVariable1To1TestSuite [EL Warning]: 2024-05-15 18:45:38.833--DatabaseSessionImpl(803005153)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Querying across a VariableOneToOneMapping is not supported. Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.interfaces.Employee --> [DatabaseTable(INT_EMP)])] Mapping: [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] Query: ReadObjectQuery(referenceClass=Employee ) Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running InterfaceWithoutTablesManyDescriptorTestSuite [EL Info]: 2024-05-15 18:45:38.874--DatabaseSessionImpl(776629814)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:38.887--DatabaseSessionImpl(803005153)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [EL Info]: 2024-05-15 18:45:38.896--DatabaseSessionImpl(173171733)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This model is intended for Oracle databases only. WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2024-05-15 18:45:39.182--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CACH_LCK' Error Code: 1051 Call: DROP TABLE CACH_LCK Query: DataModifyQuery(sql="DROP TABLE CACH_LCK") [EL Warning]: 2024-05-15 18:45:39.187--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OBJ_LCK' Error Code: 1051 Call: DROP TABLE OBJ_LCK Query: DataModifyQuery(sql="DROP TABLE OBJ_LCK") [EL Warning]: 2024-05-15 18:45:39.201--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSO_LCK' Error Code: 1051 Call: DROP TABLE TSO_LCK Query: DataModifyQuery(sql="DROP TABLE TSO_LCK") [EL Warning]: 2024-05-15 18:45:39.206--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSAO_LCK' Error Code: 1051 Call: DROP TABLE TSAO_LCK Query: DataModifyQuery(sql="DROP TABLE TSAO_LCK") [EL Warning]: 2024-05-15 18:45:39.211--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AO_LCK' Error Code: 1051 Call: DROP TABLE AO_LCK Query: DataModifyQuery(sql="DROP TABLE AO_LCK") [EL Warning]: 2024-05-15 18:45:39.215--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSC_LCK' Error Code: 1051 Call: DROP TABLE TSC_LCK Query: DataModifyQuery(sql="DROP TABLE TSC_LCK") [EL Warning]: 2024-05-15 18:45:39.219--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHNG_ROW' Error Code: 1051 Call: DROP TABLE CHNG_ROW Query: DataModifyQuery(sql="DROP TABLE CHNG_ROW") [EL Warning]: 2024-05-15 18:45:39.223--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_ITEM' Error Code: 1051 Call: DROP TABLE OL_ITEM Query: DataModifyQuery(sql="DROP TABLE OL_ITEM") [EL Warning]: 2024-05-15 18:45:39.227--DatabaseSessionImpl(173171733)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_HOLDER' Error Code: 1051 Call: DROP TABLE OL_HOLDER Query: DataModifyQuery(sql="DROP TABLE OL_HOLDER") Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running BatchWriteTests Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:45:39.754--UnitOfWork(1534816061)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' Error Code: 1066 Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:45:39.757--UnitOfWork(248464507)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' Error Code: 1066 Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:45:39.758--UnitOfWork(912272179)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT 'first', 9880, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 9880, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:45:39.759--UnitOfWork(479082105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 9890, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9890, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:45:39.761--UnitOfWork(1730283707)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 9900, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9900, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. QueryTimeoutBatch test completed without timeout. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2024-05-15 18:45:39.833--DatabaseSessionImpl(1397587977)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [EL Info]: 2024-05-15 18:45:39.849--DatabaseSessionImpl(627456695)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running JPQLUnitTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 sec Running JPQLSimpleTestSuite [EL Warning]: 2024-05-15 18:45:41.056--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Info]: 2024-05-15 18:45:41.363--ServerSession(1827340055)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.384 sec Running JPQLSimpleTestSuite [EL Warning]: 2024-05-15 18:45:42.402--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Info]: 2024-05-15 18:45:42.667--ServerSession(1956394530)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec Running JPQLComplexTestSuite Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec Running JPQLSimpleSelectTestSuite [EL Warning]: 2024-05-15 18:45:43.695--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow AccountBean account]. [43, 43] A select statement must have a FROM clause. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec Running JPQLComplexSelectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 sec Running JPQLValidationTestSuite [EL Warning]: 2024-05-15 18:45:44.018--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT FROM EMPLOYEE emp]. [7, 7] The select expression is missing from the SELECT clause. [EL Warning]: 2024-05-15 18:45:44.019--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(i) FROM Integer i WHERE i.city = "Ottawa"]. [22, 29] The abstract schema type 'Integer' is unknown. [38, 44] The state field path 'i.city' cannot be resolved to a valid type. [EL Warning]: 2024-05-15 18:45:44.02--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(nullRoot) FROM Employee emp WHERE emp.firstName = "Fred"]. [14, 22] The identification variable 'nullRoot' is not defined in the FROM clause. [EL Warning]: 2024-05-15 18:45:44.02--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROW Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Warning]: 2024-05-15 18:45:44.02--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName == "Fred"]. [59, 59] A comparison expression must define the left side of the comparison. [EL Warning]: 2024-05-15 18:45:44.021--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" AND 1]. [70, 71] The right expression is not a valid expression. [EL Warning]: 2024-05-15 18:45:44.021--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [69, 76] The right expression is not a valid expression. [EL Warning]: 2024-05-15 18:45:44.021--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SLEECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [0, 76] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [EL Warning]: 2024-05-15 18:45:44.021--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [OBJECT(emp) FROM Employee emp]. [0, 29] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [EL Warning]: 2024-05-15 18:45:44.022--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(emp) FROM Employee employee WHERE emp.firstName = "Fred"]. [48, 61] The state field path 'emp.firstName' cannot be resolved to a valid type. [14, 17] The identification variable 'emp' is not defined in the FROM clause. [48, 51] The identification variable 'emp' is not defined in the FROM clause. [EL Warning]: 2024-05-15 18:45:44.022--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [FROM Employee WHERE firstName = ?1]. [14, 14] An identification variable must be provided for a range variable declaration. [EL Warning]: 2024-05-15 18:45:44.023--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(+emp1) FROM Employee +emp1]. [14, 19] The encapsulated expression is not a valid expression. [35, 36] The FROM clause has 'Employee +' and 'emp1' that are not separated by a comma. [35, 36] The identification variable '+' cannot be a reserved word. [40, 40] An identification variable must be provided for a range variable declaration. [EL Warning]: 2024-05-15 18:45:44.023--DatabaseSessionImpl(627456695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp 1) FROM Employee emp 1]. [19, 19] A select statement must have a FROM clause. [17, 17] The right parenthesis is missing from the OBJECT expression. [18, 19] The identification variable '1' is not following the rules for a Java identifier. [19, 40] The query contains a malformed ending. [EL Warning]: 2024-05-15 18:45:44.042--DatabaseSessionImpl(627456695)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The parameter name [2] in the query's selection criteria does not match any parameter name defined in the query. 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))") Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [EL Info]: 2024-05-15 18:45:44.046--DatabaseSessionImpl(1658069635)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running LegacyReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running LegacyReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running LegacyDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running LegacyInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec Running LegacyUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2024-05-15 18:45:44.538--DatabaseSessionImpl(410427877)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:45:44.558--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.564--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.569--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_1M_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.573--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_VALUE") [EL Warning]: 2024-05-15 18:45:44.577--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.581--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.585--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.59--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.594--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_MAP_KEY' Error Code: 1051 Call: DROP TABLE ENT_MAP_KEY Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_KEY") [EL Warning]: 2024-05-15 18:45:44.598--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.602--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.608--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.612--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.617--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.621--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.626--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.63--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.634--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.638--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.643--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.647--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_REL") [EL Warning]: 2024-05-15 18:45:44.651--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE DE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE DE_OM_ENT_MAP_VALUE") [EL Warning]: 2024-05-15 18:45:44.656--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_1M_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.66--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE AE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE AE_OM_ENT_MAP_VALUE") [EL Warning]: 2024-05-15 18:45:44.665--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_1M_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.67--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE EE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE EE_OM_ENT_MAP_VALUE") [EL Warning]: 2024-05-15 18:45:44.674--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_U1M_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.678--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_U1M_MAP_HOLDER") [EL Warning]: 2024-05-15 18:45:44.682--DatabaseSessionImpl(410427877)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_U1M_MAP_HOLDER") Running Direct Map Mapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running AggregateCollectionMapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running OneToManyMapping Map Test Suite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec Running UnidirectionalOneToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running ManyToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec [EL Info]: 2024-05-15 18:45:45.073--DatabaseSessionImpl(638885888)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running MappingReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec Running MappingReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running MappingDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec Running MappingInsertObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running MappingUpdateObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec Running UnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running MappingPublic1MTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running MappingPrivateMMTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running MappingTransformationTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running UnitOfWorkCommitResumeTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running BidirectionalUnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running AdditionalJoinTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running BuildSelectionCriteriaTestSuite [EL Info]: 2024-05-15 18:45:46.327--DatabaseSessionImpl(2130040282)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:46.354--DatabaseSessionImpl(1497995638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:46.377--DatabaseSessionImpl(1413533035)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec Running SameNamePrimaryKeyTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024-05-15 18:45:46.405--DatabaseSessionImpl(2125012503)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:46.75--DatabaseSessionImpl(2125012503)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:45:47.023--DatabaseSessionImpl(2125012503)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.000 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running CustomSQLStoredProcedureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2024-05-15 18:45:47.346--ServerSession(1013709473)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.022 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running getStoredProcedureCallFromProjectXMLSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running getStoredFunctionCallFromProjectXMLSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:45:47.371--DatabaseSessionImpl(1344829742)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 sec Running AggregateModel [EL Warning]: 2024-05-15 18:45:50.729--UnitOfWork(388941949)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@1ae3d4b7] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec Running InterfaceModel [EL Warning]: 2024-05-15 18:45:50.918--DatabaseSessionImpl(1344829742)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. 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") Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running QueryOptionTestSuite [EL Warning]: 2024-05-15 18:45:52.019--DatabaseSessionImpl(1344829742)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h 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") [EL Warning]: 2024-05-15 18:46:02.028--DatabaseSessionImpl(1344829742)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. 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)") Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.041 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [EL Info]: 2024-05-15 18:46:03.157--DatabaseSessionImpl(886209527)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:03.191--DatabaseSessionImpl(253816624)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:03.241--DatabaseSessionImpl(371580521)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec [EL Info]: 2024-05-15 18:46:03.304--DatabaseSessionImpl(690209560)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec Running AggregateModel [EL Warning]: 2024-05-15 18:46:07.585--UnitOfWork(1203028827)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@f763fd1] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 sec Running InterfaceModel [EL Warning]: 2024-05-15 18:46:07.788--DatabaseSessionImpl(690209560)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. 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") Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running QueryOptionTestSuite [EL Warning]: 2024-05-15 18:46:08.89--DatabaseSessionImpl(690209560)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h 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") [EL Warning]: 2024-05-15 18:46:18.9--DatabaseSessionImpl(690209560)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. 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)") Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.040 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [EL Info]: 2024-05-15 18:46:19.844--DatabaseSessionImpl(1194280667)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:19.87--DatabaseSessionImpl(1158221870)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:19.892--DatabaseSessionImpl(70209627)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running UnicodeSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec [EL Info]: 2024-05-15 18:46:20.069--DatabaseSessionImpl(2069707435)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running IntegrationTestSuite Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec Running UTF8TestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running ReturningPolicyTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec Running SequencingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec [EL Info]: 2024-05-15 18:46:20.753--DatabaseSessionImpl(746886063)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:21.141--DatabaseSessionImpl(1389102927)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: 2024-05-15 18:46:21.928--DatabaseSessionImpl(54109888)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running EmployeeUpdateObjectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running EmployeeReadAllTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running ExpressionTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2024-05-15 18:46:22.529--DatabaseSessionImpl(1881198001)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2024-05-15 18:46:23.018--DatabaseSessionImpl(235272387)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running LockingExceptionTestSuite [EL Warning]: 2024-05-15 18:46:23.032--UnitOfWork(2051567980)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@4131880d] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 107 [EL Warning]: 2024-05-15 18:46:23.035--UnitOfWork(1900076910)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@1d109720] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 107 [EL Warning]: 2024-05-15 18:46:23.036--UnitOfWork(1453707719)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@3cbe81f2] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 104 [EL Warning]: 2024-05-15 18:46:23.039--UnitOfWork(369710660)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@71ab04cf] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 108 [EL Warning]: 2024-05-15 18:46:23.041--UnitOfWork(313750180)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@66e58d06] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 108 [EL Warning]: 2024-05-15 18:46:23.043--UnitOfWork(1232279244)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@d0fcf62] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 105 [EL Warning]: 2024-05-15 18:46:23.045--UnitOfWork(493351991)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@3d265] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 110 [EL Warning]: 2024-05-15 18:46:23.047--UnitOfWork(1734644788)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@262c93cf] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 109 [EL Warning]: 2024-05-15 18:46:23.049--UnitOfWork(223209498)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@1692dc31] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 106 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running UpdateNullValueOptimisticLockingTestSuite Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec [EL Info]: 2024-05-15 18:46:23.601--DatabaseSessionImpl(1890383825)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:24.327--DatabaseSessionImpl(1728748532)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:25.121--DatabaseSessionImpl(445193961)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:26.113--DatabaseSessionImpl(1139291935)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:26.805--DatabaseSessionImpl(348919528)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:27.581--DatabaseSessionImpl(108955557)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:28.286--DatabaseSessionImpl(1559879670)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:29.141--DatabaseSessionImpl(1272584806)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:29.957--DatabaseSessionImpl(481601525)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:30.569--DatabaseSessionImpl(1743170784)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:31.266--DatabaseSessionImpl(617296364)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:46:31.872--DatabaseSessionImpl(617296364)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_EMPLOYEE.MANAGED_ORDER] contains wrong values: [null, 0] 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))") [EL Warning]: 2024-05-15 18:46:31.88--DatabaseSessionImpl(617296364)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_CHILD.CHILDREN_ORDER] contains wrong values: [1, null] 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))") [EL Warning]: 2024-05-15 18:46:31.889--DatabaseSessionImpl(617296364)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [1, 5] 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))") [EL Warning]: 2024-05-15 18:46:31.896--DatabaseSessionImpl(617296364)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_RESPONS.RESPONS_ORDER] contains wrong values: [0, 0] Query: DirectReadQuery(name="responsibilitiesList" sql="SELECT t0.DESCRIP, t0.RESPONS_ORDER FROM OL_RESPONS t0 WHERE (t0.EMP_ID = ?)") [EL Info]: 2024-05-15 18:46:31.911--DatabaseSessionImpl(786542716)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:32.587--DatabaseSessionImpl(1308725530)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:33.096--DatabaseSessionImpl(1439622025)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:33.768--DatabaseSessionImpl(1555216236)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:34.495--DatabaseSessionImpl(837811769)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:35.223--DatabaseSessionImpl(810794584)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:35.936--DatabaseSessionImpl(700987422)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:36.628--DatabaseSessionImpl(1119406961)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:37.155--DatabaseSessionImpl(1295263986)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:37.83--DatabaseSessionImpl(1749536901)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:38.531--DatabaseSessionImpl(1511200475)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:39.243--DatabaseSessionImpl(779710789)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:39.935--DatabaseSessionImpl(1626117170)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:39.949--DatabaseSessionImpl(684080567)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:46:39.972--DatabaseSessionImpl(684080567)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT2' Error Code: 1051 Call: DROP TABLE STUDENT2 Query: DataModifyQuery(sql="DROP TABLE STUDENT2") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported on this Database [EL Warning]: 2024-05-15 18:46:39.992--DatabaseSessionImpl(684080567)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") Running OwnershipReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running OwnershipReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running OwnershipDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running OwnershipInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running OwnershipUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running OwnershipUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec [EL Info]: 2024-05-15 18:46:40.158--DatabaseSessionImpl(1859034522)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running BatchWriteTests Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: sql: 2024-05-15 18:46:40.677--DatabaseSessionImpl(1859034522)--Missing Query parameter for named argument: 1 "null" will be substituted. [EL Warning]: 2024-05-15 18:46:40.679--UnitOfWork(1330629904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT ?, 10260, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b bind => [1 parameter bound] Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:46:40.681--UnitOfWork(1631658065)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10270, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:46:40.683--UnitOfWork(74757501)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT 'first', 10280, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 10280, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:46:40.684--UnitOfWork(137568768)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10290, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10290, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-05-15 18:46:40.686--UnitOfWork(755277235)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10300, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10300, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. QueryTimeoutBatch test completed without timeout. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [EL Warning]: 2024-05-15 18:46:40.71--UnitOfWork(1885912918)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No operations allowed after statement closed. Error Code: 0 Query: InsertObjectQuery(Address: , city146, province146, ) [EL Info]: 2024-05-15 18:46:40.711--DatabaseSessionImpl(210141294)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:46:40.74--DatabaseSessionImpl(210141294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:46:42.398--ServerSession(1043951107)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running UnitOfWorkTestSuite [EL Warning]: 2024-05-15 18:46:42.446--UnitOfWork(1440851603)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1451' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-05-15 18:46:42.452--UnitOfWork(162295861)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:46:42.552--UnitOfWork(524258679)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,307 [EL Warning]: 2024-05-15 18:46:42.588--UnitOfWork(570818049)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [1,817,079,138], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:46:42.588--UnitOfWork(1783195643)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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,510,968,782], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:46:42.591--UnitOfWork(1140010833)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Nancy White] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,301 [EL Warning]: 2024-05-15 18:46:42.609--UnitOfWork(1047272644)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,307 [EL Warning]: 2024-05-15 18:46:42.684--UnitOfWork(1607491438)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [347,745,632], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:46:42.785--UnitOfWork(1168683932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1504' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:46:42.804--UnitOfWork(1017930664)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:46:42.821--UnitOfWork(880047871)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [182,809,194], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.418 sec [EL Info]: 2024-05-15 18:46:42.843--DatabaseSessionImpl(263749419)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Read Tests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running Write/Update Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running UnitOfWork Tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running Delete Tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Proxy Object Tests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec [EL Info]: 2024-05-15 18:46:43.028--DatabaseSessionImpl(1224301336)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running QueryAndSQLCountingTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform Tests run: 24, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 1.626 sec [EL Info]: 2024-05-15 18:46:44.944--DatabaseSessionImpl(1352445627)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:46:44.98--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_PROMO' Error Code: 1051 Call: DROP TABLE RO_PROMO Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [EL Warning]: 2024-05-15 18:46:44.986--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ACTOR' Error Code: 1051 Call: DROP TABLE RO_ACTOR Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [EL Warning]: 2024-05-15 18:46:44.992--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_MOV' Error Code: 1051 Call: DROP TABLE ACT_MOV Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [EL Warning]: 2024-05-15 18:46:44.996--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_CHA' Error Code: 1051 Call: DROP TABLE ACT_CHA Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [EL Warning]: 2024-05-15 18:46:45.002--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ADDR' Error Code: 1051 Call: DROP TABLE RO_ADDR Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [EL Warning]: 2024-05-15 18:46:45.007--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHARITY' Error Code: 1051 Call: DROP TABLE CHARITY Query: DataModifyQuery(sql="DROP TABLE CHARITY") [EL Warning]: 2024-05-15 18:46:45.013--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOLLYWOODAGENT' Error Code: 1051 Call: DROP TABLE HOLLYWOODAGENT Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [EL Warning]: 2024-05-15 18:46:45.019--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_MOVIE' Error Code: 1051 Call: DROP TABLE RO_MOVIE Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [EL Warning]: 2024-05-15 18:46:45.023--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COUNTRY' Error Code: 1051 Call: DROP TABLE COUNTRY Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [EL Warning]: 2024-05-15 18:46:45.028--DatabaseSessionImpl(1352445627)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEFAULT_READ_ONLY' Error Code: 1051 Call: DROP TABLE DEFAULT_READ_ONLY Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") Running ReadOnlyReadTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running ReadOnlyClassesTestSuite [EL Warning]: 2024-05-15 18:46:46.446--UnitOfWork(541574748)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: DeleteObjectQuery(Country(United Kingdom) ) [EL Warning]: 2024-05-15 18:46:46.447--UnitOfWork(1528657169)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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. Query: DeleteObjectQuery(Country(United Kingdom) ) Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running BidirectionalMMDeleteTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024-05-15 18:46:46.459--DatabaseSessionImpl(2092275296)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EJB Relationship Support Testsuite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [EL Info]: 2024-05-15 18:46:46.586--DatabaseSessionImpl(619960535)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:46.753--DatabaseSessionImpl(1823787828)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Sessions.xml validation tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:46:47.126--DatabaseSessionImpl(1609399837)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Sessions.xml standard loading tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec Running sessions.xml with RCM loading tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running SessionManager tests [EL Warning]: connection: 2024-05-15 18:46:47.353--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [SessionShouldNotBeFound] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-classes/org/eclipse/persistence/testing/models/sessionsxml/XMLSchemaSession.xml] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec Running XML Schema tests [EL Info]: 2024-05-15 18:46:47.489--SessionBroker(1776199047)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 May 15, 2024 6:46:47 PM org.eclipse.persistence.session.EmployeeSession INFO: EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:46:47.677--DatabaseSessionImpl(1426036312)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 sec [EL Info]: 2024-05-15 18:46:47.858--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:47:00.263--ServerSession(1614938626)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Employee Multithread Test Suite [EL Info]: 2024-05-15 18:47:10.324--ServerSession(932516197)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:47:10.404--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 sec Running About to Update Multithread Test Suite [EL Info]: 2024-05-15 18:47:10.415--ServerSession(275425975)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:47:10.483--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running DescriptorQueryManagerAddQueryTest [EL Info]: 2024-05-15 18:47:10.492--ServerSession(1300137129)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:47:13.506--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.029 sec Running QueryCacheMultithreadedTest [EL Info]: 2024-05-15 18:47:13.522--ServerSession(2049409538)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:47:13.616--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec [EL Info]: 2024-05-15 18:48:01.72--ServerSession(56117145)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:06.769--ServerSession(1496787192)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:06.812--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:06.822--ServerSession(1752120310)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:16.845--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:16.862--ServerSession(400342785)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:26.947--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:26.959--ServerSession(1667916003)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:38.052--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:38.065--ServerSession(2082966623)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:49.227--DatabaseSessionImpl(1314417778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:48:57.524--DatabaseSessionImpl(637641706)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Basic Stored Procedure Generator test suite [EL Warning]: 2024-05-15 18:48:57.863--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SEQ_SEL does not exist Error Code: 1305 Call: DROP PROCEDURE SEQ_SEL Query: DataModifyQuery(sql="DROP PROCEDURE SEQ_SEL") [EL Warning]: 2024-05-15 18:48:57.873--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Location does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Location Query: DataModifyQuery(sql="DROP PROCEDURE INS_Location") [EL Warning]: 2024-05-15 18:48:57.882--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Location does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Location Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Location") [EL Warning]: 2024-05-15 18:48:57.886--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Location does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Location Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Location") [EL Warning]: 2024-05-15 18:48:57.889--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Location does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Location Query: DataModifyQuery(sql="DROP PROCEDURE READ_Location") [EL Warning]: 2024-05-15 18:48:57.894--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Location does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Location Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Location") [EL Warning]: 2024-05-15 18:48:57.911--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE INS_Waiter") [EL Warning]: 2024-05-15 18:48:57.929--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Waiter") [EL Warning]: 2024-05-15 18:48:57.933--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Waiter") [EL Warning]: 2024-05-15 18:48:57.937--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE READ_Waiter") [EL Warning]: 2024-05-15 18:48:57.94--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Waiter") [EL Warning]: 2024-05-15 18:48:57.951--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Diner Query: DataModifyQuery(sql="DROP PROCEDURE INS_Diner") [EL Warning]: 2024-05-15 18:48:57.967--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Diner Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Diner") [EL Warning]: 2024-05-15 18:48:57.973--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Diner Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Diner") [EL Warning]: 2024-05-15 18:48:57.977--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Diner Query: DataModifyQuery(sql="DROP PROCEDURE READ_Diner") [EL Warning]: 2024-05-15 18:48:57.982--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Diner Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Diner") [EL Warning]: 2024-05-15 18:48:57.989--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE INS_Restaurant") [EL Warning]: 2024-05-15 18:48:57.996--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Restaurant") [EL Warning]: 2024-05-15 18:48:58.001--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Restaurant") [EL Warning]: 2024-05-15 18:48:58.005--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE READ_Restaurant") [EL Warning]: 2024-05-15 18:48:58.01--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Restaurant") [EL Warning]: 2024-05-15 18:48:58.023--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Restaurant_waiters does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Restaurant_waiters Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_waiters") [EL Warning]: 2024-05-15 18:48:58.024--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Restaurant_waiters does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Restaurant_waiters Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_waiters") [EL Warning]: 2024-05-15 18:48:58.025--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Restaurant_menus does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Restaurant_menus Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_menus") [EL Warning]: 2024-05-15 18:48:58.026--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Restaurant_menus does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Restaurant_menus Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_menus") [EL Warning]: 2024-05-15 18:48:58.038--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Person does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Person Query: DataModifyQuery(sql="DROP PROCEDURE INS_Person") [EL Warning]: 2024-05-15 18:48:58.049--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Person does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Person Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Person") [EL Warning]: 2024-05-15 18:48:58.053--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Person does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Person Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Person") [EL Warning]: 2024-05-15 18:48:58.057--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Person does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Person Query: DataModifyQuery(sql="DROP PROCEDURE READ_Person") [EL Warning]: 2024-05-15 18:48:58.06--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Person does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Person Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Person") [EL Warning]: 2024-05-15 18:48:58.069--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Menu Query: DataModifyQuery(sql="DROP PROCEDURE INS_Menu") [EL Warning]: 2024-05-15 18:48:58.078--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Menu Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Menu") [EL Warning]: 2024-05-15 18:48:58.083--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Menu Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Menu") [EL Warning]: 2024-05-15 18:48:58.086--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Menu Query: DataModifyQuery(sql="DROP PROCEDURE READ_Menu") [EL Warning]: 2024-05-15 18:48:58.09--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Menu Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Menu") [EL Warning]: 2024-05-15 18:48:58.095--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Menu_items does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Menu_items Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Menu_items") [EL Warning]: 2024-05-15 18:48:58.097--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Menu_items does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Menu_items Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Menu_items") [EL Warning]: 2024-05-15 18:48:58.107--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE INS_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE INS_MenuItem") [EL Warning]: 2024-05-15 18:48:58.118--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE UPD_MenuItem") [EL Warning]: 2024-05-15 18:48:58.122--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE DEL_MenuItem") [EL Warning]: 2024-05-15 18:48:58.125--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE READ_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE READ_MenuItem") [EL Warning]: 2024-05-15 18:48:58.128--DatabaseSessionImpl(637641706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE RALL_MenuItem") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 sec [EL Info]: 2024-05-15 18:48:58.149--DatabaseSessionImpl(1522993418)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Test table existence check [EL Warning]: 2024-05-15 18:48:58.181--DatabaseSessionImpl(1522993418)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TCT_WATER' doesn't exist Error Code: 1146 Call: SELECT 1 FROM TCT_WATER Query: DataReadQuery(sql="SELECT 1 FROM TCT_WATER") Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [EL Info]: 2024-05-15 18:48:58.182--DatabaseSessionImpl(659222178)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: TopLink batch writing is not supported on this database. Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectListTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectMapTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectSetTestDatabase Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec Running CustomIndirectContainerTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running BidirectionalRelationshipTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running NullDelegateInValueHolderTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: 2024-05-15 18:48:59.519--DatabaseSessionImpl(1731769973)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:48:59.53--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BOOLEANS' Error Code: 1051 Call: DROP TABLE BOOLEANS Query: DataModifyQuery(sql="DROP TABLE BOOLEANS") [EL Warning]: 2024-05-15 18:48:59.536--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TIMEDATE' Error Code: 1051 Call: DROP TABLE TIMEDATE Query: DataModifyQuery(sql="DROP TABLE TIMEDATE") [EL Warning]: 2024-05-15 18:48:59.542--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STRINGS' Error Code: 1051 Call: DROP TABLE STRINGS Query: DataModifyQuery(sql="DROP TABLE STRINGS") [EL Warning]: 2024-05-15 18:48:59.547--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NUMBERS' Error Code: 1051 Call: DROP TABLE NUMBERS Query: DataModifyQuery(sql="DROP TABLE NUMBERS") [EL Warning]: 2024-05-15 18:48:59.553--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CLOBS' Error Code: 1051 Call: DROP TABLE CLOBS Query: DataModifyQuery(sql="DROP TABLE CLOBS") [EL Warning]: 2024-05-15 18:48:59.557--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BLOBS' Error Code: 1051 Call: DROP TABLE BLOBS Query: DataModifyQuery(sql="DROP TABLE BLOBS") Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running String Types Test Suite [EL Warning]: 2024-05-15 18:48:59.594--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Trailing blanks were removed from char field. Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec Running Numeric Types Test Suite [EL Warning]: 2024-05-15 18:48:59.602--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MINIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2024-05-15 18:48:59.603--DatabaseSessionImpl(1731769973)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MAXIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [EL Info]: 2024-05-15 18:48:59.634--DatabaseSessionImpl(1336007220)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running String Types Test Suite [EL Warning]: 2024-05-15 18:48:59.701--DatabaseSessionImpl(1336007220)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Trailing blanks were removed from char field. Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec Running Numeric Types Test Suite [EL Warning]: 2024-05-15 18:48:59.708--DatabaseSessionImpl(1336007220)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MINIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2024-05-15 18:48:59.709--DatabaseSessionImpl(1336007220)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MAXIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [EL Info]: 2024-05-15 18:48:59.733--DatabaseSessionImpl(164822874)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running EmployeeReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running EmployeeComplexUpdateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running EmployeeDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running EmployeeReadAllTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [EL Info]: 2024-05-15 18:48:59.922--DatabaseSessionImpl(1442798787)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:48:59.942--DatabaseSessionImpl(1442798787)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:49:01.599--ServerSession(1874849270)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running UnitOfWorkTestSuite [EL Warning]: 2024-05-15 18:49:01.638--UnitOfWork(673881346)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '27401' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-05-15 18:49:01.642--UnitOfWork(1615063746)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:49:01.724--UnitOfWork(1520587998)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,304 [EL Warning]: 2024-05-15 18:49:01.755--UnitOfWork(1208575709)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,826,389,048], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:01.755--UnitOfWork(1476061099)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [1,957,049,863], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:01.757--UnitOfWork(44841209)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Emanual Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,301 [EL Warning]: 2024-05-15 18:49:01.772--UnitOfWork(1581755149)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,304 [EL Warning]: 2024-05-15 18:49:01.828--UnitOfWork(1802002212)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,238,600,009], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:01.907--UnitOfWork(927517377)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1847' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:49:01.921--UnitOfWork(881956892)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:49:01.935--UnitOfWork(805595112)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,084,375,517], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.331 sec [EL Info]: 2024-05-15 18:49:01.951--DatabaseSessionImpl(34205829)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:49:01.97--DatabaseSessionImpl(34205829)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:49:03.572--ServerSession(656865881)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:49:03.607--UnitOfWork(1927816868)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:49:03.664--UnitOfWork(65411456)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,412 [EL Warning]: 2024-05-15 18:49:03.67--UnitOfWork(1834633149)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [985,149,377], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:03.67--UnitOfWork(224732906)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [2,081,563,666], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:03.672--UnitOfWork(478861884)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah-loo Smitty] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,401 [EL Warning]: 2024-05-15 18:49:03.678--UnitOfWork(623233723)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,412 [EL Warning]: 2024-05-15 18:49:03.707--UnitOfWork(228924875)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah-loo Smitty], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,760,266,944], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:08.802--UnitOfWork(999179126)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1950' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:49:38.828--UnitOfWork(1249136991)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:49:38.887--UnitOfWork(1130513584)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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,956,940,746], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Info]: 2024-05-15 18:49:38.898--DatabaseSessionImpl(1767312699)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:49:38.922--DatabaseSessionImpl(1767312699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:49:40.601--ServerSession(1586394910)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running UnitOfWorkTestSuite [EL Warning]: 2024-05-15 18:49:40.639--UnitOfWork(1714413509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '27601' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-05-15 18:49:40.643--UnitOfWork(1190920182)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:49:40.757--UnitOfWork(679956888)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,509 [EL Warning]: 2024-05-15 18:49:40.788--UnitOfWork(687436499)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [466,395,707], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:40.789--UnitOfWork(1378031826)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [247,493,582], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:40.79--UnitOfWork(1200482812)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Nancy White] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,501 [EL Warning]: 2024-05-15 18:49:40.805--UnitOfWork(1299656628)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,509 [EL Warning]: 2024-05-15 18:49:40.868--UnitOfWork(774234541)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,123,274,449], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:40.948--UnitOfWork(157357960)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2096' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:49:40.962--UnitOfWork(1281786202)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:49:40.976--UnitOfWork(1737849555)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [7,889,876], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.367 sec [EL Info]: 2024-05-15 18:49:40.992--DatabaseSessionImpl(442779293)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:49:41.012--DatabaseSessionImpl(442779293)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:49:42.626--ServerSession(1001210058)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:49:42.673--UnitOfWork(237595032)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:49:42.894--UnitOfWork(1111722897)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,609 [EL Warning]: 2024-05-15 18:49:42.916--UnitOfWork(1850074061)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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,654,077,645], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:42.916--UnitOfWork(2076324814)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., Metcalfe, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,163,000,006], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:42.918--UnitOfWork(1145691556)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah-loo Smitty] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,601 [EL Warning]: 2024-05-15 18:49:42.932--UnitOfWork(1615825849)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,609 [EL Warning]: 2024-05-15 18:49:42.992--UnitOfWork(584348087)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah-loo Smitty], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,239,830,558], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:49:48.152--UnitOfWork(760046097)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2204' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:50:18.175--UnitOfWork(2097449303)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:50:18.236--UnitOfWork(994779931)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [575,307,141], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Info]: 2024-05-15 18:50:18.257--DatabaseSessionImpl(763348487)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:18.28--DatabaseSessionImpl(763348487)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:50:19.99--ServerSession(1045086464)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running UnitOfWorkTestSuite [EL Warning]: 2024-05-15 18:50:20.039--UnitOfWork(238816821)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '27801' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-05-15 18:50:20.043--UnitOfWork(2069219721)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:50:20.309--UnitOfWork(478595588)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,707 [EL Warning]: 2024-05-15 18:50:20.382--UnitOfWork(1154195490)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,846,442,061], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:20.382--UnitOfWork(66833924)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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()) [37,461,390], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:20.384--UnitOfWork(374533290)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Emanual Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,701 [EL Warning]: 2024-05-15 18:50:20.424--UnitOfWork(1868035650)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,707 [EL Warning]: 2024-05-15 18:50:20.543--UnitOfWork(541324265)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [400,387,951], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:20.696--UnitOfWork(440317049)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2346' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:50:20.714--UnitOfWork(1171620532)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:50:20.729--UnitOfWork(1853166568)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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,074,799,415], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.722 sec [EL Info]: 2024-05-15 18:50:20.745--DatabaseSessionImpl(1759908291)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:20.767--DatabaseSessionImpl(1759908291)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-05-15 18:50:22.373--ServerSession(1838155555)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running UnitOfWorkTestSuite [EL Warning]: 2024-05-15 18:50:22.406--UnitOfWork(486951041)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '27901' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-05-15 18:50:22.409--UnitOfWork(851592691)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Bob Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-05-15 18:50:22.485--UnitOfWork(1695807485)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,801 [EL Warning]: 2024-05-15 18:50:22.516--UnitOfWork(649075105)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [4,285,072], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:22.517--UnitOfWork(251243655)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 382 Hyde Park, Victoria, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [348,725,782], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:22.519--UnitOfWork(837537459)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,801 [EL Warning]: 2024-05-15 18:50:22.535--UnitOfWork(350804146)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 36,801 [EL Warning]: 2024-05-15 18:50:22.592--UnitOfWork(1635182086)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Bob Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,215,421,651], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:22.666--UnitOfWork(1686046725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2446' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-05-15 18:50:22.682--UnitOfWork(304932111)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-05-15 18:50:22.697--UnitOfWork(202404303)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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,880,808,475], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.320 sec [EL Info]: 2024-05-15 18:50:22.713--DatabaseSessionImpl(1282399425)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:23.279--ServerSession(742184364)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running TransactionIsolationTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: currently broken. Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.056 sec [EL Info]: 2024-05-15 18:50:23.356--DatabaseSessionImpl(519447440)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:23.66--UnitOfWork(898739068)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:50:23.664--UnitOfWork(326875833)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:50:23.669--UnitOfWork(973127699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'EMPLOYEE.PRIMARY' Error Code: 1062 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [11 parameters bound] Query: InsertObjectQuery(Employee: Andrew ) [EL Warning]: 2024-05-15 18:50:23.673--UnitOfWork(671937959)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-05-15 18:50:23.675--UnitOfWork(1883210414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'EMPLOYEE.PRIMARY' Error Code: 1062 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [11 parameters bound] Query: InsertObjectQuery(Employee: foo-modified ) [EL Info]: 2024-05-15 18:50:23.677--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running ClientSessionReleaseTestSuite [EL Info]: 2024-05-15 18:50:24.504--ServerSession(452537053)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.519--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.527--ServerSession(1847059149)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.543--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.55--ServerSession(398175496)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.564--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.571--ServerSession(724906438)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.585--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.592--ServerSession(473449818)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.606--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.613--ServerSession(719382634)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.628--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec Running DatabaseAccessorNotConnectedTestSuite [EL Warning]: 2024-05-15 18:50:24.637--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-05-15 18:50:24.637--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:24.644--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-05-15 18:50:24.644--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:24.652--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-05-15 18:50:24.652--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-05-15 18:50:24.652--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:24.66--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-05-15 18:50:24.66--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-05-15 18:50:24.66--DatabaseSessionImpl(1936246673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running DescriptorExceptionTestSuite [EL Info]: 2024-05-15 18:50:24.669--ServerSession(227587758)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:24.685--UnitOfWork(1444695944)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException 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,194,799,807], is the original to a registered new object. The UnitOfWork clones registered new objects, so you must ensure that an object is registered before it is referenced by another object. If you do not want the new object to be cloned, use the UnitOfWork.registerNewObject(Object) API. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-05-15 18:50:24.686--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-116] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the value [M] in field [EMPLOYEE.GENDER]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [EL Warning]: 2024-05-15 18:50:24.687--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-115] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the attribute [unknown]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[sex-->MAP_EMP.SEX] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.mapping.Employee --> [DatabaseTable(MAP_EMP)]) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running ExceptionValidationTestSuit [EL Warning]: 2024-05-15 18:50:24.698--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 Error Code: 1064 Call: Insert into BOB Value [EL Warning]: 2024-05-15 18:50:24.699--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [bob] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-05-15 18:50:24.7--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: There are no attributes for the ReportQuery. Query: ReportQuery(referenceClass=Employee ) [EL Info]: 2024-05-15 18:50:24.7--DatabaseSessionImpl(661051426)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.709--DatabaseSessionImpl(2006987537)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.717--DatabaseSessionImpl(2006987537)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:24.724--UnitOfWork(1162554050)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Nested UnitOfWork is not supported for a modify all query [EL Warning]: 2024-05-15 18:50:24.731--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [null] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] Argument: [37,053] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [EL Warning]: 2024-05-15 18:50:24.733--DatabaseSessionImpl(1936246673)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [null] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] Argument: [37,053] Query: ReadAllQuery(referenceClass=PhoneNumber ) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running ThreeTierBehaviorTestSuite [EL Info]: 2024-05-15 18:50:24.736--ServerSession(360757817)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.744--ServerSession(1017840275)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running DescriptorExceptionTestSuite(SupportPhaseOne) Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.2) [EL Warning]: 2024-05-15 18:50:24.788--UnitOfWork(1935158684)--Exception [EclipseLink-115] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the attribute [Other]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.tests.validation.EmployeeWithProblems --> [DatabaseTable(EMPLOYEE)]) Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.3) Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.4) Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.5) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ConnectionCloseAfterTxnTestSuite [EL Info]: 2024-05-15 18:50:24.82--DatabaseSessionImpl(1684932142)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running LoginTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-05-15 18:50:24.856--DatabaseSessionImpl(1069615486)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:24.865--DatabaseSessionImpl(403723760)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 7963, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 369.898 s - in org.eclipse.persistence.testing.tests.TestRunModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7963, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 3.0.5-SNAPSHOT [12/40] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799026155 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Executing tasks Initial Naming Context: IOR:000000000000002b49444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000000000001000000000000009a000102000000000d31302e34302e31362e3231320000046200000045afabcb0000000020000f424000000001000000000000000200000008526f6f74504f41000000000d544e616d65536572766963650000000000000008000000010000000114000000000000020000000100000020000000000001000100000002050100010001002000010109000000010001010000000026000000020002 TransientNameServer: setting port for initial object references to: 1,122 Ready. [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:50:32.137--DatabaseSessionImpl(1201484275)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:50:33.977--DatabaseSessionImpl(1201484275)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.093 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.corba.CorbaTestModel [EL Info]: 2024-05-15 18:50:34.872--DatabaseSessionImpl(1332668132)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:50:36.276--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PHONE' Error Code: 1051 Call: drop table PHONE Query: DataModifyQuery(sql="drop table PHONE") [EL Warning]: 2024-05-15 18:50:36.281--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RESPONS' Error Code: 1051 Call: drop table RESPONS Query: DataModifyQuery(sql="drop table RESPONS") [EL Warning]: 2024-05-15 18:50:36.283--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SALARY' Error Code: 1051 Call: drop table SALARY Query: DataModifyQuery(sql="drop table SALARY") [EL Warning]: 2024-05-15 18:50:36.285--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ_EMP' Error Code: 1051 Call: drop table PROJ_EMP Query: DataModifyQuery(sql="drop table PROJ_EMP") [EL Warning]: 2024-05-15 18:50:36.288--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJECT' Error Code: 1051 Call: drop table LPROJECT Query: DataModifyQuery(sql="drop table LPROJECT") [EL Warning]: 2024-05-15 18:50:36.29--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJECT' Error Code: 1051 Call: drop table PROJECT Query: DataModifyQuery(sql="drop table PROJECT") [EL Warning]: 2024-05-15 18:50:36.293--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMPLOYEE' Error Code: 1051 Call: drop table EMPLOYEE Query: DataModifyQuery(sql="drop table EMPLOYEE") [EL Warning]: 2024-05-15 18:50:36.295--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADDRESS' Error Code: 1051 Call: drop table ADDRESS Query: DataModifyQuery(sql="drop table ADDRESS") [EL Warning]: 2024-05-15 18:50:36.762--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") [EL Warning]: 2024-05-15 18:50:36.762--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") [EL Warning]: 2024-05-15 18:50:37.028--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_CON' Error Code: 1051 Call: DROP TABLE U_CON Query: DataModifyQuery(sql="DROP TABLE U_CON") [EL Warning]: 2024-05-15 18:50:37.035--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_EMP' Error Code: 1051 Call: DROP TABLE U_EMP Query: DataModifyQuery(sql="DROP TABLE U_EMP") [EL Warning]: 2024-05-15 18:50:37.041--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_ADD' Error Code: 1051 Call: DROP TABLE U_ADD Query: DataModifyQuery(sql="DROP TABLE U_ADD") [EL Warning]: 2024-05-15 18:50:37.046--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_WEATH' Error Code: 1051 Call: DROP TABLE U_WEATH Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [EL Warning]: 2024-05-15 18:50:37.052--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_ADDRESS' Error Code: 1051 Call: DROP TABLE CONCURRENT_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [EL Warning]: 2024-05-15 18:50:37.057--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_EMP' Error Code: 1051 Call: DROP TABLE CONCURRENT_EMP Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [EL Warning]: 2024-05-15 18:50:37.064--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PROJECT' Error Code: 1051 Call: DROP TABLE CONCURRENT_PROJECT Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [EL Warning]: 2024-05-15 18:50:37.07--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PHONE' Error Code: 1051 Call: DROP TABLE CONCURRENT_PHONE Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [EL Warning]: 2024-05-15 18:50:37.075--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MUTABLE_TYPE' Error Code: 1051 Call: DROP TABLE MUTABLE_TYPE Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") [EL Warning]: 2024-05-15 18:50:37.421--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMP' Error Code: 1051 Call: DROP TABLE MAP_EMP Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [EL Warning]: 2024-05-15 18:50:37.427--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMSP' Error Code: 1051 Call: DROP TABLE MAP_EMSP Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [EL Warning]: 2024-05-15 18:50:37.433--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMPH' Error Code: 1051 Call: DROP TABLE MAP_EMPH Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [EL Warning]: 2024-05-15 18:50:37.438--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PHO' Error Code: 1051 Call: DROP TABLE MAP_PHO Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [EL Warning]: 2024-05-15 18:50:37.443--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CARD' Error Code: 1051 Call: DROP TABLE MAP_CARD Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [EL Warning]: 2024-05-15 18:50:37.448--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_COM' Error Code: 1051 Call: DROP TABLE MAP_COM Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [EL Warning]: 2024-05-15 18:50:37.453--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CUB' Error Code: 1051 Call: DROP TABLE MAP_CUB Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [EL Warning]: 2024-05-15 18:50:37.457--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE MAP_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [EL Warning]: 2024-05-15 18:50:37.462--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUBICLE_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE CUBICLE_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [EL Warning]: 2024-05-15 18:50:37.467--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SHIP' Error Code: 1051 Call: DROP TABLE MAP_SHIP Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [EL Warning]: 2024-05-15 18:50:37.472--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_POL' Error Code: 1051 Call: DROP TABLE MAP_POL Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [EL Warning]: 2024-05-15 18:50:37.477--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_ADD' Error Code: 1051 Call: DROP TABLE MAP_ADD Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [EL Warning]: 2024-05-15 18:50:37.482--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_MON' Error Code: 1051 Call: DROP TABLE MAP_MON Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [EL Warning]: 2024-05-15 18:50:37.487--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_HRW' Error Code: 1051 Call: DROP TABLE MAP_HRW Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [EL Warning]: 2024-05-15 18:50:37.494--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PERIPHERAL' Error Code: 1051 Call: DROP TABLE MAP_PERIPHERAL Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [EL Warning]: 2024-05-15 18:50:37.499--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SECURE' Error Code: 1051 Call: DROP TABLE MAP_SECURE Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [EL Warning]: 2024-05-15 18:50:37.504--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_IDENTIFICATION' Error Code: 1051 Call: DROP TABLE MAP_IDENTIFICATION Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [EL Warning]: 2024-05-15 18:50:37.615--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024-05-15 18:50:37.616--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_A' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE") [EL Warning]: 2024-05-15 18:50:37.617--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF") [EL Warning]: 2024-05-15 18:50:37.619--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE") [EL Warning]: 2024-05-15 18:50:37.62--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_E' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF") [EL Warning]: 2024-05-15 18:50:37.621--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_A' Error Code: 1051 Call: DROP TABLE OWNER_A Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [EL Warning]: 2024-05-15 18:50:37.626--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_B' Error Code: 1051 Call: DROP TABLE OWNER_B Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [EL Warning]: 2024-05-15 18:50:37.631--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_C' Error Code: 1051 Call: DROP TABLE OWNER_C Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [EL Warning]: 2024-05-15 18:50:37.636--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_D' Error Code: 1051 Call: DROP TABLE OWNER_D Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [EL Warning]: 2024-05-15 18:50:37.64--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_E' Error Code: 1051 Call: DROP TABLE OWNER_E Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [EL Warning]: 2024-05-15 18:50:38.549--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_PROMO' Error Code: 1051 Call: DROP TABLE RO_PROMO Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [EL Warning]: 2024-05-15 18:50:38.555--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ACTOR' Error Code: 1051 Call: DROP TABLE RO_ACTOR Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [EL Warning]: 2024-05-15 18:50:38.578--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_MOV' Error Code: 1051 Call: DROP TABLE ACT_MOV Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [EL Warning]: 2024-05-15 18:50:38.586--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_CHA' Error Code: 1051 Call: DROP TABLE ACT_CHA Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [EL Warning]: 2024-05-15 18:50:38.59--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ADDR' Error Code: 1051 Call: DROP TABLE RO_ADDR Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [EL Warning]: 2024-05-15 18:50:38.597--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHARITY' Error Code: 1051 Call: DROP TABLE CHARITY Query: DataModifyQuery(sql="DROP TABLE CHARITY") [EL Warning]: 2024-05-15 18:50:38.601--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOLLYWOODAGENT' Error Code: 1051 Call: DROP TABLE HOLLYWOODAGENT Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [EL Warning]: 2024-05-15 18:50:38.606--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_MOVIE' Error Code: 1051 Call: DROP TABLE RO_MOVIE Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [EL Warning]: 2024-05-15 18:50:38.611--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COUNTRY' Error Code: 1051 Call: DROP TABLE COUNTRY Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [EL Warning]: 2024-05-15 18:50:38.615--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEFAULT_READ_ONLY' Error Code: 1051 Call: DROP TABLE DEFAULT_READ_ONLY Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") [EL Warning]: 2024-05-15 18:50:38.673--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_EMPLOYEE' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE") [EL Warning]: 2024-05-15 18:50:38.679--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_HISTORY' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_HISTORY Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") [EL Warning]: 2024-05-15 18:50:38.705--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_EMPLOYEE' Error Code: 1051 Call: DROP TABLE REPORT_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [EL Warning]: 2024-05-15 18:50:38.72--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_HISTORY' Error Code: 1051 Call: DROP TABLE REPORT_HISTORY Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [EL Warning]: 2024-05-15 18:50:38.725--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BEER' Error Code: 1051 Call: DROP TABLE BEER Query: DataModifyQuery(sql="DROP TABLE BEER") [EL Warning]: 2024-05-15 18:50:38.733--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR' Error Code: 1051 Call: DROP TABLE BAR Query: DataModifyQuery(sql="DROP TABLE BAR") [EL Warning]: 2024-05-15 18:50:38.749--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR_BEER' Error Code: 1051 Call: DROP TABLE BAR_BEER Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [EL Warning]: 2024-05-15 18:50:38.754--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PERSON' Error Code: 1051 Call: DROP TABLE PERSON Query: DataModifyQuery(sql="DROP TABLE PERSON") [EL Warning]: 2024-05-15 18:50:38.76--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BREWER' Error Code: 1051 Call: DROP TABLE BREWER Query: DataModifyQuery(sql="DROP TABLE BREWER") [EL Info]: 2024-05-15 18:50:38.782--ServerSession(607676473)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 The following environment properties must be set to run this test. -Djava.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory -Djava.naming.provider.url=iiop://localhost:900 The follwing corba naming server must also be started on the computer. /bin/tnameserv.exe Running BasicReadTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set Tests run: 23, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.611 sec Running UnitOfWorkTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test unavailable on Remote UnitOfWork [EL Warning]: 2024-05-15 18:50:50.431--UnitOfWork(523760647)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 4 [EL Warning]: 2024-05-15 18:50:50.65--UnitOfWork(2025923306)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Betty Jones] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 1 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported on remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test uses functionality that does not work over remote sessions. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not support in remote [EL Warning]: 2024-05-15 18:50:51.339--UnitOfWork(1512034622)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '8' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.tests.unitofwork.Person@f1cc795) [EL Warning]: 2024-05-15 18:50:51.446--UnitOfWork(484063853)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException 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. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: test will not run on RemoteSession - it uses events [EL Warning]: 2024-05-15 18:50:51.474--ClientSession(562866466)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: DeleteObjectQuery(null) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported on remote session. Tests run: 78, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 1.994 sec Running UnitOfWorkEventTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This feature is not supported at remoteSession [EL Warning]: 2024-05-15 18:50:51.607--UnitOfWork(505945685)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [4 parameters bound] Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Jones) Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.046 sec Running FeatureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 12, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.164 sec Running QueryTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Cascade part with no IM on remote with indirection fails on remote. Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.176 sec Running RefreshObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running ReportQueryTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported in remote, it needs to modify the server-side session descriptor. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This Test is not designed to work with RemoteSessions. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. Tests run: 56, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.354 sec Running TransparentIndirectionTestSuite Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 sec Running ExceptionsTestSuite IORImpl[type=IDL:org/eclipse/persistence/testing/Remote/SunCORBA/CORBAServerManager:1.0 iorTemplates=[IORTemplate[oktemp=ObjectKeyTemplate[magic=afabcb00 scid=2 serverid=2107102880 orbid= oaid=ObjectAdapterID[TransientObjectAdapter] profile templates:[IIOPProfileTemplateImpl[giopVersion=1.2 primary=10.40.16.212:43679]]]] is ready. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec Log level changed by test model:SunCORBARemoteModel [EL Info]: 2024-05-15 18:50:54.131--DatabaseSessionImpl(279915409)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Running Validation Security Tests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec [EL Info]: 2024-05-15 18:50:54.169--DatabaseSessionImpl(1817845812)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.562 s - in org.eclipse.persistence.testing.tests.corba.CorbaTestModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 3.0.5-SNAPSHOT [13/40] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799054638 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [EL Info]: 2024-05-15 18:50:55.099--Running test SLF4JLoggerTest.testLogMessage [EL Info]: 2024-05-15 18:50:55.301--Running test SLF4JLoggerTest.testGetLevel [EL Info]: 2024-05-15 18:50:55.305--Running test SLF4JLoggerTest.testLogExceptionStackTrace [EL Info]: 2024-05-15 18:50:55.369--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 s - in org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT [14/40] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799060515 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 3.0.5-SNAPSHOT [15/40] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799066011 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.test --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-canonical-meta-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-inheritance-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(346463495)--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. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(346463495)--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. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-jpa-metamodel-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 227 resources [INFO] Copying 227 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1942 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: org.eclipse.persistence.annotations.TenantDiscriminatorColumn,jakarta.persistence.PrePersist,jakarta.persistence.PreUpdate,jakarta.annotation.PostConstruct,org.eclipse.persistence.annotations.Indexes,org.eclipse.persistence.annotations.NamedStoredProcedureQueries,jakarta.persistence.Table,jakarta.persistence.ExcludeDefaultListeners,jakarta.persistence.Cacheable,org.eclipse.persistence.annotations.Struct,org.eclipse.persistence.annotations.ObjectTypeConverter,jakarta.persistence.CollectionTable,jakarta.persistence.EntityListeners,jakarta.persistence.Temporal,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery,jakarta.persistence.NamedQuery,jakarta.persistence.Lob,jakarta.persistence.ManyToMany,jakarta.persistence.AttributeOverride,jakarta.ejb.EJB,jakarta.persistence.PrimaryKeyJoinColumns,org.eclipse.persistence.annotations.PrivateOwned,jakarta.persistence.Convert,org.eclipse.persistence.annotations.DeleteAll,jakarta.persistence.IdClass,jakarta.persistence.AttributeOverrides,org.eclipse.persistence.oxm.annotations.XmlPath,jakarta.xml.bind.annotation.XmlAccessorType,org.junit.AfterClass,jakarta.ejb.Singleton,org.eclipse.persistence.annotations.NamedStoredFunctionQuery,jakarta.persistence.NamedQueries,jakarta.persistence.Transient,org.eclipse.persistence.annotations.AdditionalCriteria,jakarta.persistence.Id,jakarta.annotation.PreDestroy,jakarta.persistence.Enumerated,org.eclipse.persistence.annotations.Converter,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredProcedureQueries,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQueries,jakarta.persistence.AssociationOverrides,jakarta.persistence.MapKey,jakarta.persistence.PostRemove,jakarta.persistence.AssociationOverride,org.eclipse.persistence.annotations.ClassExtractor,jakarta.persistence.JoinTable,jakarta.persistence.MappedSuperclass,jakarta.xml.bind.annotation.XmlRootElement,org.eclipse.persistence.platform.database.oracle.annotations.OracleObjects,org.eclipse.persistence.annotations.BasicMap,org.eclipse.persistence.annotations.TypeConverter,jakarta.persistence.Inheritance,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecords,jakarta.persistence.MapKeyClass,org.eclipse.persistence.annotations.HashPartitioning,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.validation.Valid,jakarta.persistence.Embedded,jakarta.persistence.PersistenceContext,jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionManagement,org.eclipse.persistence.annotations.Cache,org.eclipse.persistence.annotations.CascadeOnDelete,org.junit.runners.Suite.SuiteClasses,org.eclipse.persistence.annotations.MapKeyConvert,jakarta.persistence.SequenceGenerator,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable,jakarta.persistence.PrimaryKeyJoinColumn,org.eclipse.persistence.annotations.JoinFetch,org.eclipse.persistence.annotations.WriteTransformers,org.junit.Before,jakarta.persistence.SqlResultSetMappings,org.eclipse.persistence.annotations.TenantTableDiscriminator,org.eclipse.persistence.annotations.ReadOnly,jakarta.persistence.Converts,org.junit.Test,org.eclipse.persistence.annotations.Partitioning,org.eclipse.persistence.annotations.VirtualAccessMethods,jakarta.validation.constraints.Max,jakarta.persistence.ElementCollection,org.eclipse.persistence.annotations.CollectionTable,jakarta.persistence.OrderBy,org.eclipse.persistence.annotations.FetchGroups,org.eclipse.persistence.annotations.ExcludeDefaultMappings,org.eclipse.persistence.annotations.ObjectTypeConverters,org.eclipse.persistence.annotations.Converters,org.eclipse.persistence.annotations.ChangeTracking,jakarta.inject.Inject,jakarta.validation.constraints.Min,jakarta.persistence.Entity,org.eclipse.persistence.annotations.CloneCopyPolicy,org.eclipse.persistence.annotations.Partitioned,org.eclipse.persistence.annotations.Noncacheable,jakarta.persistence.MapKeyColumn,org.eclipse.persistence.annotations.ValuePartitioning,jakarta.persistence.OneToOne,org.eclipse.persistence.annotations.Property,jakarta.persistence.SecondaryTable,org.eclipse.persistence.annotations.BatchFetch,org.eclipse.samples.annotations.CycleA,org.eclipse.samples.annotations.CycleC,org.eclipse.samples.annotations.CycleB,jakarta.persistence.Access,org.junit.After,org.eclipse.persistence.annotations.PrimaryKey,jakarta.persistence.NamedStoredProcedureQueries,jakarta.persistence.PersistenceUnit,org.eclipse.persistence.annotations.Structure,jakarta.persistence.SqlResultSetMapping,jakarta.persistence.PersistenceUnits,jakarta.persistence.NamedEntityGraphs,org.eclipse.persistence.annotations.SerializedConverter,jakarta.persistence.MapKeyJoinColumn,jakarta.persistence.DiscriminatorValue,jakarta.ejb.Stateful,org.eclipse.persistence.annotations.CacheIndex,jakarta.persistence.JoinColumn,org.eclipse.persistence.annotations.FetchGroup,jakarta.persistence.OrderColumn,jakarta.persistence.Converter,jakarta.persistence.EmbeddedId,jakarta.persistence.PostLoad,org.eclipse.persistence.annotations.Array,jakarta.persistence.PreRemove,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord,jakarta.persistence.Basic,org.eclipse.persistence.annotations.VariableOneToOne,org.eclipse.persistence.annotations.Mutable,jakarta.persistence.PostUpdate,jakarta.ejb.Stateless,jakarta.xml.bind.annotation.XmlTransient,jakarta.persistence.NamedNativeQueries,jakarta.persistence.MapKeyJoinColumns,jakarta.persistence.metamodel.StaticMetamodel,org.eclipse.persistence.annotations.RoundRobinPartitioning,org.eclipse.persistence.annotations.BasicCollection,jakarta.persistence.MapsId,jakarta.persistence.MapKeyTemporal,org.eclipse.persistence.annotations.TypeConverters,org.junit.BeforeClass,org.eclipse.persistence.annotations.PinnedPartitioning,org.eclipse.persistence.annotations.Customizer,org.eclipse.persistence.annotations.ReadTransformer,org.eclipse.persistence.annotations.CopyPolicy,jakarta.persistence.OneToMany,jakarta.persistence.ManyToOne,org.eclipse.persistence.annotations.Convert,jakarta.validation.constraints.NotNull,org.eclipse.samples.annotations.CycleSelf,org.eclipse.persistence.annotations.WriteTransformer,org.eclipse.samples.LoggableEmployee,jakarta.persistence.TableGenerator,jakarta.persistence.PersistenceContexts,jakarta.persistence.DiscriminatorColumn,org.eclipse.persistence.annotations.Properties,org.eclipse.persistence.annotations.SerializedConverters,jakarta.persistence.ExcludeSuperclassListeners,org.eclipse.persistence.annotations.Index,org.eclipse.persistence.annotations.OrderCorrection,org.eclipse.persistence.annotations.UnionPartitioning,org.eclipse.persistence.platform.database.oracle.annotations.OracleArrays,org.eclipse.persistence.annotations.CompositeMember,org.eclipse.persistence.annotations.Multitenant,jakarta.persistence.JoinColumns,jakarta.persistence.PostPersist,jakarta.ejb.Remote,jakarta.persistence.Embeddable,org.eclipse.persistence.annotations.OptimisticLocking,jakarta.persistence.GeneratedValue,org.eclipse.persistence.annotations.RangePartitioning,jakarta.persistence.SecondaryTables,jakarta.persistence.Column,org.junit.Ignore,org.eclipse.persistence.annotations.InstantiationCopyPolicy,jakarta.persistence.NamedNativeQuery,org.eclipse.persistence.annotations.ExistenceChecking,jakarta.persistence.Version [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.partitioned.EmployeePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Torso.java:[24,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Torso overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Heart.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Heart overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/EmploymentPeriod.java:[38,8] Class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumber.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/LieutenantId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[47,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Blue.java:[36,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Blue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BlueLight.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/CoronaTag.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Corona.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Heineken.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Becks.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BecksTag.java:[29,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/advanced/PhoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/MajorId.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/Country.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.advanced.embeddable.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/EmploymentPeriod.java:[28,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/EmploymentPeriod.java:[30,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.delimited.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/OfficePK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.OfficePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeTestSuite.java:[185,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/EmploymentPeriod.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/DepartmentPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.DepartmentPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/CellNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2356,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2361,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2366,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2371,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2376,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Address.java:[56,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Phone.java:[39,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/GeneralId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTestSuite.java:[4645,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/config/PhoneNumberPK.java:[23,8] Class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5195,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5200,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5205,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5210,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5215,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5220,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[4961,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Employee.java:[128,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2218,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2223,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2228,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2233,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2238,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-model) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-annotation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [INFO] ------ (eclipselink-xml-only-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [INFO] ------ (eclipselink-advanced-properties) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [INFO] ------ (eclipselink-pu with spaces) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [INFO] ------ (eclipselink-validation-failed-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [INFO] ------ (eclipselink-xml-merge-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [INFO] ------ (eclipselink-advanced-field-access-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [INFO] ------ (eclipselink-cascade-deletes-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [INFO] ------ (eclipselink-cacheable-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [INFO] ------ (eclipselink-ddl-generation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [INFO] ------ (eclipselink-delimited-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [INFO] ------ (eclipselink-extensibility-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [INFO] ------ (eclipselink-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-jpa21-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [INFO] ------ (eclipselink-metamodel-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [INFO] ------ (eclipselink-partitioned-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [INFO] ------ (eclipselink-plsql-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [INFO] ------ (eclipselink-remote) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [INFO] ------ (jpa-performance) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [INFO] ------ (jpa-performance2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [INFO] ------ (eclipselink-beanvalidation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [INFO] ------ (eclipselink-identity-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [INFO] ------ (eclipselink-jpa22-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-extended-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-annotation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-ddl-generation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-validation-failed-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cacheable-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-field-access-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-properties) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-pu with spaces) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-partitioned-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-plsql-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cascade-deletes-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (jpa-performance) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-metamodel-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-delimited-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-extensibility-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-remote) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static-with-persistence-info) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-xml-only-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-merge-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.test --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (configure-wildfly-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg1) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg2) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:51:49.733--DatabaseSessionImpl(1954406292)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:51:50.433--DatabaseSessionImpl(1954406292)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-srg) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_1) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [EL Info]: 2024-05-15 18:51:54.646--DatabaseSessionImpl(1728465884)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(244430068)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(244430068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(244430068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(244430068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(244430068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(244430068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(244430068)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: metadata: ServerSession(244430068)--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. [EL Warning]: ddl: ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(244430068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [EL Warning]: ServerSession(244430068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Employee does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Employee Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [EL Warning]: ServerSession(244430068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") Running EntityManager Tests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [EL Warning]: 2024-05-15 18:51:59.175--UnitOfWork(286393731)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 Error Code: 1064 Call: unexecutable native sql query Query: DataModifyQuery(sql="unexecutable native sql query") Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.360 sec Running Annotation Tests Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec Running UpdateAllQueryAdvancedJunitTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.967 sec Running JoinedAttributeAdvancedJunitTest [EL Warning]: ddl: 2024-05-15 18:52:02.078--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:52:04.325--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:52:05.837--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:52:07.392--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:52:08.897--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.460 sec Running ReportQueryAdvancedJUnitTest [EL Warning]: ddl: 2024-05-15 18:52:10.537--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 sec [EL Info]: 2024-05-15 18:52:11.838--DatabaseSessionImpl(1079554968)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1808154638)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1808154638)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1808154638)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1808154638)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1808154638)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1808154638)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: metadata: ServerSession(1808154638)--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. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: IsolatedHashMapTest.testIsolationInRealContext() [EL Info]: Partition ID: 0 [EL Info]: Adding session name: $0 [EL Info]: Adding session name: 00$0 [EL Info]: Adding session name: 0mySession$0 [EL Info]: Adding session name: 0EclipseLink$0 [EL Info]: Checking map size: session names count = 4, map size = 4 [EL Info]: Getting and checking session name: 0EclipseLink$0 [EL Info]: Getting and checking session name: 0mySession$0 [EL Info]: Getting and checking session name: 00$0 [EL Info]: Getting and checking session name: $0 [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: default1 [EL Info]: 2024-05-15 18:52:57.271--ServerSession(1500079709)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:52:57.284--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: eclipselink-pu with spaces in the path and name [EL Info]: 2024-05-15 18:52:57.286--ServerSession(1131188494)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:52:57.299--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: A JPAADVProperties pu with spaces in the name [EL Info]: 2024-05-15 18:52:57.301--ServerSession(1729580809)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:52:57.313--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: properties: ServerSession(1808154638)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: ServerSession(1808154638)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: UnitOfWork(1014678850)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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) 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)"). [EL Info]: transaction: ClientSession(1511045096)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: ClientSession(1511045096)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(1511045096)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: UnitOfWork(532016551)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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) 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)"). [EL Warning]: ClientSession(250293772)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(250293772)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: UnitOfWork(1766056665)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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) 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)"). [EL Info]: transaction: ClientSession(2126358616)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: ClientSession(2126358616)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(2126358616)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: UnitOfWork(1519590313)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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) 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)"). [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: ClientSession(1432044474)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: UnitOfWork(1044894821)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(1297567431)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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)) bind => [1 parameter bound] 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))"). [EL Warning]: UnitOfWork(554192062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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)) bind => [1 parameter bound] 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))") [EL Info]: transaction: ClientSession(829539814)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Info]: transaction: ClientSession(1073016150)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: ClientSession(1073016150)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(1197413402)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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)) bind => [1 parameter bound] 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))"). [EL Warning]: UnitOfWork(904937117)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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)) bind => [1 parameter bound] 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))") [EL Info]: transaction: ClientSession(2038733995)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Info]: transaction: ClientSession(1566685814)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: ClientSession(1566685814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(1156306409)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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)) bind => [1 parameter bound] 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))"). [EL Warning]: UnitOfWork(1993142191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 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)) bind => [1 parameter bound] 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))") [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(51706153)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(51706153)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(51706153)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(51706153)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(51706153)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(51706153)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(51706153)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(51706153)--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. [EL Warning]: metadata: ServerSession(1233064012)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1233064012)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1233064012)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1233064012)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1233064012)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1233064012)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1233064012)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1233064012)--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. [EL Warning]: metadata: ServerSession(1311143757)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1311143757)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1311143757)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1311143757)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1311143757)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1311143757)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1311143757)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: metadata: ServerSession(1311143757)--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. [EL Warning]: UnitOfWork(372304371)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [23 parameters bound] Query: InsertObjectQuery(Employee: 625) [EL Warning]: metadata: ServerSession(2064097804)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--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. [EL Warning]: metadata: ServerSession(2064097804)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(2064097804)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(2064097804)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(2064097804)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(2064097804)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(2064097804)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(2064097804)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: ServerSession(2064097804)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Exception Description: Configuration error. Class [myDriver] not found. [EL Warning]: metadata: ServerSession(1587687870)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--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. [EL Warning]: metadata: ServerSession(1587687870)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1587687870)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1587687870)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1587687870)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1587687870)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1587687870)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1587687870)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: ServerSession(1587687870)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [myNonJtaDS]. 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 WARNING: This database does not support NOWAIT. WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [EL Warning]: metadata: ServerSession(277813703)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(277813703)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(277813703)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(277813703)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(277813703)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(277813703)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(277813703)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(277813703)--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. [EL Warning]: metadata: ServerSession(576448068)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(576448068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(576448068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(576448068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(576448068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(576448068)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(576448068)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: metadata: ServerSession(576448068)--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. [EL Warning]: UnitOfWork(2055673914)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.jpa.advanced.Dealer Primary Key> 116 [EL Warning]: UnitOfWork(1686017373)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 768] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 768 [EL Warning]: UnitOfWork(1347968384)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 769] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 769 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Info]: ServerSession(576448068)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection [EL Info]: ServerSession(576448068)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(576448068)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(576448068)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: UnitOfWork(1577439478)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: UnitOfWork(406696680)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: UnitOfWork(485217789)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 955] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 955 [EL Warning]: UnitOfWork(682821998)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 979] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 979 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: metadata: 2024-05-15 18:54:25.344--ServerSession(1454596821)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: 2024-05-15 18:54:25.439--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.44--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.453--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.475--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.478--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.484--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.486--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.487--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.487--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.488--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.489--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.49--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.492--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.492--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.508--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.508--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.51--ServerSession(1454596821)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.511--ServerSession(1454596821)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.511--ServerSession(1454596821)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.512--ServerSession(1454596821)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.512--ServerSession(1454596821)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.512--ServerSession(1454596821)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.512--ServerSession(1454596821)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.605--ServerSession(1640578308)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: 2024-05-15 18:54:25.691--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.691--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.701--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.719--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.721--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.726--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.728--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.729--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.73--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.73--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.731--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.732--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.733--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.734--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.747--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.747--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.749--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.75--ServerSession(1640578308)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.75--ServerSession(1640578308)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.75--ServerSession(1640578308)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.75--ServerSession(1640578308)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.75--ServerSession(1640578308)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:54:25.751--ServerSession(1640578308)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: 2024-05-15 18:54:25.824--ServerSession(1640578308)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:54:25.853--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.857--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.858--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.871--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.873--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.873--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.875--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.875--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.876--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.878--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.879--ServerSession(1640578308)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:54:25.881--ServerSession(1640578308)--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. [EL Warning]: metadata: 2024-05-15 18:54:25.885--ServerSession(1640578308)--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. [EL Warning]: 2024-05-15 18:54:26.187--UnitOfWork(866735960)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1062] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,062 Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [EL Warning]: 2024-05-15 18:54:26.942--UnitOfWork(1396613276)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1072] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,072 [EL Warning]: ddl: 2024-05-15 18:54:28.154--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:29.754--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:31.776--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:33.248--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:34.708--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:36.239--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:37.808--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:39.484--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:54:40.915--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: 2024-05-15 18:54:41.666--ServerSession(1640578308)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) Query: ReportQuery(referenceClass=Employee ) [EL Warning]: ddl: 2024-05-15 18:54:42.322--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: 2024-05-15 18:54:43.062--UnitOfWork(1205941414)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1307] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,307 [EL Warning]: 2024-05-15 18:54:43.065--UnitOfWork(1550988539)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: An attempt was made to update the object [Employee: 1308], but it has no version number in the identity map. It may not have been read before the update was attempted. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,308 [EL Warning]: ddl: 2024-05-15 18:54:43.737--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: 2024-05-15 18:54:44.479--ServerSession(1640578308)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: FUNCTION ecltests.StoredFunction_In does not exist Error Code: 1305 Call: DROP FUNCTION StoredFunction_In Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") Closing factory: customizeAddTarget [EL Warning]: 2024-05-15 18:54:44.811--UnitOfWork(1555309212)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@782fc531] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> 5 Closing factory: default1 [EL Info]: 2024-05-15 18:55:00.069--ServerSession(844519312)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:00.085--ServerSession(844519312)--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. [EL Warning]: ddl: 2024-05-15 18:55:01.994--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:55:03.66--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: additional-criteria [EL Info]: 2024-05-15 18:55:04.458--ServerSession(1298616512)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: 2024-05-15 18:55:04.631--ServerSession(1298616512)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:55:04.635--ServerSession(1298616512)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:55:09.925--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: cacheablePU [EL Warning]: metadata: 2024-05-15 18:55:11.001--ServerSession(1747213682)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.002--ServerSession(1747213682)--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. [EL Info]: 2024-05-15 18:55:11.008--ServerSession(1747213682)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:11.019--ServerSession(1747213682)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.019--ServerSession(1747213682)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.019--ServerSession(1747213682)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.02--ServerSession(1747213682)--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. Closing factory: multi-tenant-shared-emf [EL Warning]: metadata: 2024-05-15 18:55:11.824--ServerSession(323954820)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.824--ServerSession(323954820)--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. [EL Info]: 2024-05-15 18:55:11.828--ServerSession(323954820)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:55:11.841--ServerSession(323954820)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: metadata: 2024-05-15 18:55:11.846--ServerSession(18237135)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.846--ServerSession(18237135)--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. [EL Info]: 2024-05-15 18:55:11.85--ServerSession(18237135)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: multi-tenant-123 [EL Warning]: metadata: 2024-05-15 18:55:11.899--ServerSession(753836290)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.899--ServerSession(753836290)--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. [EL Info]: 2024-05-15 18:55:11.904--ServerSession(753836290)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:11.914--ServerSession(753836290)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.914--ServerSession(753836290)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.915--ServerSession(753836290)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.915--ServerSession(753836290)--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. Closing factory: multi-tenant-shared-emf [EL Warning]: metadata: 2024-05-15 18:55:11.984--ServerSession(1825355694)--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. [EL Warning]: metadata: 2024-05-15 18:55:11.985--ServerSession(1825355694)--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. [EL Info]: 2024-05-15 18:55:11.989--ServerSession(1825355694)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: multi-tenant-123 [EL Warning]: metadata: 2024-05-15 18:55:12.061--ServerSession(1819638013)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.061--ServerSession(1819638013)--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. [EL Info]: 2024-05-15 18:55:12.066--ServerSession(1819638013)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:12.078--ServerSession(1819638013)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.078--ServerSession(1819638013)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.078--ServerSession(1819638013)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.079--ServerSession(1819638013)--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. Closing factory: multi-tenant-shared-emf [EL Info]: 2024-05-15 18:55:12.096--ServerSession(463988791)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:55:12.117--ServerSession(463988791)--Exception [EclipseLink-7344] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: VPD (connections and DDL generation) is not supported for the platform: [org.eclipse.persistence.platform.database.MySQLPlatform]. WARNING: VPD tests currently run only on an Oracle platform Closing factory: multi-tenant-vpd [EL Warning]: metadata: 2024-05-15 18:55:12.13--ServerSession(439386754)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.13--ServerSession(439386754)--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. [EL Info]: 2024-05-15 18:55:12.135--ServerSession(439386754)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:12.146--ServerSession(439386754)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.146--ServerSession(439386754)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.146--ServerSession(439386754)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.147--ServerSession(439386754)--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. Closing factory: multi-tenant-shared-emf [EL Warning]: metadata: 2024-05-15 18:55:12.175--ServerSession(1506136937)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.175--ServerSession(1506136937)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.175--ServerSession(1506136937)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.176--ServerSession(1506136937)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.176--ServerSession(1506136937)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.176--ServerSession(1506136937)--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. [EL Info]: 2024-05-15 18:55:12.179--ServerSession(1506136937)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: multi-tenant-table-per-tenant [EL Warning]: metadata: 2024-05-15 18:55:12.241--ServerSession(1088198056)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.241--ServerSession(1088198056)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.241--ServerSession(1088198056)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.241--ServerSession(1088198056)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.241--ServerSession(1088198056)--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. [EL Warning]: metadata: 2024-05-15 18:55:12.241--ServerSession(1088198056)--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. [EL Info]: 2024-05-15 18:55:12.245--ServerSession(1088198056)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: multi-tenant-table-per-tenant-C [EL Info]: 2024-05-15 18:55:12.283--ServerSession(436423918)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:55:12.294--ServerSession(436423918)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Can't drop database 'ecltests_MT'; database doesn't exist Error Code: 1008 Call: drop schema ecltests_MT; Query: DataModifyQuery(sql="drop schema ecltests_MT;") [EL Info]: 2024-05-15 18:55:12.317--ServerSession(256396835)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: 2024-05-15 18:55:14.775--ServerSession(256396835)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: 2024-05-15 18:55:16.191--ServerSession(1251091210)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: 2024-05-15 18:55:20.686--ServerSession(1251091210)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: 2024-05-15 18:55:22.027--ServerSession(436423918)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:55:22.039--ServerSession(583917274)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:55:22.057--ServerSession(1520442938)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:55:22.075--ServerSession(2003145427)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: 2024-05-15 18:55:23.148--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:55:30.773--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:55:32.333--ServerSession(1640578308)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: jpa: 2024-05-15 18:55:35.061--java.io.FileNotFoundException: MetadataCachingTestProject.file (No such file or directory) [EL Warning]: metadata: 2024-05-15 18:55:35.094--ServerSession(1832668355)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: 2024-05-15 18:55:35.203--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.203--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.219--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.238--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.24--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.252--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.254--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.255--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.256--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.256--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.257--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.258--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.259--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.259--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.275--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.276--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.278--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.279--ServerSession(1832668355)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:55:35.279--ServerSession(1832668355)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:55:35.28--ServerSession(1832668355)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:55:35.28--ServerSession(1832668355)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:55:35.28--ServerSession(1832668355)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-05-15 18:55:35.28--ServerSession(1832668355)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: 2024-05-15 18:55:35.928--ServerSession(1832668355)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:35.952--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.957--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.959--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.971--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.973--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.973--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.975--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.975--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.977--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.979--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.98--ServerSession(1832668355)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:35.982--ServerSession(1832668355)--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. [EL Warning]: metadata: 2024-05-15 18:55:35.986--ServerSession(1832668355)--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. [EL Info]: 2024-05-15 18:55:37.889--ServerSession(1705644227)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:55:37.913--ServerSession(1705644227)--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. [EL Warning]: metadata: 2024-05-15 18:55:37.918--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.919--ServerSession(1705644227)--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. [EL Warning]: metadata: 2024-05-15 18:55:37.933--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.936--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.936--ServerSession(1705644227)--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. [EL Warning]: metadata: 2024-05-15 18:55:37.938--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.938--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.939--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.941--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.943--ServerSession(1705644227)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:55:37.944--ServerSession(1705644227)--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. [EL Warning]: metadata: 2024-05-15 18:55:37.949--ServerSession(1705644227)--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. [EL Warning]: ddl: 2024-05-15 18:55:38.735--ServerSession(1705644227)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Fine]: server: 2024-05-15 18:55:39.648--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 18:55:39.654--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.654--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.654--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.654--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.655--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.655--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.655--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.655--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.655--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.655--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.656--ServerSession(902909793)--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}]. [EL Config]: metadata: 2024-05-15 18:55:39.656--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.656--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.656--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.656--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 18:55:39.656--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.657--ServerSession(902909793)--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. [EL Warning]: metadata: 2024-05-15 18:55:39.657--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.657--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: SALARY. [EL Config]: metadata: 2024-05-15 18:55:39.657--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PAYSCALE. [EL Warning]: metadata: 2024-05-15 18:55:39.657--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.657--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: COUNTRY. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PROVINCE. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: CITY. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: STREET. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: POSTALCODE. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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]. [EL Config]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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]. [EL Warning]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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. [EL Warning]: metadata: 2024-05-15 18:55:39.658--ServerSession(902909793)--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. [EL Config]: metadata: 2024-05-15 18:55:39.659--ServerSession(902909793)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [EL Config]: metadata: 2024-05-15 18:55:39.659--ServerSession(902909793)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: ADDRESS_ID. [EL Config]: weaver: 2024-05-15 18:55:39.659--ServerSession(902909793)--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. [EL Info]: 2024-05-15 18:55:39.693--ServerSession(902909793)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 18:55:39.703--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 18:55:39.703--ServerSession(902909793)--Connection(884865126)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 18:55:39.712--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 18:55:39.715--ServerSession(902909793)--Thread(Thread[main,5,main])--ConfigPUTestSuite login successful [EL Config]: metadata: 2024-05-15 18:55:39.715--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. [EL Fine]: sql: 2024-05-15 18:55:39.716--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID [EL Fine]: sql: 2024-05-15 18:55:39.717--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.717--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJECT' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID") [EL Fine]: sql: 2024-05-15 18:55:39.717--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID [EL Fine]: sql: 2024-05-15 18:55:39.717--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.717--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMPLOYEE' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID") [EL Fine]: sql: 2024-05-15 18:55:39.718--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID [EL Fine]: sql: 2024-05-15 18:55:39.718--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.718--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMPLOYEE' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID") [EL Fine]: sql: 2024-05-15 18:55:39.718--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID [EL Fine]: sql: 2024-05-15 18:55:39.719--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.719--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_SALARY' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID") [EL Fine]: sql: 2024-05-15 18:55:39.719--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID [EL Fine]: sql: 2024-05-15 18:55:39.72--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.72--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PHONENUMBER' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID") [EL Fine]: sql: 2024-05-15 18:55:39.72--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID [EL Fine]: sql: 2024-05-15 18:55:39.72--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.72--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_LPROJECT' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID") [EL Fine]: sql: 2024-05-15 18:55:39.72--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID [EL Fine]: sql: 2024-05-15 18:55:39.721--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.721--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMP_CREDITLINES' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID") [EL Fine]: sql: 2024-05-15 18:55:39.721--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID [EL Fine]: sql: 2024-05-15 18:55:39.722--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.722--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJ_EMP' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID") [EL Fine]: sql: 2024-05-15 18:55:39.722--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID [EL Fine]: sql: 2024-05-15 18:55:39.722--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.723--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJ_EMP' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID") [EL Fine]: sql: 2024-05-15 18:55:39.723--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2024-05-15 18:55:39.723--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.723--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.724--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2024-05-15 18:55:39.724--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.724--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2024-05-15 18:55:39.724--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2024-05-15 18:55:39.725--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.725--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2024-05-15 18:55:39.725--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2024-05-15 18:55:39.726--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.726--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2024-05-15 18:55:39.726--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2024-05-15 18:55:39.727--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.727--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2024-05-15 18:55:39.727--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2024-05-15 18:55:39.728--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.728--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:55:39.728--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2024-05-15 18:55:39.729--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.729--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.729--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2024-05-15 18:55:39.73--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.73--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2024-05-15 18:55:39.73--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2024-05-15 18:55:39.731--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.731--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2024-05-15 18:55:39.731--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2024-05-15 18:55:39.732--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.732--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.732--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2024-05-15 18:55:39.732--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.733--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2024-05-15 18:55:39.733--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2024-05-15 18:55:39.733--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.733--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2024-05-15 18:55:39.733--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2024-05-15 18:55:39.734--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.734--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2024-05-15 18:55:39.734--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2024-05-15 18:55:39.735--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.735--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2024-05-15 18:55:39.735--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2024-05-15 18:55:39.736--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.736--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:55:39.736--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2024-05-15 18:55:39.737--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.737--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.737--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2024-05-15 18:55:39.738--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.738--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2024-05-15 18:55:39.738--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2024-05-15 18:55:39.739--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.739--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2024-05-15 18:55:39.739--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2024-05-15 18:55:39.74--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.74--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.74--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2024-05-15 18:55:39.74--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.741--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2024-05-15 18:55:39.741--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2024-05-15 18:55:39.741--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.741--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2024-05-15 18:55:39.742--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2024-05-15 18:55:39.742--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.742--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2024-05-15 18:55:39.742--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2024-05-15 18:55:39.743--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.743--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2024-05-15 18:55:39.743--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2024-05-15 18:55:39.744--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.744--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:55:39.744--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2024-05-15 18:55:39.745--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.745--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.745--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2024-05-15 18:55:39.746--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.746--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2024-05-15 18:55:39.746--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2024-05-15 18:55:39.746--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.747--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2024-05-15 18:55:39.747--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2024-05-15 18:55:39.747--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.747--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.748--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2024-05-15 18:55:39.748--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.748--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2024-05-15 18:55:39.748--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2024-05-15 18:55:39.749--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.749--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2024-05-15 18:55:39.749--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2024-05-15 18:55:39.75--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.75--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2024-05-15 18:55:39.75--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2024-05-15 18:55:39.751--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.751--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2024-05-15 18:55:39.751--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2024-05-15 18:55:39.752--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.752--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:55:39.752--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2024-05-15 18:55:39.753--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.753--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.753--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2024-05-15 18:55:39.754--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.754--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2024-05-15 18:55:39.754--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2024-05-15 18:55:39.755--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.755--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2024-05-15 18:55:39.755--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2024-05-15 18:55:39.756--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.756--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.756--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2024-05-15 18:55:39.756--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.757--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2024-05-15 18:55:39.757--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2024-05-15 18:55:39.757--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.758--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2024-05-15 18:55:39.758--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2024-05-15 18:55:39.758--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.758--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2024-05-15 18:55:39.758--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2024-05-15 18:55:39.759--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.759--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2024-05-15 18:55:39.759--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2024-05-15 18:55:39.76--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.76--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:55:39.76--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2024-05-15 18:55:39.761--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.761--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2024-05-15 18:55:39.761--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2024-05-15 18:55:39.762--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.762--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2024-05-15 18:55:39.762--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2024-05-15 18:55:39.763--ServerSession(902909793)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:55:39.763--ServerSession(902909793)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2024-05-15 18:55:39.763--ServerSession(902909793)--Connection(1181027725)--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)) [EL Fine]: sql: 2024-05-15 18:55:39.768--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PERSON (P_ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (P_ID)) [EL Fine]: sql: 2024-05-15 18:55:39.771--ServerSession(902909793)--Connection(1181027725)--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)) [EL Fine]: sql: 2024-05-15 18:55:39.775--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_SALARY (E_ID VARCHAR(255) NOT NULL, SALARY INTEGER, PRIMARY KEY (E_ID)) [EL Fine]: sql: 2024-05-15 18:55:39.78--ServerSession(902909793)--Connection(1181027725)--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)) [EL Fine]: sql: 2024-05-15 18:55:39.784--ServerSession(902909793)--Connection(1181027725)--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)) [EL Fine]: sql: 2024-05-15 18:55:39.788--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_LPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [EL Fine]: sql: 2024-05-15 18:55:39.791--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMP_CREDITLINES (EMP_ID VARCHAR(255), ACCOUNT VARCHAR(255), BANK VARCHAR(255)) [EL Fine]: sql: 2024-05-15 18:55:39.795--ServerSession(902909793)--Connection(1181027725)--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)) [EL Fine]: sql: 2024-05-15 18:55:39.798--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.809--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.824--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.84--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.85--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.861--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.869--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.88--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.89--ServerSession(902909793)--Connection(1181027725)--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) [EL Fine]: sql: 2024-05-15 18:55:39.905--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024-05-15 18:55:39.905--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024-05-15 18:55:39.906--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [EL Fine]: sql: 2024-05-15 18:55:39.908--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [EL Fine]: sql: 2024-05-15 18:55:39.912--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--DELETE FROM CFGPU_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [EL Fine]: sql: 2024-05-15 18:55:39.912--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--SELECT * FROM CFGPU_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [EL Fine]: sql: 2024-05-15 18:55:39.913--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--INSERT INTO CFGPU_EMPLOYEE_SEQ(SEQ_NAME, SEQ_COUNT) values ('EMP_SEQ', 0) [EL Fine]: sql: 2024-05-15 18:55:39.915--ClientSession(1920072508)--Connection(1181027725)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, SEQ_GEN] [EL Fine]: sql: 2024-05-15 18:55:39.916--ClientSession(1920072508)--Connection(1181027725)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? bind => [SEQ_GEN] [EL Fine]: sql: 2024-05-15 18:55:39.917--ClientSession(1920072508)--Connection(1181027725)--Thread(Thread[main,5,main])--INSERT INTO CFGPU_PERSON (P_ID, NAME) VALUES (?, ?) bind => [1, Test] [EL Fine]: connection: 2024-05-15 18:55:39.918--ServerSession(902909793)--Connection(1181027725)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 18:55:39.919--ServerSession(902909793)--Thread(Thread[main,5,main])--ConfigPUTestSuite logout successful [EL Fine]: connection: 2024-05-15 18:55:39.919--ServerSession(902909793)--Connection(884865126)--Thread(Thread[main,5,main])--disconnect [EL Warning]: ddl: 2024-05-15 18:55:40.604--ServerSession(1705644227)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. testSetup Closing factory: multi-tenant-schema-per-tenant [EL Info]: 2024-05-15 18:55:41.428--ServerSession(806455075)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: 2024-05-15 18:55:42.147--ServerSession(806455075)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: embeddable [EL Info]: 2024-05-15 18:55:42.838--ServerSession(27113078)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:55:42.853--ServerSession(27113078)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT a FROM Alien a]. [14, 19] The abstract schema type 'Alien' is unknown. [EL Info]: 2024-05-15 18:55:42.86--ServerSession(208527242)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:55:42.875--ServerSession(1131782630)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT a FROM Alien a]. [14, 19] The abstract schema type 'Alien' is unknown. [EL Warning]: metadata: ServerSession(268002296)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(268002296)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(268002296)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(268002296)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(268002296)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(268002296)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(268002296)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: metadata: ServerSession(268002296)--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. [EL Warning]: UnitOfWork(527833075)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@37666281] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 1 [EL Warning]: UnitOfWork(645831122)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@1fa33ced] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 3 [EL Warning]: UnitOfWork(1180451145)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@56fde929] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 4 [EL Warning]: UnitOfWork(1069377018)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@8e4f832] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 1 [EL Warning]: UnitOfWork(1717103372)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@3161d380] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 5 [EL Warning]: UnitOfWork(416578236)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@61720cf9] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 7 [EL Warning]: UnitOfWork(2024301356)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@42e11925] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 8 [EL Warning]: UnitOfWork(845329744)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@6ec93f19] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 3 [EL Warning]: ServerSession(268002296)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_ACCLAIMS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_ACCLAIMS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [EL Warning]: ServerSession(268002296)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AUDIO' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AUDIO Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [EL Warning]: ServerSession(268002296)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AWARDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AWARDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [EL Warning]: ServerSession(268002296)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_DESIGNATIONS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_DESIGNATIONS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [EL Warning]: ServerSession(268002296)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_RECORDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_RECORDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") [EL Info]: ServerSession(268002296)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(268002296)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ServerSession(268002296)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [NOVICE_CONSUMER_DESIGNATIONS.ORDER_COLUMN] contains wrong values: [null, 1, 2] Query: DirectReadQuery(name="designations" sql="SELECT t0.DESIGNATION, t0.ORDER_COLUMN FROM NOVICE_CONSUMER_DESIGNATIONS t0 WHERE (t0.NOVICE_CONSUMER_ID = ?)") [EL Info]: 2024-05-15 18:55:57.402--DatabaseSessionImpl(2098822056)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 879, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 243.067 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:55:58.591--DatabaseSessionImpl(2098822056)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 880, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_2) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel2 [EL Info]: 2024-05-15 18:56:02.802--DatabaseSessionImpl(1579015748)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1792826268)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1792826268)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1792826268)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1792826268)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1792826268)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1792826268)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1792826268)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--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. [EL Warning]: UnitOfWork(1108589630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() with statements that produce result sets Error Code: 0 Call: Select * FROM CMP3_CUSTOMER Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER") [EL Info]: 2024-05-15 18:56:07.502--ServerSession(789479336)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1639778373)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1639778373)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1639778373)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1639778373)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1639778373)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1639778373)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1639778373)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--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. [EL Warning]: metadata: ServerSession(1315430544)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1315430544)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1315430544)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1315430544)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1315430544)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1315430544)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1315430544)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--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. [EL Warning]: metadata: ServerSession(1335794721)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1335794721)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1335794721)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1335794721)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1335794721)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1335794721)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1335794721)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--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. [EL Warning]: metadata: ServerSession(143948363)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(143948363)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(143948363)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(143948363)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(143948363)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(143948363)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(143948363)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--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. [EL Warning]: metadata: ServerSession(118253664)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(118253664)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(118253664)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(118253664)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(118253664)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(118253664)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(118253664)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--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. [EL Warning]: metadata: ServerSession(593885899)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(593885899)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(593885899)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(593885899)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(593885899)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(593885899)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(593885899)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(593885899)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(593885899)--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. [EL Warning]: metadata: ServerSession(528977645)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(528977645)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(528977645)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(528977645)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(528977645)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(528977645)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(528977645)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(528977645)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(528977645)--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. [EL Warning]: metadata: ServerSession(1322714184)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1322714184)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1322714184)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1322714184)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1322714184)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1322714184)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1322714184)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Warning]: metadata: ServerSession(1322714184)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1322714184)--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. [EL Info]: 2024-05-15 18:56:11.945--ServerSession(1566779742)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:56:11.946--ServerSession(1566779742)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Info]: 2024-05-15 18:56:11.951--ServerSession(1093093971)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:56:11.969--ServerSession(503713099)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:56:11.969--ServerSession(503713099)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Warning]: metadata: ServerSession(1340233408)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1340233408)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1340233408)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1340233408)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1340233408)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1340233408)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1340233408)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: metadata: ServerSession(1340233408)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1340233408)--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. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Employee does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Employee Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: ServerSession(1589254291)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_ACCLAIMS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_ACCLAIMS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AUDIO' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AUDIO Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AWARDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AWARDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_DESIGNATIONS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_DESIGNATIONS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_RECORDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_RECORDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") [EL Warning]: ServerSession(1340233408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: FUNCTION ecltests.StoredFunction_In does not exist Error Code: 1305 Call: DROP FUNCTION StoredFunction_In Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") WARNING: The test customFunctionNVLTest is supported on Oracle only WARNING: AS OF only supported on Oracle. WARNING: Hierarchical selects only supported on Oracle. WARNING: The test testNestedFUNCs is supported on Oracle only WARNING: NULLS FIRST only supported on Oracle. WARNING: testOPERATOR only works with Oracle WARNING: testSQLCast only works with Oracle WARNING: INTERSECT not supported on this database. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: UnitOfWork(2032320146)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 124] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 124 [EL Warning]: UnitOfWork(14662754)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1340233408)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: UnitOfWork(279012331)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 342 [EL Warning]: UnitOfWork(1971971952)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 342 [EL Warning]: UnitOfWork(1789356626)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 342 [EL Warning]: UnitOfWork(1641996738)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 342 [EL Warning]: UnitOfWork(1087216861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 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 bind => [1 parameter bound] 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") [EL Warning]: UnitOfWork(1120735789)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 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 bind => [1 parameter bound] 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") [EL Warning]: UnitOfWork(1748657260)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 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 bind => [1 parameter bound] 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") WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: metadata: ServerSession(1021642330)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1021642330)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1021642330)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1021642330)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1021642330)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1021642330)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1021642330)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: metadata: ServerSession(1021642330)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1021642330)--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. [EL Warning]: ddl: ServerSession(1021642330)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Fine]: server: 2024-05-15 18:57:04.569--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Fine]: moxy: 2024-05-15 18:57:04.57--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2427fc4b [EL Fine]: moxy: 2024-05-15 18:57:04.57--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@5fd855c2 [EL Fine]: moxy: 2024-05-15 18:57:04.571--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 [EL Config]: metadata: 2024-05-15 18:57:04.572--ServerSession(1485489685)--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]. [EL Config]: metadata: 2024-05-15 18:57:04.572--ServerSession(1485489685)--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]. [EL Config]: metadata: 2024-05-15 18:57:04.572--ServerSession(1485489685)--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]. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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]. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Config]: metadata: 2024-05-15 18:57:04.573--ServerSession(1485489685)--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. [EL Info]: 2024-05-15 18:57:04.576--ServerSession(1485489685)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 18:57:04.576--ServerSession(1485489685)--Connection(2069863653)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 18:57:04.589--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 18:57:04.59--ServerSession(1485489685)--Thread(Thread[main,5,main])--/customer-pu_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root login successful [EL Fine]: sql: 2024-05-15 18:57:04.591--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID [EL Fine]: sql: 2024-05-15 18:57:04.592--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.593--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_AD_CU_CUSTOMER' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID Query: DataModifyQuery(sql="ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID") [EL Fine]: sql: 2024-05-15 18:57:04.593--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID [EL Fine]: sql: 2024-05-15 18:57:04.594--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.594--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_AD_CU_CUSTOMER' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID Query: DataModifyQuery(sql="ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID") [EL Fine]: sql: 2024-05-15 18:57:04.594--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2024-05-15 18:57:04.595--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.595--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:57:04.595--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2024-05-15 18:57:04.596--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.596--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2024-05-15 18:57:04.596--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2024-05-15 18:57:04.597--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.597--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:57:04.597--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2024-05-15 18:57:04.598--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.598--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2024-05-15 18:57:04.598--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2024-05-15 18:57:04.599--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.599--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:57:04.599--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2024-05-15 18:57:04.6--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.6--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2024-05-15 18:57:04.6--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2024-05-15 18:57:04.601--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.601--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:57:04.602--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2024-05-15 18:57:04.602--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.603--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2024-05-15 18:57:04.603--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2024-05-15 18:57:04.603--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.604--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2024-05-15 18:57:04.604--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2024-05-15 18:57:04.605--ServerSession(1485489685)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 18:57:04.605--ServerSession(1485489685)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2024-05-15 18:57:04.605--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AD_CU_ADDRESS (ID BIGINT AUTO_INCREMENT NOT NULL, TYPE VARCHAR(1), STREET1 VARCHAR(255), STREET2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 18:57:04.61--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--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)) [EL Fine]: sql: 2024-05-15 18:57:04.614--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--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) [EL Fine]: sql: 2024-05-15 18:57:04.625--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--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) [EL Finer]: cache: 2024-05-15 18:57:04.637--ServerSession(1485489685)--Thread(Thread[main,5,main])--initialize all identitymaps [EL Fine]: connection: 2024-05-15 18:57:04.638--ServerSession(1485489685)--Connection(530586763)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 18:57:04.652--ServerSession(1485489685)--Connection(2028803915)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: sql: 2024-05-15 18:57:04.652--ClientSession(1739983001)--Connection(2028803915)--Thread(Thread[main,5,main])--INSERT INTO CMP3_AD_CU_ADDRESS (STREET1, TYPE) VALUES (?, ?) bind => [STREET1, 1] [EL Fine]: sql: 2024-05-15 18:57:04.654--ClientSession(1739983001)--Connection(2028803915)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2024-05-15 18:57:04.655--ClientSession(1739983001)--Connection(2028803915)--Thread(Thread[main,5,main])--INSERT INTO CMP3_AD_CU_ADDRESS (STREET2, TYPE) VALUES (?, ?) bind => [STREET2, 2] [EL Fine]: sql: 2024-05-15 18:57:04.655--ClientSession(1739983001)--Connection(2028803915)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2024-05-15 18:57:04.656--ClientSession(1739983001)--Connection(2028803915)--Thread(Thread[main,5,main])--INSERT INTO CMP3_AD_CU_CUSTOMER (NAME, ADDR_BA_ID, ADDR_DA_ID) VALUES (?, ?, ?) bind => [JONES, 1, 2] [EL Fine]: sql: 2024-05-15 18:57:04.656--ClientSession(1739983001)--Connection(2028803915)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2024-05-15 18:57:04.657--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) bind => [JONES] [EL Fine]: sql: 2024-05-15 18:57:04.658--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 18:57:04.659--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2024-05-15 18:57:04.66--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET2, t0.STREET1, t2.ID, t2.TYPE, t2.STREET2, t2.STREET1 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 = ?) bind => [JONES] [EL Fine]: sql: 2024-05-15 18:57:04.68--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT DISTINCT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) bind => [JONES] [EL Fine]: sql: 2024-05-15 18:57:04.681--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 18:57:04.681--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2024-05-15 18:57:04.683--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT DISTINCT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET2, t0.STREET1, t2.ID, t2.TYPE, t2.STREET2, t2.STREET1 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 = ?) bind => [JONES] [EL Fine]: sql: 2024-05-15 18:57:04.684--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2024-05-15 18:57:04.684--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 18:57:04.685--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2024-05-15 18:57:04.686--ClientSession(1323887078)--Connection(2028803915)--Thread(Thread[main,5,main])--DELETE FROM CMP3_AD_CU_CUSTOMER WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 18:57:04.686--ClientSession(1323887078)--Connection(2028803915)--Thread(Thread[main,5,main])--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2024-05-15 18:57:04.687--ClientSession(1323887078)--Connection(2028803915)--Thread(Thread[main,5,main])--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] Closing factory: customer-pu [EL Fine]: connection: 2024-05-15 18:57:04.688--ServerSession(1485489685)--Connection(804240434)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2024-05-15 18:57:04.688--ServerSession(1485489685)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2024-05-15 18:57:04.688--ServerSession(1485489685)--Thread(Thread[main,5,main])--/customer-pu_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root logout successful [EL Fine]: connection: 2024-05-15 18:57:04.688--ServerSession(1485489685)--Connection(2069863653)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 18:57:04.688--ServerSession(1485489685)--Connection(2028803915)--Thread(Thread[main,5,main])--disconnect [EL Info]: 2024-05-15 18:57:04.709--ServerSession(1839907440)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: partitioned [EL Info]: 2024-05-15 18:57:05.346--ServerSession(1469954081)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 WARNING: This test can only be run on Oracle. WARNING: This test can only be run on Oracle. Closing factory: partitioned-xml May 15, 2024 6:57:05 PM org.eclipse.persistence.session.JPASessionXML INFO: EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 May 15, 2024 6:57:06 PM org.eclipse.persistence.session.JPASessionXML WARNING: Local Exception Stack: Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [name1] in expression. Query: ReadObjectQuery(referenceClass=Customer ) at org.eclipse.persistence.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:700) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1033) at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3302) at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:377) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:780) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:693) at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:857) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1546) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:614) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1814) at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:784) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:675) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:970) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:624) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:882) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3312) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776) at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3757) at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase.testExceptionHandlerProperty(JPAAdvPropertiesJUnitTestCase.java:151) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:722) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:250) at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:216) at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:330) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) Closing factory: JPAADVProperties [EL Info]: 2024-05-15 18:57:06.114--ServerSession(670931143)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Profile( total time=132514, local time=132514, Timer:Logging=132514, ) Profile( total time=10528122, local time=10528122, Timer:ConnectionManagement=10528122, ) [EL Warning]: metamodel: 2024-05-15 18:57:06.126--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: JPAADVProperties2 Profile( total time=183578, local time=183578, Timer:ConnectionManagement=183578, ) [EL Info]: 2024-05-15 18:57:06.128--ServerSession(135818146)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:06.152--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: JPAADVProperties3 [EL Info]: 2024-05-15 18:57:06.189--SessionBroker(1828290290)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:06.225--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: composite-advanced [EL Info]: 2024-05-15 18:57:06.499--ServerSession(126747258)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:06.51--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: eclipselink-pu with spaces in the path and name [EL Info]: 2024-05-15 18:57:06.512--ServerSession(866155538)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:06.523--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: A JPAADVProperties pu with spaces in the name [EL Info]: 2024-05-15 18:57:06.525--ServerSession(350320793)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:06.535--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [EL Info]: 2024-05-15 18:57:06.552--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:06.588--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: properties: 2024-05-15 18:57:06.937--ServerSession(1320217725)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-05-15 18:57:06.938--ServerSession(1013216912)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-05-15 18:57:06.938--ServerSession(718271649)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-05-15 18:57:06.938--ServerSession(1320217725)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-05-15 18:57:06.938--ServerSession(1013216912)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-05-15 18:57:06.938--ServerSession(718271649)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Info]: 2024-05-15 18:57:06.961--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: 2024-05-15 18:57:07.003--UnitOfWork(4865467)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Info]: transaction: 2024-05-15 18:57:07.013--ClientSession(658159312)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: 2024-05-15 18:57:07.026--ClientSession(658159312)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: 2024-05-15 18:57:07.042--UnitOfWork(124369793)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Warning]: 2024-05-15 18:57:07.066--ClientSession(948547330)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: 2024-05-15 18:57:07.082--UnitOfWork(997834916)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Info]: transaction: 2024-05-15 18:57:07.096--ClientSession(507509117)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: 2024-05-15 18:57:07.109--ClientSession(507509117)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: 2024-05-15 18:57:07.111--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:57:07.145--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: query: 2024-05-15 18:57:07.198--UnitOfWork(1778475719)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Severe]: 2024-05-15 18:57:07.198--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2024-05-15 18:57:07.198--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: 2024-05-15 18:57:07.199--ClientSession(1408448724)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2024-05-15 18:57:07.2--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2024-05-15 18:57:07.2--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: 2024-05-15 18:57:07.209--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:57:07.33--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:57:07.362--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-05-15 18:57:07.362--UnitOfWork(1274667771)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.composite.advanced.member_1.Address@f2fc82f) [EL Info]: query: 2024-05-15 18:57:07.363--UnitOfWork(1465549139)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2024-05-15 18:57:07.383--ClientSession(603436018)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2024-05-15 18:57:07.384--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.384--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.384--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-05-15 18:57:07.384--ClientSession(603436018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2024-05-15 18:57:07.385--UnitOfWork(462651212)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2024-05-15 18:57:07.407--ClientSession(1855391689)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2024-05-15 18:57:07.407--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.408--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.408--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-05-15 18:57:07.408--ClientSession(1855391689)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2024-05-15 18:57:07.408--UnitOfWork(542888545)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2024-05-15 18:57:07.428--ClientSession(654653597)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2024-05-15 18:57:07.429--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.429--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.429--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-05-15 18:57:07.429--ClientSession(654653597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2024-05-15 18:57:07.43--UnitOfWork(147182340)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2024-05-15 18:57:07.45--ClientSession(1636857554)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2024-05-15 18:57:07.45--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.45--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.45--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-05-15 18:57:07.45--ClientSession(1636857554)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: 2024-05-15 18:57:07.471--ClientSession(1027941531)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2024-05-15 18:57:07.472--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.472--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-05-15 18:57:07.472--ServerSession(718271649)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-05-15 18:57:07.472--ClientSession(1027941531)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2024-05-15 18:57:07.473--UnitOfWork(433442774)--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 - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: 2024-05-15 18:57:07.494--SessionBroker(2004955350)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:57:07.817--SessionBroker(635196989)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:07.848--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-05-15 18:57:07.866--SessionBroker(42653917)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:07.898--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-05-15 18:57:08.015--UnitOfWork(2100955344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [166, firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, null, null, null, 0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] Query: InsertObjectQuery(Employee: 166) WARNING: This database does not support NOWAIT. WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [EL Info]: 2024-05-15 18:57:08.166--SessionBroker(42414446)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:08.197--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-05-15 18:57:08.216--SessionBroker(2075698673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:08.246--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: composite-advanced [EL Info]: 2024-05-15 18:57:08.274--SessionBroker(795673033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:57:08.303--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-05-15 18:57:08.406--UnitOfWork(114474947)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 203] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 203 [EL Warning]: 2024-05-15 18:57:08.412--UnitOfWork(2104656938)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 204] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 204 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Info]: 2024-05-15 18:57:08.594--SessionBroker(795673033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection [EL Info]: 2024-05-15 18:57:08.952--SessionBroker(795673033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:57:08.985--SessionBroker(795673033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:57:09.13--SessionBroker(795673033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:09.188--UnitOfWork(1932316914)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:57:09.192--UnitOfWork(1756303352)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: 2024-05-15 18:57:09.263--UnitOfWork(1344133170)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 265] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 265 [EL Warning]: 2024-05-15 18:57:09.461--UnitOfWork(1186873251)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 284] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 284 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: 2024-05-15 18:57:09.587--UnitOfWork(609524567)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 314] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 314 [EL Warning]: 2024-05-15 18:57:09.61--UnitOfWork(2102659935)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 317] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 317 Closing factory: composite-advanced [EL Info]: 2024-05-15 18:57:09.631--ServerSession(144104056)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:57:09.804--ServerSession(1492605119)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:09.836--ServerSession(1492605119)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.031--ServerSession(368060452)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.08--ServerSession(368060452)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.137--ServerSession(1608543952)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.168--ServerSession(1608543952)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.193--ServerSession(276109505)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.219--ServerSession(276109505)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.362--ServerSession(978279819)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.391--ServerSession(978279819)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.413--ServerSession(969713272)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.44--ServerSession(969713272)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.463--ServerSession(1094639593)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.496--ServerSession(1094639593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-05-15 18:57:10.497--ServerSession(1094639593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' Error Code: 1826 Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [EL Info]: 2024-05-15 18:57:10.525--ServerSession(940951932)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.551--ServerSession(940951932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.578--ServerSession(356139859)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.662--ServerSession(356139859)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Info]: 2024-05-15 18:57:10.687--ServerSession(2144629386)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 18:57:10.688--ServerSession(2144629386)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [MyNonJtaDataSource]. 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 [EL Severe]: ejb: 2024-05-15 18:57:10.688--ServerSession(2144629386)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [MyNonJtaDataSource]. 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 [EL Info]: 2024-05-15 18:57:10.691--ServerSession(782573580)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:57:10.725--ServerSession(782573580)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-05-15 18:57:10.726--ServerSession(782573580)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' Error Code: 1826 Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [EL Info]: 2024-05-15 18:57:10.733--DatabaseSessionImpl(301342420)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 859, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.15 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel2 [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:57:12.003--DatabaseSessionImpl(301342420)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 860, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_3) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel3 [EL Info]: 2024-05-15 18:57:16.109--DatabaseSessionImpl(1710422448)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(705265015)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(705265015)--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. [EL Info]: ServerSession(936000680)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(936000680)--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. [EL Info]: ServerSession(586722754)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(586722754)--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. [EL Warning]: UnitOfWork(1550899184)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: UnitOfWork(1509185872)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [EL Warning]: UnitOfWork(787205767)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 185] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 185 [EL Warning]: UnitOfWork(100805003)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 258] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 258 [EL Warning]: UnitOfWork(1563929103)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 267] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 267 [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [8], but retrieved [6] Query: ReportQuery(referenceClass=Project sql="SELECT PROJ_ID, PROJ_TYPE, DESCRIP, PROJ_NAME, VERSION, LEADER_ID FROM CMP3_FA_PROJECT") [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) Query: ReportQuery(referenceClass=Employee ) [EL Warning]: UnitOfWork(1191220798)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 392] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 392 [EL Warning]: UnitOfWork(2062516224)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: An attempt was made to update the object [Employee: 393], but it has no version number in the identity map. It may not have been read before the update was attempted. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 393 [EL Warning]: UnitOfWork(1692369954)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@453e1bba] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> 5 WARNING: This database does not support NOWAIT. 1310 [EL Warning]: query: UnitOfWork(622339163)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") 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. [EL Warning]: query: UnitOfWork(1029143261)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") 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. [EL Warning]: query: ServerSession(586722754)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") 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. [EL Warning]: query: UnitOfWork(1109485117)--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))") 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. [EL Warning]: query: UnitOfWork(749772544)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") 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. [EL Warning]: query: UnitOfWork(749772544)--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))") 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. [EL Warning]: query: UnitOfWork(1788774641)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") 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. [EL Warning]: query: UnitOfWork(1657458920)--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))") 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. [EL Warning]: query: UnitOfWork(1186166459)--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))") 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. [EL Warning]: query: UnitOfWork(102126748)--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))") 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. [EL Warning]: query: UnitOfWork(2102540468)--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))") 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. [EL Warning]: query: UnitOfWork(1622160793)--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))") 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. [EL Warning]: query: UnitOfWork(417236208)--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))") 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. >>> Employee retrieved >>> Employee copied >>> Sparse merge complete >>> Flush complete >>> Employees retrieved >>> Employees copied >>> Sparse merge complete >>> Flush complete [EL Warning]: query: UnitOfWork(106508038)--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))") 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. [EL Warning]: query: UnitOfWork(106508038)--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))") 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. [EL Warning]: query: UnitOfWork(106508038)--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))") 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. [EL Warning]: query: UnitOfWork(656313320)--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)") 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. [EL Warning]: metadata: ServerSession(398128706)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(398128706)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(398128706)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(398128706)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(398128706)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(398128706)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(398128706)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--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. [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(398128706)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_SCIENTIST' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_DEPT Query: DataModifyQuery(sql="ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_DEPT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_SCIENTIST' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_CUBICLE Query: DataModifyQuery(sql="ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_CUBICLE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA_LIEUTENANT_GENERAL' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA_LIEUTENANT_GENERAL DROP FOREIGN KEY FK_JPA_LIEUTENANT_GENERAL_GENERAL_GENERAL_ID Query: DataModifyQuery(sql="ALTER TABLE JPA_LIEUTENANT_GENERAL DROP FOREIGN KEY FK_JPA_LIEUTENANT_GENERAL_GENERAL_GENERAL_ID") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA_CELLNUMBER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA_CELLNUMBER DROP FOREIGN KEY FK_JPA_CELLNUMBER_BOOKIE_ID Query: DataModifyQuery(sql="ALTER TABLE JPA_CELLNUMBER DROP FOREIGN KEY FK_JPA_CELLNUMBER_BOOKIE_ID") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(398128706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Employee does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Employee Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [EL Warning]: query: UnitOfWork(1862356474)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") 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. [EL Warning]: query: UnitOfWork(338102641)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") 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. [EL Warning]: query: UnitOfWork(295256244)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") 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. [EL Warning]: query: UnitOfWork(295256244)--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))") 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. [EL Warning]: query: UnitOfWork(1915069191)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") 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. [EL Warning]: query: UnitOfWork(1915069191)--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))") 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. [EL Warning]: query: UnitOfWork(254677784)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") 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. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(688069176)--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))") 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. [EL Warning]: query: UnitOfWork(1050955287)--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))") 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. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(723785127)--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))") 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. [EL Warning]: query: UnitOfWork(1939146248)--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))") 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. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(1784265712)--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))") 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. [EL Warning]: query: UnitOfWork(133573226)--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))") 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. >>> Employee retrieved >>> Employee copied >>> Sparse merge complete >>> Flush complete >>> Employees retrieved >>> Employees copied >>> Sparse merge complete >>> Flush complete [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(55057997)--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))") 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. [EL Warning]: query: UnitOfWork(55057997)--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))") 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. [EL Warning]: query: UnitOfWork(55057997)--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))") 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. [EL Warning]: query: UnitOfWork(1823666379)--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)") 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. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(398128706)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: 2024-05-15 18:57:57.566--DatabaseSessionImpl(2101347063)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 504, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.728 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel3 [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:57:58.19--DatabaseSessionImpl(2101347063)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 505, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_4) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel4 [EL Info]: 2024-05-15 18:58:02.217--DatabaseSessionImpl(1150436743)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(441867003)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(441867003)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(441867003)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(441867003)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(441867003)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(441867003)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(441867003)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--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. [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLAddress does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLAddress Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLAddress") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLInOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLInOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLInOut") [EL Warning]: metadata: 2024-05-15 18:58:09.195--ServerSession(932493233)--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. [EL Warning]: metadata: 2024-05-15 18:58:09.196--ServerSession(932493233)--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. [EL Warning]: metadata: 2024-05-15 18:58:09.202--ServerSession(932493233)--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. [EL Info]: 2024-05-15 18:58:09.307--ServerSession(932493233)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:09.332--ServerSession(932493233)--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. [EL Warning]: metadata: 2024-05-15 18:58:09.333--ServerSession(932493233)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:09.335--ServerSession(932493233)--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. [EL Warning]: metadata: 2024-05-15 18:58:09.336--ServerSession(932493233)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:09.337--ServerSession(932493233)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:09.339--ServerSession(932493233)--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. [EL Warning]: metadata: 2024-05-15 18:58:09.341--ServerSession(932493233)--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. [EL Warning]: 2024-05-15 18:58:09.758--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:10.092--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:10.435--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:10.717--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") Closing factory: ddlGeneration [EL Info]: 2024-05-15 18:58:10.853--ServerSession(1589864603)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: METADATA_COMPLETE [EL Info]: 2024-05-15 18:58:10.898--ServerSession(1973861638)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: XML_MAPPING_METADATA_COMPLETE [EL Info]: 2024-05-15 18:58:12.819--SessionBroker(757046979)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:58:12.864--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-05-15 18:58:13.164--ServerSession(1641667861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_Address") [EL Warning]: 2024-05-15 18:58:13.166--ServerSession(1641667861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_InOut") Closing factory: xml-composite-advanced [EL Info]: 2024-05-15 18:58:13.388--ServerSession(134967549)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:13.468--ServerSession(1297259967)--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. [EL Warning]: metadata: 2024-05-15 18:58:13.469--ServerSession(1297259967)--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. [EL Warning]: metadata: 2024-05-15 18:58:13.473--ServerSession(1297259967)--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. [EL Info]: 2024-05-15 18:58:13.502--ServerSession(1297259967)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:13.519--ServerSession(1297259967)--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. [EL Warning]: metadata: 2024-05-15 18:58:13.52--ServerSession(1297259967)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:13.521--ServerSession(1297259967)--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. [EL Warning]: metadata: 2024-05-15 18:58:13.522--ServerSession(1297259967)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:13.523--ServerSession(1297259967)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:13.525--ServerSession(1297259967)--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. [EL Warning]: metadata: 2024-05-15 18:58:13.526--ServerSession(1297259967)--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. [EL Warning]: 2024-05-15 18:58:14.096--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:14.423--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:14.758--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:15.036--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:15.038--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:15.041--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:15.042--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:15.56--UnitOfWork(314280259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_COURSE' doesn't exist Error Code: 1146 Call: SELECT ID FROM DDL_COURSE Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [EL Warning]: 2024-05-15 18:58:15.578--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:15.579--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:15.58--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:15.581--ServerSession(1297259967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: metadata: 2024-05-15 18:58:15.625--ServerSession(569113022)--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. [EL Warning]: metadata: 2024-05-15 18:58:15.626--ServerSession(569113022)--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. [EL Warning]: metadata: 2024-05-15 18:58:15.63--ServerSession(569113022)--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. [EL Info]: 2024-05-15 18:58:15.648--ServerSession(569113022)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:15.664--ServerSession(569113022)--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. [EL Warning]: metadata: 2024-05-15 18:58:15.666--ServerSession(569113022)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:15.667--ServerSession(569113022)--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. [EL Warning]: metadata: 2024-05-15 18:58:15.667--ServerSession(569113022)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:15.668--ServerSession(569113022)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:15.67--ServerSession(569113022)--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. [EL Warning]: metadata: 2024-05-15 18:58:15.671--ServerSession(569113022)--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. [EL Warning]: 2024-05-15 18:58:15.694--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENTA' already exists Error Code: 1050 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)) 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))") [EL Warning]: 2024-05-15 18:58:15.731--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:15.824--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_EMP' already exists Error Code: 1050 Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:15.84--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Foos' already exists Error Code: 1050 Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [EL Warning]: 2024-05-15 18:58:15.854--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Countries' already exists Error Code: 1050 Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [EL Warning]: 2024-05-15 18:58:15.869--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_COURSE' already exists Error Code: 1050 Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:16.039--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:16.049--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:16.335--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:16.579--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:16.58--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:16.581--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:16.582--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:16.583--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:16.584--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:16.585--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:16.586--ServerSession(569113022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") Closing factory: ddlGeneration [EL Info]: 2024-05-15 18:58:16.647--ServerSession(308784574)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:16.663--ServerSession(308784574)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:16.665--ServerSession(308784574)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:16.666--ServerSession(308784574)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping Closing factory: ddlTableSuffix [EL Info]: 2024-05-15 18:58:16.701--ServerSession(299194277)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ddlTablePerClass [EL Warning]: metadata: 2024-05-15 18:58:17.009--ServerSession(825134767)--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. [EL Warning]: metadata: 2024-05-15 18:58:17.01--ServerSession(825134767)--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. [EL Warning]: metadata: 2024-05-15 18:58:17.013--ServerSession(825134767)--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. [EL Info]: 2024-05-15 18:58:17.042--ServerSession(825134767)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:17.061--ServerSession(825134767)--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. [EL Warning]: metadata: 2024-05-15 18:58:17.062--ServerSession(825134767)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:17.063--ServerSession(825134767)--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. [EL Warning]: metadata: 2024-05-15 18:58:17.064--ServerSession(825134767)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:17.065--ServerSession(825134767)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:17.067--ServerSession(825134767)--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. [EL Warning]: metadata: 2024-05-15 18:58:17.068--ServerSession(825134767)--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. [EL Warning]: 2024-05-15 18:58:17.616--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:17.931--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:18.273--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:18.545--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:18.547--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:18.55--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:18.551--ServerSession(825134767)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:18.597--UnitOfWork(793164837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null Error Code: 1048 Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) bind => [3 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@6ade4ac6) [EL Warning]: 2024-05-15 18:58:18.599--UnitOfWork(1913836511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null Error Code: 1048 Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [9 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@6dcb4f30) Closing factory: ddlGeneration [EL Info]: 2024-05-15 18:58:18.674--ServerSession(1972267725)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ddlTablePerClass [EL Warning]: metadata: 2024-05-15 18:58:18.945--ServerSession(765712339)--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. [EL Warning]: metadata: 2024-05-15 18:58:18.946--ServerSession(765712339)--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. [EL Warning]: metadata: 2024-05-15 18:58:18.952--ServerSession(765712339)--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. [EL Info]: 2024-05-15 18:58:18.985--ServerSession(765712339)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:19.002--ServerSession(765712339)--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. [EL Warning]: metadata: 2024-05-15 18:58:19.003--ServerSession(765712339)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:19.004--ServerSession(765712339)--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. [EL Warning]: metadata: 2024-05-15 18:58:19.005--ServerSession(765712339)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:19.006--ServerSession(765712339)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:19.008--ServerSession(765712339)--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. [EL Warning]: metadata: 2024-05-15 18:58:19.009--ServerSession(765712339)--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. [EL Warning]: 2024-05-15 18:58:19.569--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:19.881--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:20.22--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:20.489--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:20.492--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:20.495--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:20.496--ServerSession(765712339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") Closing factory: ddlGeneration [EL Warning]: metadata: 2024-05-15 18:58:20.554--ServerSession(1218653263)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.554--ServerSession(1218653263)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.554--ServerSession(1218653263)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.555--ServerSession(1218653263)--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. [EL Info]: 2024-05-15 18:58:20.564--ServerSession(1218653263)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ddlTablePerTenantGeneration [EL Warning]: metadata: 2024-05-15 18:58:20.851--ServerSession(1490901066)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.852--ServerSession(1490901066)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.854--ServerSession(1490901066)--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. [EL Info]: 2024-05-15 18:58:20.876--ServerSession(1490901066)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:20.891--ServerSession(1490901066)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.892--ServerSession(1490901066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:20.893--ServerSession(1490901066)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.894--ServerSession(1490901066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:20.894--ServerSession(1490901066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:20.896--ServerSession(1490901066)--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. [EL Warning]: metadata: 2024-05-15 18:58:20.897--ServerSession(1490901066)--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. [EL Warning]: 2024-05-15 18:58:21.449--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:21.768--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:22.076--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:22.437--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:22.439--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:22.441--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:22.442--ServerSession(1490901066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:22.495--UnitOfWork(884262954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@49c3487f) [EL Warning]: 2024-05-15 18:58:22.497--UnitOfWork(1595746058)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.UCforColumn2' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@67e7fe73) [EL Warning]: 2024-05-15 18:58:22.498--UnitOfWork(2020486238)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.UNQ_DDL_UCENTITY1_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@7d14efc) [EL Warning]: 2024-05-15 18:58:22.504--UnitOfWork(1769445348)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@3d7d920b) [EL Warning]: 2024-05-15 18:58:22.505--UnitOfWork(1130915779)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@38cbbd0b) [EL Warning]: 2024-05-15 18:58:22.506--UnitOfWork(1424925036)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@262ea940) Closing factory: ddlGeneration [EL Info]: 2024-05-15 18:58:22.653--ServerSession(661309772)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ddlTablePerClass [EL Warning]: metadata: 2024-05-15 18:58:22.963--ServerSession(758887059)--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. [EL Warning]: metadata: 2024-05-15 18:58:22.964--ServerSession(758887059)--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. [EL Warning]: metadata: 2024-05-15 18:58:22.968--ServerSession(758887059)--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. [EL Info]: 2024-05-15 18:58:22.999--ServerSession(758887059)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:23.017--ServerSession(758887059)--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. [EL Warning]: metadata: 2024-05-15 18:58:23.018--ServerSession(758887059)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:23.019--ServerSession(758887059)--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. [EL Warning]: metadata: 2024-05-15 18:58:23.02--ServerSession(758887059)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:23.021--ServerSession(758887059)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:23.023--ServerSession(758887059)--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. [EL Warning]: metadata: 2024-05-15 18:58:23.024--ServerSession(758887059)--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. [EL Warning]: 2024-05-15 18:58:23.607--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:23.927--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:24.279--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:24.572--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:24.574--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:24.578--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:24.579--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:25.184--UnitOfWork(1063303686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_COURSE' doesn't exist Error Code: 1146 Call: SELECT ID FROM DDL_COURSE Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [EL Warning]: 2024-05-15 18:58:25.229--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:25.23--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:25.231--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:25.232--ServerSession(758887059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: metadata: 2024-05-15 18:58:25.279--ServerSession(1944199093)--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. [EL Warning]: metadata: 2024-05-15 18:58:25.28--ServerSession(1944199093)--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. [EL Warning]: metadata: 2024-05-15 18:58:25.284--ServerSession(1944199093)--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. [EL Info]: 2024-05-15 18:58:25.311--ServerSession(1944199093)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:25.331--ServerSession(1944199093)--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. [EL Warning]: metadata: 2024-05-15 18:58:25.333--ServerSession(1944199093)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:25.334--ServerSession(1944199093)--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. [EL Warning]: metadata: 2024-05-15 18:58:25.335--ServerSession(1944199093)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:25.336--ServerSession(1944199093)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:25.338--ServerSession(1944199093)--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. [EL Warning]: metadata: 2024-05-15 18:58:25.34--ServerSession(1944199093)--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. [EL Warning]: 2024-05-15 18:58:25.407--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENTA' already exists Error Code: 1050 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)) 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))") [EL Warning]: 2024-05-15 18:58:25.44--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-05-15 18:58:25.562--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_EMP' already exists Error Code: 1050 Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:25.58--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Foos' already exists Error Code: 1050 Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [EL Warning]: 2024-05-15 18:58:25.596--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Countries' already exists Error Code: 1050 Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [EL Warning]: 2024-05-15 18:58:25.638--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_COURSE' already exists Error Code: 1050 Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:25.836--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) 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)") [EL Warning]: 2024-05-15 18:58:25.849--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:26.195--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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' Error Code: 1822 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) 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)") [EL Warning]: 2024-05-15 18:58:26.516--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:26.518--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:26.519--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:26.52--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:26.522--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:26.523--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:26.524--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:58:26.525--ServerSession(1944199093)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2024-05-15 18:58:26.573--UnitOfWork(528592928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null Error Code: 1048 Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) bind => [3 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@548d9d87) [EL Warning]: 2024-05-15 18:58:26.576--UnitOfWork(316564138)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null Error Code: 1048 Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [9 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@1e499f1) [EL Warning]: 2024-05-15 18:58:26.583--UnitOfWork(847238601)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@4015c65b) [EL Warning]: 2024-05-15 18:58:26.584--UnitOfWork(1104366097)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.UCforColumn2' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@5cb6fac3) [EL Warning]: 2024-05-15 18:58:26.585--UnitOfWork(1971043586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.UNQ_DDL_UCENTITY1_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@2a58d00a) [EL Warning]: 2024-05-15 18:58:26.588--UnitOfWork(1217132493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@1e8f20bf) [EL Warning]: 2024-05-15 18:58:26.589--UnitOfWork(1711483789)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@2fe6bcbb) [EL Warning]: 2024-05-15 18:58:26.591--UnitOfWork(644163395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@7c1a5092) [EL Warning]: UnitOfWork(864016033)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0]. Closing factory: ddlGeneration [EL Info]: 2024-05-15 18:58:28.602--ServerSession(993244494)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:28.615--ServerSession(993244494)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2024-05-15 18:58:28.637--ServerSession(1137329583)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:28.651--ServerSession(1137329583)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2024-05-15 18:58:28.673--ServerSession(2007207148)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:28.686--ServerSession(2007207148)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: metamodel: 2024-05-15 18:58:28.696--ServerSession(2007207148)--Printed list of Metamodel [56] Types to follow: [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1377076841: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@535834091: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@358781145: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@786743336: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1488272467: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1186254299: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1204910476: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1337722078: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1050345182: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1587558083: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@317794690: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1036277238: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.699--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1413558430: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@193467131: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@271488817: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EmbeddableTypeImpl@257563431:CompositePK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK --> []), mappings: 2]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EmbeddableTypeImpl@1380065170:ObservationDetail [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail --> []), mappings: 1]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@420925675: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@2112179175: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@582612063: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@1623572757: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EmbeddableTypeImpl@1333511278:FooBarId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId --> []), mappings: 2]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@404100117: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EmbeddableTypeImpl@1977614404:Observation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Observation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Observation --> []), mappings: 5]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EmbeddableTypeImpl@1004780164:CPUEmbeddedId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId --> []), mappings: 1]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EntityTypeImpl@715804962: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [EmbeddableTypeImpl@45375198:EmbeddedPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK --> []), mappings: 1]]} [EL Info]: metamodel: 2024-05-15 18:58:28.7--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@184978911: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@1146996956: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@1269905009: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@42820092: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@1029336071: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@401299544: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@1437333098: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [MappedSuperclassTypeImpl@1019277218: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]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1270546596:Integer [ javaType: class java.lang.Integer]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1413293102:int [ javaType: int]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1603697363:String [ javaType: class java.lang.String]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1544767686:EnclosureIdClassPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EnclosureIdClassPK]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1329520064:BigDecimal [ javaType: class java.math.BigDecimal]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1923058781:BigInteger [ javaType: class java.math.BigInteger]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@506667071:boolean [ javaType: boolean]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1486888519:Boolean [ javaType: class java.lang.Boolean]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1632180302:byte [ javaType: byte]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1866108254:Byte [ javaType: class java.lang.Byte]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1745844830:char [ javaType: char]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@805638974:Character [ javaType: class java.lang.Character]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@430433816:double [ javaType: double]]} [EL Info]: metamodel: 2024-05-15 18:58:28.701--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@583849999:Double [ javaType: class java.lang.Double]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@830643074:float [ javaType: float]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@696705647:Float [ javaType: class java.lang.Float]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@263669345:long [ javaType: long]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1266674488:Long [ javaType: class java.lang.Long]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1845765982:short [ javaType: short]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1880044907:Short [ javaType: class java.lang.Short]]} [EL Info]: metamodel: 2024-05-15 18:58:28.702--ServerSession(2007207148)--Metamodel Type: [BasicTypeImpl@1161752901:Position [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Position]]} [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Employee does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Employee Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_ACCLAIMS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_ACCLAIMS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AUDIO' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AUDIO Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AWARDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AWARDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_DESIGNATIONS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_DESIGNATIONS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_RECORDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_RECORDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") results are :[28] Closing factory: metamodel1 [EL Info]: 2024-05-15 18:58:41.28--ServerSession(633261819)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:41.712--ServerSession(70518662)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ALL [EL Info]: 2024-05-15 18:58:41.758--ServerSession(264425599)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:41.803--ServerSession(811382667)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ALL-Property [EL Info]: 2024-05-15 18:58:41.842--ServerSession(1388137600)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:41.885--ServerSession(832262067)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: NONE [EL Info]: 2024-05-15 18:58:41.933--ServerSession(1427085336)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:41.974--ServerSession(1203392623)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: NONE-Property [EL Info]: 2024-05-15 18:58:42.021--ServerSession(263224384)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.063--ServerSession(1587306957)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: CacheUnlisted [EL Info]: 2024-05-15 18:58:42.104--ServerSession(2100974250)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.144--ServerSession(1248264743)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: NONE-Property-Conflict [EL Info]: 2024-05-15 18:58:42.184--ServerSession(417036696)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.223--ServerSession(1648385724)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ENABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.263--ServerSession(517042946)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.303--ServerSession(1094922724)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ENABLE_SELECTIVE-Property [EL Info]: 2024-05-15 18:58:42.344--ServerSession(965129555)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.387--ServerSession(1613959110)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE-Property [EL Info]: 2024-05-15 18:58:42.426--ServerSession(162031731)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.464--ServerSession(2085474310)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: UNSPECIFIED [EL Info]: 2024-05-15 18:58:42.502--ServerSession(1105782740)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.54--ServerSession(1593826381)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: UNSPECIFIED-Property [EL Info]: 2024-05-15 18:58:42.579--ServerSession(1468240798)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.677--ServerSession(500597034)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: NONE [EL Info]: 2024-05-15 18:58:42.744--ServerSession(1568045398)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.787--ServerSession(956074603)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: NONE [EL Info]: 2024-05-15 18:58:42.85--ServerSession(93512758)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:42.888--ServerSession(743042813)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ALL [EL Info]: 2024-05-15 18:58:42.963--ServerSession(1152907979)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:43.002--ServerSession(714560927)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: ALL [EL Info]: 2024-05-15 18:58:43.067--ServerSession(667294020)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: transaction: 2024-05-15 18:58:43.167--UnitOfWork(461018037)--property jakarta.persistence.cacheStoreMode is deprecated, property jakarta.persistence.cache.storeMode should be used instead. [EL Info]: transaction: 2024-05-15 18:58:43.169--UnitOfWork(827927405)--property jakarta.persistence.cacheRetrieveMode is deprecated, property jakarta.persistence.cache.retrieveMode should be used instead. [EL Info]: transaction: 2024-05-15 18:58:43.169--UnitOfWork(827927405)--property jakarta.persistence.cacheStoreMode is deprecated, property jakarta.persistence.cache.storeMode should be used instead. Closing factory: DISABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:43.229--ServerSession(1562260453)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: 2024-05-15 18:58:43.393--ServerSession(1562260453)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:58:43.397--ServerSession(1562260453)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. Closing factory: ENABLE_SELECTIVE [EL Info]: 2024-05-15 18:58:43.528--ServerSession(251870918)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 Closing factory: delimited [EL Info]: 2024-05-15 18:58:43.821--ServerSession(1463177359)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: cascade-deletes [EL Info]: 2024-05-15 18:58:48.242--ServerSession(2144505614)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:58:48.27--DatabaseSessionImpl(224809804)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 745, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.348 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel4 [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:58:50.323--DatabaseSessionImpl(224809804)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 746, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.EntityMappingsJUnitTestSuite [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Warning]: metadata: ServerSession(362432678)--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. [EL Info]: ServerSession(362432678)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: ServerSession(362432678)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLAddress does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLAddress Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLAddress") [EL Warning]: ServerSession(362432678)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLInOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLInOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLInOut") [EL Info]: ServerSession(1231205406)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(1514723919)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: ServerSession(1352294549)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: ServerSession(1352294549)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[ownershipDetails] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1352294549)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1352294549)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-05-15 18:58:56.444--ServerSession(322612414)--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. [EL Warning]: metadata: 2024-05-15 18:58:56.444--ServerSession(322612414)--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. [EL Warning]: metadata: 2024-05-15 18:58:56.445--ServerSession(322612414)--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. [EL Warning]: metadata: 2024-05-15 18:58:56.445--ServerSession(322612414)--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. [EL Warning]: metadata: 2024-05-15 18:58:56.445--ServerSession(322612414)--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. [EL Warning]: metadata: 2024-05-15 18:58:56.445--ServerSession(322612414)--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. [EL Warning]: metadata: 2024-05-15 18:58:56.445--ServerSession(322612414)--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. [EL Info]: 2024-05-15 18:58:56.479--ServerSession(322612414)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:58:56.868--ServerSession(322612414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_DynamicAddress does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_DynamicAddress Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_DynamicAddress") [EL Warning]: 2024-05-15 18:58:56.87--ServerSession(322612414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_DynamicInOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_DynamicInOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_DynamicInOut") [EL Info]: 2024-05-15 18:58:56.968--ServerSession(1421940560)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:58:56.983--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metadata: 2024-05-15 18:58:57.042--ServerSession(1436136891)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.043--ServerSession(1436136891)--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. [EL Info]: 2024-05-15 18:58:57.052--ServerSession(1436136891)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:57.067--ServerSession(1436136891)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.069--ServerSession(1436136891)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.069--ServerSession(1436136891)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.069--ServerSession(1436136891)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.678--ServerSession(338048780)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.678--ServerSession(338048780)--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. [EL Info]: 2024-05-15 18:58:57.684--ServerSession(338048780)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:57.811--ServerSession(190704044)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.811--ServerSession(190704044)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.811--ServerSession(190704044)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.812--ServerSession(190704044)--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. [EL Info]: 2024-05-15 18:58:57.822--ServerSession(190704044)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:57.884--ServerSession(1421545876)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.885--ServerSession(1421545876)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.885--ServerSession(1421545876)--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. [EL Warning]: metadata: 2024-05-15 18:58:57.885--ServerSession(1421545876)--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. [EL Info]: 2024-05-15 18:58:57.889--ServerSession(1421545876)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:58:59.551--ServerSession(1864630663)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.552--ServerSession(1864630663)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.552--ServerSession(1864630663)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.565--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.567--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.567--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.578--ServerSession(610358919)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.579--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.579--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.58--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.58--ServerSession(851074149)--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. [EL Warning]: metadata: 2024-05-15 18:58:59.58--ServerSession(851074149)--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. [EL Info]: 2024-05-15 18:58:59.608--SessionBroker(1795758738)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 18:58:59.661--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-05-15 18:58:59.991--ServerSession(1864630663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_Address") [EL Warning]: 2024-05-15 18:58:59.993--ServerSession(1864630663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_InOut") WARNING: This database does not support stored procedure creation. WARNING: This database does not support stored procedure creation. [INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.514 s - in org.eclipse.persistence.testing.tests.jpa.xml.EntityMappingsJUnitTestSuite [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:59:00.258--DatabaseSessionImpl(992309406)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:00.768--DatabaseSessionImpl(992309406)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 178, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_jpa22_advanced) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa22.advanced.JPA22TestSuite [EL Info]: 2024-05-15 18:59:03.557--ServerSession(598977164)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 18:59:03.888--ServerSession(598977164)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: ddl: 2024-05-15 18:59:04.362--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:04.366--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2024-05-15 18:59:05.016--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Parameter_Testing does not exist Error Code: 1305 Call: DROP PROCEDURE Parameter_Testing Query: DataModifyQuery(sql="DROP PROCEDURE Parameter_Testing") [EL Warning]: 2024-05-15 18:59:05.019--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address") [EL Warning]: 2024-05-15 18:59:05.021--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_Mapped_Named does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_Mapped_Named Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Named") [EL Warning]: 2024-05-15 18:59:05.023--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_Mapped_Numbered does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_Mapped_Numbered Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Numbered") [EL Warning]: 2024-05-15 18:59:05.025--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Update_Address_Postal_Code does not exist Error Code: 1305 Call: DROP PROCEDURE Update_Address_Postal_Code Query: DataModifyQuery(sql="DROP PROCEDURE Update_Address_Postal_Code") [EL Warning]: 2024-05-15 18:59:05.027--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Result_Set_And_Update_Address does not exist Error Code: 1305 Call: DROP PROCEDURE Result_Set_And_Update_Address Query: DataModifyQuery(sql="DROP PROCEDURE Result_Set_And_Update_Address") [EL Warning]: 2024-05-15 18:59:05.029--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_All_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE Read_All_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Addresses") [EL Warning]: 2024-05-15 18:59:05.03--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_All_Employees does not exist Error Code: 1305 Call: DROP PROCEDURE Read_All_Employees Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Employees") [EL Warning]: 2024-05-15 18:59:05.032--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_City does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_City Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_City") [EL Warning]: 2024-05-15 18:59:05.034--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Delete_All_Responsibilities does not exist Error Code: 1305 Call: DROP PROCEDURE Delete_All_Responsibilities Query: DataModifyQuery(sql="DROP PROCEDURE Delete_All_Responsibilities") [EL Warning]: 2024-05-15 18:59:05.036--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Multiple_Result_Sets does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Multiple_Result_Sets Query: DataModifyQuery(sql="DROP PROCEDURE Read_Multiple_Result_Sets") [EL Warning]: 2024-05-15 18:59:05.039--ServerSession(598977164)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_No_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE Read_No_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE Read_No_Addresses") [EL Warning]: 2024-05-15 18:59:05.202--UnitOfWork(340792090)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement.executeQuery() cannot issue statements that do not produce result sets. Error Code: 0 Call: DoesNotExist Query: ReadAllQuery(referenceClass=Employee sql="DoesNotExist") [EL Warning]: 2024-05-15 18:59:05.203--UnitOfWork(1408290972)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DoesNotExist does not exist Error Code: 1305 Call: { CALL DoesNotExist() } Query: ResultSetMappingQuery() [EL Warning]: 2024-05-15 18:59:05.288--UnitOfWork(1518204977)--jakarta.persistence.PersistenceException: An exception occurred while calling convertToDatabaseColumn on converter class org.eclipse.persistence.testing.models.jpa22.advanced.converters.ResponsibilityConverter with value throwExceptionInToDBColumn [EL Warning]: ddl: 2024-05-15 18:59:05.631--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:05.635--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:06.572--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:06.575--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Info]: 2024-05-15 18:59:07.278--ServerSession(1605715776)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:07.381--ServerSession(114159191)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:59:07.404--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_COSTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA22_XML_FORK_COSTS_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA22_XML_FORK_COSTS_ID") [EL Warning]: 2024-05-15 18:59:07.405--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLRunner_ShoeTag Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLRunner_ShoeTag") [EL Warning]: 2024-05-15 18:59:07.406--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLShoes_Runner Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLShoes_Runner") [EL Warning]: 2024-05-15 18:59:07.407--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SPRINTER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA22_XML_Sprinter Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA22_XML_Sprinter") [EL Warning]: 2024-05-15 18:59:07.408--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ORGANIZER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA22_XMLOrganizer_Race Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA22_XMLOrganizer_Race") [EL Warning]: 2024-05-15 18:59:07.409--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNER_ACS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA22_XMLAccomplishments Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA22_XMLAccomplishments") [EL Warning]: 2024-05-15 18:59:07.41--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements_Key Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements_Key") [EL Warning]: 2024-05-15 18:59:07.411--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements") [EL Warning]: 2024-05-15 18:59:07.412--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNER_PBS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA22_XML_Runner_PBS Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA22_XML_Runner_PBS") [EL Warning]: 2024-05-15 18:59:07.413--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races_Inverse Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races_Inverse") [EL Warning]: 2024-05-15 18:59:07.414--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races") [EL Warning]: 2024-05-15 18:59:07.415--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_ID") [EL Warning]: 2024-05-15 18:59:07.416--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_USER_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_USER_ID") [EL Warning]: 2024-05-15 18:59:07.417--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_USES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_USES DROP FOREIGN KEY FK_JPA22_XML_FORK_USES_XMLFork_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_USES DROP FOREIGN KEY FK_JPA22_XML_FORK_USES_XMLFork_ID") [EL Warning]: 2024-05-15 18:59:07.418--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER") [EL Warning]: 2024-05-15 18:59:07.419--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_USER' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_USER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_USER") [EL Warning]: 2024-05-15 18:59:07.421--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SHOE_TAG' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_SHOE_TAG Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SHOE_TAG") [EL Warning]: 2024-05-15 18:59:07.422--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RACE' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RACE Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RACE") [EL Warning]: 2024-05-15 18:59:07.423--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA22_XML_FORK_STYLE_COLOR ON JPA22_XML_FORK Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_FORK_STYLE_COLOR ON JPA22_XML_FORK") [EL Warning]: 2024-05-15 18:59:07.424--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK") [EL Warning]: 2024-05-15 18:59:07.425--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_COSTS' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA22_XML_FORK_COSTS ON JPA22_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_FORK_COSTS ON JPA22_XML_FORK_COSTS") [EL Warning]: 2024-05-15 18:59:07.426--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_COSTS' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_COSTS") [EL Warning]: 2024-05-15 18:59:07.427--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SHOE' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_SHOE Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SHOE") [EL Warning]: 2024-05-15 18:59:07.429--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ENDORSER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_ENDORSER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ENDORSER") [EL Warning]: 2024-05-15 18:59:07.43--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SPRINTER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_SPRINTER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SPRINTER") [EL Warning]: 2024-05-15 18:59:07.431--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ORGANIZER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_ORGANIZER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ORGANIZER") [EL Warning]: 2024-05-15 18:59:07.433--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER_ACS' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNER_ACS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER_ACS") [EL Warning]: 2024-05-15 18:59:07.434--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_ENDORSEMENTS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ENDORSEMENTS") [EL Warning]: 2024-05-15 18:59:07.435--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER_PBS' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNER_PBS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER_PBS") [EL Warning]: 2024-05-15 18:59:07.437--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNERS_RACES Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNERS_RACES") [EL Warning]: 2024-05-15 18:59:07.437--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: DROP INDEX JPA22_XML_FORK_USERS_INDEX ON JPA22_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP INDEX JPA22_XML_FORK_USERS_INDEX ON JPA22_XML_FORK_FORK_USERS") [EL Warning]: 2024-05-15 18:59:07.439--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_FORK_USERS' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_FORK_USERS") [EL Warning]: 2024-05-15 18:59:07.44--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_USES' doesn't exist Error Code: 1146 Call: DROP INDEX JPA22_XML_FORK_USES_INDEX ON JPA22_XML_FORK_USES Query: DataModifyQuery(sql="DROP INDEX JPA22_XML_FORK_USES_INDEX ON JPA22_XML_FORK_USES") [EL Warning]: 2024-05-15 18:59:07.441--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_USES' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_USES Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_USES") [EL Warning]: 2024-05-15 18:59:07.442--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA22_XML_TABLE_GENERATOR ON JPA22_XML_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_TABLE_GENERATOR ON JPA22_XML_PK_SEQ") [EL Warning]: 2024-05-15 18:59:07.443--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_PK_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM JPA22_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ' Query: DataModifyQuery(sql="DELETE FROM JPA22_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'") [EL Warning]: 2024-05-15 18:59:07.683--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Info]: 2024-05-15 18:59:07.81--ServerSession(2005492533)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:07.866--ServerSession(609232239)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:59:08.235--ServerSession(609232239)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:59:08.237--ServerSession(609232239)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) 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))") [EL Info]: 2024-05-15 18:59:08.325--ServerSession(1822045793)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:08.374--ServerSession(682907878)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:08.462--ServerSession(9126317)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 18:59:08.483--ServerSession(9126317)--java.lang.IllegalArgumentException: When generating DDL to scripts, a create script target must be specified using the [jakarta.persistence.schema-generation.scripts.create-target] property. [EL Info]: 2024-05-15 18:59:08.519--ServerSession(977645524)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:08.626--ServerSession(2040301400)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:08.685--ServerSession(1341548823)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:08.79--ServerSession(18163968)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:08.88--ServerSession(1719990258)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:59:09.008--ServerSession(1719990258)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX TABLE_GENERATOR_INDEX ON JPA22_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX ON JPA22_PK_SEQ") [EL Warning]: 2024-05-15 18:59:09.009--ServerSession(1719990258)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_PK_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM JPA22_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ' Query: DataModifyQuery(sql="DELETE FROM JPA22_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'") [EL Warning]: ddl: 2024-05-15 18:59:09.771--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:09.775--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2024-05-15 18:59:10.158--UnitOfWork(562952150)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.QueryException Exception Description: The column result [O_ITEM_NAME] was not found in the results of the query. 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") [EL Warning]: ddl: 2024-05-15 18:59:10.48--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:10.484--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Info]: 2024-05-15 18:59:11.038--ServerSession(165443629)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:59:11.746--ServerSession(165443629)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address") [EL Warning]: 2024-05-15 18:59:11.747--ServerSession(165443629)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address_Named does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address_Named Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Named") [EL Warning]: 2024-05-15 18:59:11.749--ServerSession(165443629)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address_Numbered does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address_Numbered Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Numbered") [EL Warning]: 2024-05-15 18:59:11.75--ServerSession(165443629)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_All_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_All_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_All_Addresses") [EL Warning]: 2024-05-15 18:59:11.751--ServerSession(165443629)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Multiple_Result_Sets does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Multiple_Result_Sets Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Multiple_Result_Sets") [EL Info]: 2024-05-15 18:59:11.869--ServerSession(2067533515)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:59:12.403--ServerSession(2067533515)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:59:12.403--ServerSession(2067533515)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) 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))") [EL Info]: 2024-05-15 18:59:12.455--ServerSession(679137498)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 18:59:12.819--ServerSession(679137498)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-05-15 18:59:12.82--ServerSession(679137498)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) 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))") [EL Warning]: ddl: 2024-05-15 18:59:13.261--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-05-15 18:59:13.264--ServerSession(598977164)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [INFO] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.424 s - in org.eclipse.persistence.testing.tests.jpa22.advanced.JPA22TestSuite [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:59:13.753--DatabaseSessionImpl(1107717901)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:13.963--DatabaseSessionImpl(1107717901)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_weaver) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2024-05-15T18-51-49_060-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 18:59:16.288--DatabaseSessionImpl(1156841091)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 18:59:16.736--DatabaseSessionImpl(1156841091)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg21) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-dynamic) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-identity) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-no-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT [16/40] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799557699 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 226 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 3.0.5-SNAPSHOT [17/40] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799558312 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 3.0.5-SNAPSHOT [18/40] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799558519 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite May 15, 2024 2:59:19 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases May 15, 2024 2:59:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class java.util.Date, char, short, class java.lang.String, class java.math.BigDecimal, class [Ljava.lang.Byte;, boolean, class java.lang.Integer, class java.lang.Boolean, double, class java.lang.Double, class java.lang.Short, long, int, float, class java.lang.Byte, class java.math.BigInteger, class [B, byte, class java.lang.Character, class java.lang.Float, class java.lang.Long] 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, Content of anonymousTypes: null 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, May 15, 2024 2:59:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress May 15, 2024 2:59:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class java.util.Date, char, short, class java.lang.String, class java.math.BigDecimal, class [Ljava.lang.Byte;, boolean, class java.lang.Integer, class java.lang.Boolean, double, class java.lang.Double, class java.lang.Short, long, int, float, class java.lang.Byte, class java.math.BigInteger, class [B, byte, class java.lang.Character, class java.lang.Float, class java.lang.Long] 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, Content of anonymousTypes: null 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, May 15, 2024 2:59:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress May 15, 2024 2:59:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s - in org.eclipse.persistence.testing.sdo.SDOSRGTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] Configuration changed, re-generating javadoc. [INFO] 33 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 3.0.5-SNAPSHOT [19/40] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799565673 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws-builder) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. [EL Warning]: moxy: 2024-05-15 18:59:28.358--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.165 s - in dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [INFO] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [EL Warning]: moxy: 2024-05-15 18:59: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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in dbws.testing.namingtransformer.NamingTransformerTestSuite [INFO] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [EL Warning]: moxy: 2024-05-15 18:59:29.106--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 s - in dbws.testing.sqlascollection.SQLAsCollectionTestSuite [INFO] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [EL Warning]: moxy: 2024-05-15 18:59:29.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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in dbws.testing.inlinebinary.InlineBinaryTestSuite [INFO] Running dbws.testing.customsql.CustomSQLTestSuite [EL Warning]: moxy: 2024-05-15 18:59:29.939--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in dbws.testing.customsql.CustomSQLTestSuite [INFO] Running dbws.testing.mtom.MTOMTestSuite [EL Warning]: moxy: 2024-05-15 18:59:30.172--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s - in dbws.testing.mtom.MTOMTestSuite [INFO] Running dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Running dbws.testing.simpletable.SimpleTableTestSuite [EL Warning]: moxy: 2024-05-15 18:59:31.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.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in dbws.testing.simpletable.SimpleTableTestSuite [INFO] Running dbws.testing.rootcause.RootCauseTestSuite [EL Warning]: moxy: 2024-05-15 18:59:31.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 May 15, 2024 6:59:31 PM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest SEVERE: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project jakarta.xml.ws.soap.SOAPFaultException: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project at org.eclipse.persistence.internal.dbws.ProviderHelper.invoke(ProviderHelper.java:555) at dbws.testing.rootcause.RootCauseTestSuite.invoke(RootCauseTestSuite.java:131) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:230) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:129) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:55) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:389) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:83) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:67) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in dbws.testing.rootcause.RootCauseTestSuite [INFO] Running dbws.testing.secondarysql.SecondarySQLTestSuite [EL Warning]: moxy: 2024-05-15 18:59:31.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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in dbws.testing.secondarysql.SecondarySQLTestSuite [INFO] Running dbws.testing.batchsql.BatchSQLTestSuite [EL Warning]: moxy: 2024-05-15 18:59:31.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 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in dbws.testing.batchsql.BatchSQLTestSuite [INFO] Running dbws.testing.simplesp.SimpleSPTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in dbws.testing.simplesp.SimpleSPTestSuite [INFO] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [EL Warning]: moxy: 2024-05-15 18:59:31.996--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in dbws.testing.attachedbinary.AttachedBinaryTestSuite [INFO] Running dbws.testing.soap12.SOAP12TestSuite [EL Warning]: moxy: 2024-05-15 18:59:32.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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in dbws.testing.soap12.SOAP12TestSuite [INFO] Running dbws.testing.updatefault.UpdateFaultTestSuite [EL Warning]: moxy: 2024-05-15 18:59:32.781--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in dbws.testing.updatefault.UpdateFaultTestSuite [INFO] Running dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Running dbws.testing.optlock.OptLockTestSuite [EL Warning]: moxy: 2024-05-15 18:59:33.057--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in dbws.testing.optlock.OptLockTestSuite [INFO] Running dbws.testing.crud.CRUDTestSuite [EL Warning]: moxy: 2024-05-15 18:59:33.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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in dbws.testing.crud.CRUDTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 3.0.5-SNAPSHOT [20/40] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799573701 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 3.0.5-SNAPSHOT [21/40] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799573830 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 3.0.5-SNAPSHOT [22/40] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799574021 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configuration changed, re-generating javadoc. [INFO] 62 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return [WARNING] public java.sql.Connection getDatabaseConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return [WARNING] public AQSession getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection [WARNING] public AQConnectionMetaData(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return [WARNING] public String getURL() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url [WARNING] public void setURL(String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return [WARNING] public String getDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource [WARNING] public void setDatasource(String datasource) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return [WARNING] public String getUser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user [WARNING] public void setUser(String user) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return [WARNING] public boolean hasDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password [WARNING] public void setPassword(String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return [WARNING] public String getQueue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue [WARNING] public void setQueue(String queue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema [WARNING] public void setSchema(String schema) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return [WARNING] public String getSchema() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return [WARNING] public AQDequeueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQDequeueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return [WARNING] public AQEnqueueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQEnqueueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection [WARNING] public AQInteraction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection [WARNING] public AQTransaction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection [WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection [WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection [WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record [WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 3.0.5-SNAPSHOT [23/40] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799576424 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 3.0.5-SNAPSHOT [24/40] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ moxy-standalone --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799576471 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/license with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.5-SNAPSHOT [25/40] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ eclipselink --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799576860 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 50 resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module [WARNING] Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink --- [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dbws, has 1, private references [org.eclipse.persistence.internal.xr] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata, has 1, private references [org.eclipse.persistence.internal.jpa.metadata.xml] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list, has 1, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters, has 2, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging, has 1, private references [org.eclipse.persistence.internal.localization] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa, has 3, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm, has 1, private references [org.eclipse.persistence.internal.jaxb] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb, has 4, private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.converters, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.structures, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings, has 12, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.mappings, has 3, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.descriptors, has 3, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.sessions, has 1, private references [org.eclipse.persistence.internal.core.databaseaccess] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.exceptions, has 8, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors, has 10, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.queries, has 7, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 2, private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms, has 3, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination, has 3, private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote, has 4, private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.factories, has 5, private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.broker, has 4, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions, has 6, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.xml, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.events, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn, has 2, private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle, has 5, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.schema, has 2, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy, has 4, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.record, has 8, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped, has 1, private references [org.eclipse.persistence.internal.oxm.unmapped] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.json, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.platform, has 5, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm, has 9, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.expressions, has 3, private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sequencing, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.history, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.logging, has 2, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dynamic, has 2, private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.mappings, has 5, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.interactions, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates, has 1, private references [org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper, has 5, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo, has 4, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.transaction, has 2, private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.websphere, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.glassfish, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.weblogic, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.jboss, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services, has 1, private references [org.eclipse.persistence.internal.sessions] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink --- [INFO] Configuration changed, re-generating javadoc. [INFO] 72 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean) [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: 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. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/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. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage with includes "" and excludes "" [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 3.0.5-SNAPSHOT [26/40] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799628307 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/stage with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] com.sun.activation:jakarta.activation:jar:2.0.1 already exists in destination. [INFO] com.sun.mail:jakarta.mail:jar:2.0.1 already exists in destination. [INFO] com.sun.xml.bind:jaxb-xjc:jar:3.0.1 already exists in destination. [INFO] com.sun.xml.bind:jaxb-core:jar:3.0.1 already exists in destination. [INFO] jakarta.validation:jakarta.validation-api:jar:3.0.0 already exists in destination. [INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 already exists in destination. [INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 already exists in destination. [INFO] org.glassfish:jakarta.json:jar:2.0.0 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-csiv2-idl:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:exception-annotation-processor:jar:4.2.4 already exists in destination. [INFO] org.glassfish.gmbal:gmbal:jar:4.0.0 already exists in destination. [INFO] org.glassfish.external:management-api:jar:3.2.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-basic-tools:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-tf-tools:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-asm:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-basic:jar:4.1.2 already exists in destination. [INFO] org.glassfish.pfl:pfl-dynamic:jar:4.1.2 already exists in destination. [INFO] org.ow2.asm:asm:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-util:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-tree:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-analysis:jar:9.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-tf:jar:4.1.2 already exists in destination. [INFO] junit:junit:jar:4.13.2 already exists in destination. [INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 already exists in destination. [INFO] jakarta.el:jakarta.el-api:jar:4.0.0 already exists in destination. [INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 already exists in destination. [INFO] jakarta.annotation:jakarta.annotation-api:jar:2.0.0 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:7.0.1.Final already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.4.1.Final already exists in destination. [INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination. [INFO] org.glassfish:jakarta.el:jar:4.0.1 already exists in destination. [INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.0 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.2 already exists in destination. [INFO] org.ops4j.base:ops4j-base-io:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-monitors:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-lang:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-store:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-util-property:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-container-forked:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 already exists in destination. [INFO] biz.aQute.bnd:bndlib:jar:2.4.0 already exists in destination. [INFO] org.ops4j.base:ops4j-base-exec:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-net:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-spi:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:2.0.0-alpha1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination. [INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination. [INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details. [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/failsafe-reports/2024-05-15T18-43-46_657-jvmRun1.dumpstream [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.077 s - in org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 s - in org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [INFO] Running org.eclipse.persistence.testing.osgi.OSGiBundleTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.eclipse.persistence.testing.osgi.OSGiBundleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 3.0.5-SNAPSHOT [27/40] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799636614 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.core:test-jar' [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-05-15 19:00:37.478--DatabaseSessionImpl(384587033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:00:37.949--DatabaseSessionImpl(384587033)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [EL Info]: 2024-05-15 19:00:40.018--ServerSession(1557534595)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:00:40.038--ServerSession(1557534595)--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. [EL Warning]: 2024-05-15 19:00:40.04--ServerSession(1557534595)--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. [EL Warning]: 2024-05-15 19:00:40.126--ServerSession(1557534595)--Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 3.528 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.022 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.02 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [EL Warning]: 2024-05-15 19:00:42.93--UnitOfWork(1156385423)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:42.962--UnitOfWork(1864572141)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.379 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [EL Warning]: 2024-05-15 19:00:43.089--UnitOfWork(1058553002)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:43.13--UnitOfWork(1434092798)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:43.144--UnitOfWork(2031882979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:43.159--UnitOfWork(1586636359)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [EL Warning]: 2024-05-15 19:00:43.387--UnitOfWork(905159212)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:43.419--UnitOfWork(1813838419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024-05-15 19:00:43.421--UnitOfWork(856432481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '32' for key 'TMP_DEP.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:43.424--UnitOfWork(1488526679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024-05-15 19:00:43.427--UnitOfWork(1181205697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [EL Warning]: 2024-05-15 19:00:43.441--UnitOfWork(789502290)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024-05-15 19:00:43.457--UnitOfWork(31567969)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '995' for key 'TMP_DEP.PRIMARY' Error Code: 1062 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.313 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.139 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.1 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [WARNING] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.444 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [EL Warning]: 2024-05-15 19:00:44.361--UnitOfWork(593185976)--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [EL Warning]: 2024-05-15 19:00:44.361--UnitOfWork(593185976)--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.09 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [EL Warning]: 2024-05-15 19:00:44.447--UnitOfWork(1994984869)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ValidationException 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. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [EL Info]: 2024-05-15 19:00:44.53--ServerSession(2124562732)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:00:44.532--ServerSession(2124562732)--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. [EL Warning]: 2024-05-15 19:00:44.533--ServerSession(2124562732)--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. [EL Info]: 2024-05-15 19:00:44.64--ServerSession(1503803534)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:00:44.642--ServerSession(1503803534)--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. [EL Warning]: 2024-05-15 19:00:44.643--ServerSession(1503803534)--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. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [EL Info]: 2024-05-15 19:00:44.735--ServerSession(1138362709)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:00:44.736--ServerSession(1138362709)--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. [EL Warning]: 2024-05-15 19:00:44.737--ServerSession(1138362709)--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. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.657 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [EL Info]: 2024-05-15 19:00:46.385--ServerSession(1798299644)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:00:46.386--ServerSession(1798299644)--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. [EL Warning]: 2024-05-15 19:00:46.386--ServerSession(1798299644)--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. [EL Warning]: 2024-05-15 19:00:47.982--UnitOfWork(1084339924)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:47.985--UnitOfWork(1594847431)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:47.99--UnitOfWork(925976643)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-05-15 19:00:47.995--UnitOfWork(1947349264)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.106 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.782 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.705 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.012 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.03 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.446 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.139 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.039 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.186 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.434 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [WARNING] Tests run: 95, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 0.886 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.583 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.373 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.03 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.096 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [WARNING] Tests run: 122, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 1.674 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.14 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [EL Warning]: 2024-05-15 19:00:59.277--UnitOfWork(538713497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't2.ID' in 'having clause' Error Code: 1054 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 = ?)) bind => [2 parameters bound] 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 = ?))") [EL Warning]: 2024-05-15 19:00:59.32--UnitOfWork(925574515)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 Error Code: 1140 Call: SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID 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") [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.241 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.029 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.026 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.055 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [EL Warning]: 2024-05-15 19:01:01.109--UnitOfWork(633794812)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 Error Code: 1064 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 ?) bind => [2 parameters bound] 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 ?)") [EL Warning]: 2024-05-15 19:01:01.152--UnitOfWork(792971066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 Error Code: 1064 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 ?)) bind => [2 parameters bound] 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 ?))") [WARNING] Tests run: 111, Failures: 0, Errors: 0, Skipped: 47, Time elapsed: 0.746 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.062 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.014 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.07 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.091 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.153 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [EL Warning]: 2024-05-15 19:01:01.925--UnitOfWork(194083678)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Warning]: 2024-05-15 19:01:01.941--UnitOfWork(731253803)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Info]: 2024-05-15 19:01:02.082--ServerSession(686456664)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.085--ServerSession(686456664)--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. [EL Warning]: 2024-05-15 19:01:02.086--ServerSession(686456664)--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. [EL Info]: 2024-05-15 19:01:02.168--ServerSession(1528520111)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.17--ServerSession(1528520111)--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. [EL Warning]: 2024-05-15 19:01:02.17--ServerSession(1528520111)--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. [EL Warning]: 2024-05-15 19:01:02.195--UnitOfWork(81611342)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024-05-15 19:01:02.247--ServerSession(1784900706)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.248--ServerSession(1784900706)--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. [EL Warning]: 2024-05-15 19:01:02.249--ServerSession(1784900706)--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. [EL Info]: 2024-05-15 19:01:02.34--ServerSession(886888353)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.341--ServerSession(886888353)--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. [EL Warning]: 2024-05-15 19:01:02.341--ServerSession(886888353)--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. [EL Warning]: 2024-05-15 19:01:02.365--UnitOfWork(2120111758)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024-05-15 19:01:02.415--ServerSession(1928973631)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.416--ServerSession(1928973631)--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. [EL Warning]: 2024-05-15 19:01:02.416--ServerSession(1928973631)--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. [EL Warning]: 2024-05-15 19:01:02.44--UnitOfWork(1265160870)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Info]: 2024-05-15 19:01:02.488--ServerSession(1509220174)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.49--ServerSession(1509220174)--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. [EL Warning]: 2024-05-15 19:01:02.49--ServerSession(1509220174)--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. [EL Warning]: 2024-05-15 19:01:02.512--UnitOfWork(989196506)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException 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. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024-05-15 19:01:02.563--ServerSession(1576486100)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:02.564--ServerSession(1576486100)--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. [EL Warning]: 2024-05-15 19:01:02.564--ServerSession(1576486100)--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. [EL Warning]: 2024-05-15 19:01:04.192--UnitOfWork(1890335367)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Warning]: 2024-05-15 19:01:04.206--UnitOfWork(238148034)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Warning]: 2024-05-15 19:01:04.22--UnitOfWork(1408726428)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.323 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.03 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.007 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.15 s - in org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [EL Warning]: transaction: 2024-05-15 19:01:04.589--ServerSession(801572386)--PersistenceUnitInfo jpa2testmodel has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored [EL Info]: 2024-05-15 19:01:04.589--ServerSession(801572386)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1014, Failures: 0, Errors: 0, Skipped: 165 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >---- [INFO] Building EclipseLink Bundles Other 3.0.5-SNAPSHOT [28/40] [INFO] from bundles/others/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles.other --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles.other --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799665392 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.bundles.other --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 65 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.bundles.other --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.bundles.other --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.0.0:jar [INFO] jakarta.persistence:jakarta.persistence-api:3.0.0:jar already exists in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (sdo-jpars-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Copying org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.jpars-javadoc.jar [INFO] Copying org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.2.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins-nosql.zip [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.asm:*' o 'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*' o 'org.eclipse.persistence:commonj.sdo:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'com.sun:tools' o 'com.sun.xml.fastinfoset:*' o 'com.sun.istack:*' o 'org.glassfish.grizzly:*' o 'org.glassfish.ha:*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.inject:jakarta.inject' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink3.0.5-SNAPSHOT-shared-lib.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-jars.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:3.0.5-SNAPSHOT [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial' [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:3.0.5-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:3.0.5-SNAPSHOT [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.nightly >------- [INFO] Building EclipseLink Bundles Nightly Builds 3.0.5-SNAPSHOT [29/40] [INFO] from bundles/nightly/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.pom (4.3 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.jar (11 kB at 224 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nightly --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nightly --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nightly --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799674321 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nightly --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nightly --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nightly --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nightly --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nightly --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- copy-rename:1.0.1:copy (prepare-nightly-build-dir-test-reports) @ org.eclipse.persistence.nightly --- [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 [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 1.0 MB/s) [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 [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 9.5 MB/s) [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 [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 1.4 MB/s) [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 [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 1.0 MB/s) [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 [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 1.0 MB/s) [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 [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 1.4 MB/s) [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 [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 950 kB/s) [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 [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 270 kB/s) [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 [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 657 kB/s) [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 [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 3.9 MB/s) [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 [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 982 kB/s) [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 [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 901 kB/s) [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 [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 738 kB/s) [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 [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 674 kB/s) [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 [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 4.6 MB/s) [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 [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 872 kB/s) [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 [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 747 kB/s) [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 [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 1.0 MB/s) [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 [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 642 kB/s) [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 [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 15 MB/s) [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 [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 [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 [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 [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 [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 14 MB/s) [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 [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 7.6 MB/s) [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 [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 870 kB/s) [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.jar [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.jar (10 kB at 375 kB/s) [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.jar [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.3 MB/s) [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 [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 1.0 MB/s) [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 [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 460 kB/s) [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 [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 819 kB/s) [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 [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 312 kB/s) [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 [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 1.1 MB/s) [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 [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 1.6 MB/s) [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 348 kB/s) [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.3 MB/s) [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.jar (9.9 kB at 248 kB/s) [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.2 MB/s) [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-core-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-dbws-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-dbws-util-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-jaxb-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-jpa-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-jpa-wdf-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-jpars-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-oxm-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/Eclipse/eclipselink-sdo-lrg-3.0.5.v202405151830-7d06f20fc7.html [INFO] [INFO] --- copy-rename:1.0.1:copy (prepare-nightly-build-dir-binaries) @ org.eclipse.persistence.nightly --- [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink-3.0.5.v202405151830-7d06f20fc7.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink-plugins-3.0.5.v202405151830-7d06f20fc7.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins-nosql.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink-plugins-nosql-3.0.5.v202405151830-7d06f20fc7.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-jars.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink-test-jars-3.0.5.v202405151830-7d06f20fc7.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink-test-src-3.0.5.v202405151830-7d06f20fc7.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage/eclipselink/jlib/eclipselink.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink.jar [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage/eclipselink/jlib/eclipselink-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/nightly/target/nightlybuild/3.0.5/20240515/eclipselink-src-3.0.5.v202405151830-7d06f20fc7.zip [INFO] [INFO] --- groovy:2.1.1:execute (generate-ResultSummary.dat) @ org.eclipse.persistence.nightly --- eclipselink-core-lrg-3.0.5.v202405151830-7d06f20fc7.html:8512:8512:0 eclipselink-dbws-lrg-3.0.5.v202405151830-7d06f20fc7.html:10:10:0 eclipselink-dbws-util-lrg-3.0.5.v202405151830-7d06f20fc7.html:34:34:0 eclipselink-jaxb-lrg-3.0.5.v202405151830-7d06f20fc7.html:90849:90849:0 eclipselink-jpa-lrg-3.0.5.v202405151830-7d06f20fc7.html:3316:3316:0 eclipselink-jpa-wdf-lrg-3.0.5.v202405151830-7d06f20fc7.html:1015:1015:0 eclipselink-jpars-lrg-3.0.5.v202405151830-7d06f20fc7.html:75:75:0 eclipselink-oxm-lrg-3.0.5.v202405151830-7d06f20fc7.html:90849:90849:0 eclipselink-sdo-lrg-3.0.5.v202405151830-7d06f20fc7.html:121:121:0 [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nightly --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nightly --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] -------------------< org.eclipse.persistence:p2site >------------------- [INFO] Building EclipseLink Bundles P2 Site 3.0.5-SNAPSHOT [30/40] [INFO] from bundles/p2site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ p2site --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ p2site --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ p2site --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ p2site --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ p2site --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ p2site --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799685430 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ p2site --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ p2site --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ p2site --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ p2site --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ p2site --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ p2site --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT [31/40] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799689789 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 3.0.5-SNAPSHOT [32/40] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799694465 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test --- [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.jpa.nosql.test >--- [INFO] Building EclipseLink JPA NoSQL Test 3.0.5-SNAPSHOT [33/40] [INFO] from jpa/eclipselink.jpa.nosql.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799699370 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-classes [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: jakarta.ejb.Remote,jakarta.ejb.Stateless,jakarta.persistence.PersistenceUnit,jakarta.ejb.TransactionManagement [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skip by user request. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skip by user request. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 3.0.5-SNAPSHOT [34/40] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799699979 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Start EclipseLink static weaving... [INFO] Finished EclipseLink static weaving. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [EL Info]: 2024-05-15 19:01:43.103--ServerSession(1221027335)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:01:43.622--ServerSession(1221027335)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 'CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID))' at line 1 Error Code: 1064 Call: CREATE TABLE ORACLELOBENTITY (ID INTEGER NOT NULL, BLOBDATA LONGBLOB, CLOBDATA CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE ORACLELOBENTITY (ID INTEGER NOT NULL, BLOBDATA LONGBLOB, CLOBDATA CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID))") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 s - in org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [EL Info]: 2024-05-15 19:01:43.647--ServerSession(846718105)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 19:01:43.692--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-05-15 19:01:43.705--ServerSession(846718105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.simple_order_procedure does not exist Error Code: 1305 Call: DROP PROCEDURE simple_order_procedure Query: DataModifyQuery(sql="DROP PROCEDURE simple_order_procedure") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [EL Info]: 2024-05-15 19:01:43.797--ServerSession(1556061855)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [EL Info]: 2024-05-15 19:01:43.895--ServerSession(1266093632)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.064 s - in org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [EL Fine]: server: 2024-05-15 19:01:43.957--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:43.963--ServerSession(234223040)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:43.968--ServerSession(234223040)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:43.968--ServerSession(234223040)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:43.968--ServerSession(234223040)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:43.969--ServerSession(234223040)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:43.969--ServerSession(234223040)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:43.969--ServerSession(234223040)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:43.969--ServerSession(234223040)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:43.97--ServerSession(234223040)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:43.976--ServerSession(234223040)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:43.977--ServerSession(234223040)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:43.981--ServerSession(234223040)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:44.004--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:44.004--ServerSession(234223040)--Connection(523051393)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:44.024--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:44.03--ServerSession(234223040)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: sql: 2024-05-15 19:01:44.031--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:44.032--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.033--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COLTABLE1' doesn't exist Error Code: 1146 Call: ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id Query: DataModifyQuery(sql="ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id") [EL Fine]: sql: 2024-05-15 19:01:44.034--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.035--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.036--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-05-15 19:01:44.036--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.038--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.038--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-05-15 19:01:44.039--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.04--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.041--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-05-15 19:01:44.041--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.043--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.043--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-05-15 19:01:44.044--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.045--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.046--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-05-15 19:01:44.046--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.047--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.048--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-05-15 19:01:44.048--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.05--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.051--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-05-15 19:01:44.051--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.052--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.053--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-05-15 19:01:44.053--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.055--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.055--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-05-15 19:01:44.055--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.057--ServerSession(234223040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:44.057--ServerSession(234223040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-05-15 19:01:44.058--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:44.063--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:44.068--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:44.081--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:44.082--ServerSession(1627781283)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:44.083--ServerSession(1627781283)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:44.084--ServerSession(1627781283)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:44.084--ServerSession(1627781283)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:44.085--ServerSession(1627781283)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.085--ServerSession(1627781283)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.085--ServerSession(1627781283)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.085--ServerSession(1627781283)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.086--ServerSession(1627781283)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.086--ServerSession(1627781283)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.086--ServerSession(1627781283)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:44.088--ServerSession(1627781283)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:44.107--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:44.107--ServerSession(1627781283)--Connection(1691858720)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:44.124--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:44.126--ServerSession(1627781283)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: sql: 2024-05-15 19:01:44.126--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:44.132--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.135--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.137--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:44.142--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:44.158--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:44.169--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:44.171--ServerSession(653515020)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:44.172--ServerSession(653515020)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:44.172--ServerSession(653515020)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:44.172--ServerSession(653515020)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:44.173--ServerSession(653515020)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.173--ServerSession(653515020)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.173--ServerSession(653515020)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.173--ServerSession(653515020)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.173--ServerSession(653515020)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.174--ServerSession(653515020)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.174--ServerSession(653515020)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:44.177--ServerSession(653515020)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:44.194--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:44.194--ServerSession(653515020)--Connection(348148678)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:44.209--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:44.216--ServerSession(653515020)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: sql: 2024-05-15 19:01:44.216--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:44.222--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.225--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.227--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:44.231--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:44.236--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-05-15 19:01:44.368--ClientSession(1788545647)--Connection(1630841930)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.378--ClientSession(1788545647)--Connection(1630841930)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.381--ClientSession(1788545647)--Connection(1630841930)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.396--ClientSession(1788545647)--Connection(1630841930)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.398--ClientSession(1788545647)--Connection(1630841930)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.4--ClientSession(1788545647)--Connection(1630841930)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.403--ClientSession(1468192631)--Connection(4181455)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.405--ClientSession(1468192631)--Connection(4181455)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.408--ClientSession(1468192631)--Connection(4181455)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.41--ClientSession(1468192631)--Connection(4181455)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.411--ClientSession(1468192631)--Connection(4181455)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.413--ClientSession(1468192631)--Connection(4181455)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.416--ClientSession(1997753864)--Connection(1542856295)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.418--ClientSession(1997753864)--Connection(1542856295)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.42--ClientSession(1997753864)--Connection(1542856295)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.422--ClientSession(1997753864)--Connection(1542856295)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.424--ClientSession(1997753864)--Connection(1542856295)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:44.426--ClientSession(1997753864)--Connection(1542856295)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: connection: 2024-05-15 19:01:44.427--ServerSession(1627781283)--Connection(1542856295)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:44.428--ServerSession(1627781283)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:44.428--ServerSession(1627781283)--Connection(1691858720)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:44.428--ServerSession(653515020)--Connection(1630841930)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:44.428--ServerSession(653515020)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:44.428--ServerSession(653515020)--Connection(348148678)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:44.429--ServerSession(234223040)--Connection(4181455)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:44.429--ServerSession(234223040)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:44.429--ServerSession(234223040)--Connection(523051393)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties [EL Info]: 2024-05-15 19:01:44.445--ServerSession(671981276)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:01:44.523--ServerSession(368603167)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:01:44.568--ServerSession(133987402)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.persistence.jpa.test.query.TestQueryProperties [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [EL Fine]: server: 2024-05-15 19:01:44.619--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:44.621--ServerSession(293326812)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:44.622--ServerSession(293326812)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:44.622--ServerSession(293326812)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:44.622--ServerSession(293326812)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:44.622--ServerSession(293326812)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.623--ServerSession(293326812)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.623--ServerSession(293326812)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.623--ServerSession(293326812)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.623--ServerSession(293326812)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.623--ServerSession(293326812)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.623--ServerSession(293326812)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:44.625--ServerSession(293326812)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:44.64--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:44.641--ServerSession(293326812)--Connection(1589931229)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:44.654--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:44.656--ServerSession(293326812)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: sql: 2024-05-15 19:01:44.656--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:44.661--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.664--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.666--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:44.67--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:44.674--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:44.686--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:44.687--ServerSession(1195670735)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:44.688--ServerSession(1195670735)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:44.688--ServerSession(1195670735)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:44.688--ServerSession(1195670735)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:44.689--ServerSession(1195670735)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.689--ServerSession(1195670735)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.689--ServerSession(1195670735)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.689--ServerSession(1195670735)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.69--ServerSession(1195670735)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.69--ServerSession(1195670735)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.69--ServerSession(1195670735)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:44.692--ServerSession(1195670735)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:44.705--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:44.705--ServerSession(1195670735)--Connection(1742235652)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:44.717--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:44.718--ServerSession(1195670735)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: sql: 2024-05-15 19:01:44.719--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:44.725--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.727--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.729--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:44.734--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:44.738--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:44.751--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:44.752--ServerSession(1969969319)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:44.753--ServerSession(1969969319)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:44.753--ServerSession(1969969319)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:44.753--ServerSession(1969969319)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:44.754--ServerSession(1969969319)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.754--ServerSession(1969969319)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.754--ServerSession(1969969319)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:44.755--ServerSession(1969969319)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.755--ServerSession(1969969319)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:44.755--ServerSession(1969969319)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:44.755--ServerSession(1969969319)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:44.757--ServerSession(1969969319)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:44.77--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:44.77--ServerSession(1969969319)--Connection(1793325972)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:44.782--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:44.783--ServerSession(1969969319)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: sql: 2024-05-15 19:01:44.784--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:44.789--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:44.792--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:44.794--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:44.798--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:44.803--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-05-15 19:01:44.821--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.824--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.826--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.83--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.831--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.832--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.835--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.836--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.838--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.839--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.84--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.841--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.843--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.847--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.848--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.849--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.85--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.851--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.852--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.853--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.855--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.856--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.857--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.858--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.861--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.862--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.864--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.865--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.867--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.869--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.87--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.871--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.872--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.873--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.875--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.876--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.878--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.879--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.881--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.882--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.883--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.884--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.885--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.887--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.888--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.889--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.891--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.892--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.895--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.899--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.902--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.903--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.905--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.907--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.909--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.911--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.912--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.914--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.916--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.917--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.918--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.92--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.921--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.93--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.932--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.938--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.94--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.942--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.943--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.944--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.945--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.946--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.948--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.949--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.95--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.951--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.952--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.953--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.955--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.956--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.957--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.958--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.959--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.96--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.962--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.963--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.964--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.965--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.966--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.967--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.968--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.97--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.971--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.972--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.972--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.974--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.975--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.976--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.977--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:44.979--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.98--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.981--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.982--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:44.983--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.984--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.985--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.986--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:44.988--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.989--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.99--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.991--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.992--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.993--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.994--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.996--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.997--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.998--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:44.999--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.0--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.001--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.002--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.003--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.004--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.005--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.006--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.008--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.009--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.01--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.011--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.013--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.014--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.015--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.016--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.017--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.018--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.019--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.02--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.022--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.023--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.023--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.024--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.026--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.027--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.028--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.029--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.03--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.031--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.032--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.034--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.035--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.036--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.037--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.038--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.039--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.04--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.041--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.042--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.043--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.044--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.045--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:45.046--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:45.047--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:45.048--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:45.05--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.051--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.052--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.053--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-05-15 19:01:45.054--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.055--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.056--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.057--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.058--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.059--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.061--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.062--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.063--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.064--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.065--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.066--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.067--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.068--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.069--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.07--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.071--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.073--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.074--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.075--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.076--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.077--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.078--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.079--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.08--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.081--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.082--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.084--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.084--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.085--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.086--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.087--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.088--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.089--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.09--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.092--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.093--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.094--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.094--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-05-15 19:01:45.095--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: connection: 2024-05-15 19:01:45.096--ServerSession(1195670735)--Connection(1260012504)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.096--ServerSession(1195670735)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:45.096--ServerSession(1195670735)--Connection(1742235652)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.097--ServerSession(1969969319)--Connection(1418550995)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.097--ServerSession(1969969319)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:45.097--ServerSession(1969969319)--Connection(1793325972)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.097--ServerSession(293326812)--Connection(1028259121)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.097--ServerSession(293326812)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:45.097--ServerSession(293326812)--Connection(1589931229)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [EL Fine]: server: 2024-05-15 19:01:45.101--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.102--ServerSession(885459806)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.103--ServerSession(885459806)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:45.104--ServerSession(885459806)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:45.104--ServerSession(885459806)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:45.104--ServerSession(885459806)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.104--ServerSession(885459806)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.104--ServerSession(885459806)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.104--ServerSession(885459806)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.105--ServerSession(885459806)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.105--ServerSession(885459806)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.105--ServerSession(885459806)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:45.107--ServerSession(885459806)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.119--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.12--ServerSession(885459806)--Connection(1322057909)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.132--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.133--ServerSession(885459806)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: sql: 2024-05-15 19:01:45.134--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:45.139--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:45.142--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:45.145--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:45.152--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:45.156--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:45.168--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.169--ServerSession(223566397)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.17--ServerSession(223566397)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:45.17--ServerSession(223566397)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:45.17--ServerSession(223566397)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:45.17--ServerSession(223566397)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.171--ServerSession(223566397)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.171--ServerSession(223566397)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.171--ServerSession(223566397)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.171--ServerSession(223566397)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.171--ServerSession(223566397)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.171--ServerSession(223566397)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:45.173--ServerSession(223566397)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.186--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.186--ServerSession(223566397)--Connection(1244560331)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.198--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.199--ServerSession(223566397)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: sql: 2024-05-15 19:01:45.199--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:45.205--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:45.208--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:45.21--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:45.223--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:45.227--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:45.239--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.24--ServerSession(220558713)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.241--ServerSession(220558713)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:45.241--ServerSession(220558713)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:45.241--ServerSession(220558713)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:45.242--ServerSession(220558713)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.242--ServerSession(220558713)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.242--ServerSession(220558713)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.242--ServerSession(220558713)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.242--ServerSession(220558713)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.243--ServerSession(220558713)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.243--ServerSession(220558713)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:45.245--ServerSession(220558713)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.258--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.258--ServerSession(220558713)--Connection(1458152564)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.27--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.271--ServerSession(220558713)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: sql: 2024-05-15 19:01:45.272--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:45.277--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:45.28--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:45.282--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:45.286--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:45.29--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-05-15 19:01:45.305--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.308--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.309--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.31--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.312--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.313--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.314--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.315--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.321--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.322--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.323--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024-05-15 19:01:45.324--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.325--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.326--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.328--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.329--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.33--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.331--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.332--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.334--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.335--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.336--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.336--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.337--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.339--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.34--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.34--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.341--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.343--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.344--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.345--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.346--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.347--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.348--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.349--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.35--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-05-15 19:01:45.352--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.353--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.354--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024-05-15 19:01:45.355--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.356--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.357--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.359--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.36--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.361--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.362--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.363--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.364--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.366--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.367--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.368--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024-05-15 19:01:45.369--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.37--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.371--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.372--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.373--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.374--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.375--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.376--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.378--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.379--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.38--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.381--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.382--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-05-15 19:01:45.384--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.386--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.387--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.387--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-05-15 19:01:45.389--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.39--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.391--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-05-15 19:01:45.392--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: connection: 2024-05-15 19:01:45.393--ServerSession(223566397)--Connection(1942211849)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.393--ServerSession(223566397)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:45.394--ServerSession(223566397)--Connection(1244560331)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.394--ServerSession(220558713)--Connection(597623166)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.394--ServerSession(220558713)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:45.394--ServerSession(220558713)--Connection(1458152564)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.394--ServerSession(885459806)--Connection(391575500)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.395--ServerSession(885459806)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:45.395--ServerSession(885459806)--Connection(1322057909)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIN [EL Fine]: server: 2024-05-15 19:01:45.4--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.401--ServerSession(1223357487)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.402--ServerSession(1223357487)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:45.406--ServerSession(1223357487)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.418--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.418--ServerSession(1223357487)--Connection(716996660)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.43--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.431--ServerSession(1223357487)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:45.432--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.433--ServerSession(1223357487)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:45.433--ServerSession(1223357487)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-05-15 19:01:45.434--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.434--ServerSession(1223357487)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:45.435--ServerSession(1223357487)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-05-15 19:01:45.435--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.436--ServerSession(1223357487)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:45.436--ServerSession(1223357487)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-05-15 19:01:45.436--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.437--ServerSession(1223357487)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:45.438--ServerSession(1223357487)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-05-15 19:01:45.438--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.439--ServerSession(1223357487)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:45.439--ServerSession(1223357487)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-05-15 19:01:45.439--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-05-15 19:01:45.448--ClientSession(1769339676)--Connection(1108136194)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key06, 2, SIX, SEVEN, EIGHT, NINE] [EL Fine]: sql: 2024-05-15 19:01:45.45--ClientSession(1769339676)--Connection(1108136194)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key05, 1, ONE, TWO, THREE, FIVE] [EL Fine]: sql: 2024-05-15 19:01:45.457--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.46--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.462--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.464--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.469--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.472--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.473--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.474--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.475--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.476--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.477--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.478--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.479--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.481--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.482--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-05-15 19:01:45.483--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.484--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.486--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t0.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.487--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.489--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-05-15 19:01:45.49--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: connection: 2024-05-15 19:01:45.491--ServerSession(1223357487)--Connection(1108136194)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.492--ServerSession(1223357487)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:45.492--ServerSession(1223357487)--Connection(716996660)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.persistence.jpa.test.query.TestQueryIN [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate [EL Fine]: server: 2024-05-15 19:01:45.495--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.496--ServerSession(984832924)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.497--ServerSession(984832924)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:45.498--ServerSession(984832924)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.51--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.51--ServerSession(984832924)--Connection(417160915)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.523--ServerSession(984832924)--Connection(1043576110)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.524--ServerSession(984832924)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:45.524--ServerSession(984832924)--Connection(1043576110)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.527--ServerSession(984832924)--Connection(1043576110)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-05-15 19:01:45.533--ClientSession(1042366725)--Connection(1043576110)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key22, 9, null, B, C, D] [EL Fine]: sql: 2024-05-15 19:01:45.534--ClientSession(1042366725)--Connection(1043576110)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key21, 8, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:45.535--ClientSession(1042366725)--Connection(1043576110)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key20, 9, A, null, C, D] [EL Fine]: sql: 2024-05-15 19:01:45.536--ClientSession(1042366725)--Connection(1043576110)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key13, 4, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:45.538--ClientSession(180949634)--Connection(1043576110)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:45.54--ClientSession(180949634)--Connection(1043576110)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:45.541--ClientSession(180949634)--Connection(1043576110)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:45.543--ClientSession(925913781)--Connection(1043576110)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:45.544--ClientSession(925913781)--Connection(1043576110)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-05-15 19:01:45.545--ClientSession(925913781)--Connection(1043576110)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: connection: 2024-05-15 19:01:45.546--ServerSession(984832924)--Connection(1043576110)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.546--ServerSession(984832924)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:45.547--ServerSession(984832924)--Connection(417160915)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.persistence.jpa.test.query.TestQueryUpdate [INFO] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery [EL Info]: 2024-05-15 19:01:45.553--ServerSession(721975085)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.persistence.jpa.test.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [EL Fine]: server: 2024-05-15 19:01:45.618--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.619--ServerSession(1648231985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.62--ServerSession(1648231985)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:45.622--ServerSession(1648231985)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.633--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.633--ServerSession(1648231985)--Connection(306279528)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.645--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.646--ServerSession(1648231985)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:45.647--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.649--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-05-15 19:01:45.655--ClientSession(1845654045)--Connection(994581493)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key03, 3, A, null, C, D] [EL Fine]: sql: 2024-05-15 19:01:45.657--ClientSession(1845654045)--Connection(994581493)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key04, 4, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:45.661--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.664--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.665--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.667--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.668--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.669--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.67--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-05-15 19:01:45.671--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: connection: 2024-05-15 19:01:45.671--ServerSession(1648231985)--Connection(994581493)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.672--ServerSession(1648231985)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:45.672--ServerSession(1648231985)--Connection(306279528)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHints [EL Info]: 2024-05-15 19:01:45.685--ServerSession(1451387509)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.persistence.jpa.test.query.TestQueryHints [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [EL Fine]: server: 2024-05-15 19:01:45.795--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.796--ServerSession(2142812880)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.797--ServerSession(2142812880)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:45.799--ServerSession(2142812880)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.812--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.813--ServerSession(2142812880)--Connection(736631002)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.824--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.825--ServerSession(2142812880)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit login successful [EL Fine]: sql: 2024-05-15 19:01:45.826--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:45.829--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: server: 2024-05-15 19:01:45.834--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.835--ServerSession(1741997197)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.836--ServerSession(1741997197)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:45.838--ServerSession(1741997197)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.852--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.852--ServerSession(1741997197)--Connection(2039344872)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.864--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.865--ServerSession(1741997197)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit login successful [EL Fine]: sql: 2024-05-15 19:01:45.874--ClientSession(53113540)--Connection(1585101559)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key14, 45, A, null, C, D] [EL Fine]: sql: 2024-05-15 19:01:45.876--ClientSession(53113540)--Connection(1585101559)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key17, 29, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:45.876--ClientSession(53113540)--Connection(1585101559)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key16, 17, null, B, C, D] [EL Fine]: sql: 2024-05-15 19:01:45.877--ClientSession(53113540)--Connection(1585101559)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key15, 83, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:45.879--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.88--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.881--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.883--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.884--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.885--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.886--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.888--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.888--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.89--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.891--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.892--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.893--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.894--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.895--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.897--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.898--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.899--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.9--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.901--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.902--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:45.903--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.904--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-05-15 19:01:45.905--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: connection: 2024-05-15 19:01:45.906--ServerSession(2142812880)--Connection(1585101559)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.906--ServerSession(2142812880)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit logout successful [EL Fine]: connection: 2024-05-15 19:01:45.906--ServerSession(2142812880)--Connection(736631002)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.907--ServerSession(1741997197)--Connection(584643821)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:45.907--ServerSession(1741997197)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit logout successful [EL Fine]: connection: 2024-05-15 19:01:45.907--ServerSession(1741997197)--Connection(2039344872)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [EL Fine]: server: 2024-05-15 19:01:45.911--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.912--ServerSession(1651831324)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.913--ServerSession(1651831324)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:45.913--ServerSession(1651831324)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:45.913--ServerSession(1651831324)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:45.913--ServerSession(1651831324)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.914--ServerSession(1651831324)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.914--ServerSession(1651831324)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.914--ServerSession(1651831324)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.914--ServerSession(1651831324)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.914--ServerSession(1651831324)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.914--ServerSession(1651831324)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:45.916--ServerSession(1651831324)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.928--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.928--ServerSession(1651831324)--Connection(1336437944)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:45.941--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:45.942--ServerSession(1651831324)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: sql: 2024-05-15 19:01:45.942--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:45.948--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:45.951--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:45.955--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:45.96--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:45.963--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:45.974--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:45.976--ServerSession(1744423762)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:45.977--ServerSession(1744423762)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:45.977--ServerSession(1744423762)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:45.977--ServerSession(1744423762)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:45.977--ServerSession(1744423762)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.977--ServerSession(1744423762)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.978--ServerSession(1744423762)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:45.978--ServerSession(1744423762)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.978--ServerSession(1744423762)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:45.978--ServerSession(1744423762)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:45.978--ServerSession(1744423762)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:45.98--ServerSession(1744423762)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:45.992--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:45.993--ServerSession(1744423762)--Connection(124351398)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.005--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.006--ServerSession(1744423762)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: sql: 2024-05-15 19:01:46.007--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:46.015--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:46.019--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:46.021--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:46.026--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:46.029--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:46.04--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.042--ServerSession(1658064433)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.042--ServerSession(1658064433)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:46.043--ServerSession(1658064433)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:46.043--ServerSession(1658064433)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:46.043--ServerSession(1658064433)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.044--ServerSession(1658064433)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.044--ServerSession(1658064433)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.044--ServerSession(1658064433)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.044--ServerSession(1658064433)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.044--ServerSession(1658064433)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.045--ServerSession(1658064433)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:46.046--ServerSession(1658064433)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.06--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.06--ServerSession(1658064433)--Connection(127758389)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.072--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.074--ServerSession(1658064433)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: sql: 2024-05-15 19:01:46.074--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:46.08--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:46.083--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:46.085--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:46.09--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:46.093--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-05-15 19:01:46.105--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.108--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.109--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.11--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.11--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.111--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.113--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.114--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.115--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.116--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.117--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.118--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.119--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.12--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.121--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.121--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.122--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.123--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.124--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.125--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.126--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.127--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.128--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.129--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.13--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.131--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.132--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.133--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.134--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.135--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.136--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.137--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.138--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.139--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.139--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.14--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.141--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.142--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.143--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.144--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.145--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.147--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.148--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.148--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.149--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.15--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.151--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.152--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.153--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.153--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.155--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.156--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.157--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.157--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.158--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.159--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.16--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.161--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.162--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.163--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.164--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.165--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.166--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.166--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.167--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.168--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.169--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.17--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.171--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.172--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.172--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.173--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.175--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.176--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.177--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.177--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.178--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.179--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.18--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.181--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.182--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.182--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-05-15 19:01:46.184--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.184--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.185--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.186--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.187--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.188--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.189--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.189--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.19--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.191--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-05-15 19:01:46.192--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.193--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.194--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.195--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.196--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.196--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.197--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.198--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.199--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-05-15 19:01:46.2--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: connection: 2024-05-15 19:01:46.2--ServerSession(1744423762)--Connection(371554459)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.201--ServerSession(1744423762)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:46.201--ServerSession(1744423762)--Connection(124351398)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.201--ServerSession(1658064433)--Connection(1221274995)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.201--ServerSession(1658064433)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:46.201--ServerSession(1658064433)--Connection(127758389)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.201--ServerSession(1651831324)--Connection(508844065)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.202--ServerSession(1651831324)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:46.202--ServerSession(1651831324)--Connection(1336437944)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving [EL Fine]: server: 2024-05-15 19:01:46.205--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.206--ServerSession(509000859)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.207--ServerSession(509000859)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:46.209--ServerSession(509000859)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.222--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.222--ServerSession(509000859)--Connection(516885190)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.234--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.235--ServerSession(509000859)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:46.235--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:46.238--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-05-15 19:01:46.245--ClientSession(789178034)--Connection(550498846)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key13, 4, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:46.246--ClientSession(789178034)--Connection(550498846)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key10, 3, A, null, C, D] [EL Fine]: sql: 2024-05-15 19:01:46.247--ClientSession(789178034)--Connection(550498846)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key11, 4, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:46.247--ClientSession(789178034)--Connection(550498846)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key12, 3, null, B, C, D] [EL Fine]: sql: 2024-05-15 19:01:46.25--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: sql: 2024-05-15 19:01:46.251--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: sql: 2024-05-15 19:01:46.253--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: sql: 2024-05-15 19:01:46.254--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: connection: 2024-05-15 19:01:46.254--ServerSession(509000859)--Connection(550498846)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.254--ServerSession(509000859)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:46.255--ServerSession(509000859)--Connection(516885190)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.persistence.jpa.test.query.TestQueryHaving [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [EL Fine]: server: 2024-05-15 19:01:46.261--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.262--ServerSession(894844492)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.275--ServerSession(894844492)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:46.275--ServerSession(894844492)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:46.275--ServerSession(894844492)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:46.275--ServerSession(894844492)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.275--ServerSession(894844492)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.276--ServerSession(894844492)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.276--ServerSession(894844492)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.276--ServerSession(894844492)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.276--ServerSession(894844492)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.276--ServerSession(894844492)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:46.278--ServerSession(894844492)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.29--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.29--ServerSession(894844492)--Connection(1191544932)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.301--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.302--ServerSession(894844492)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: sql: 2024-05-15 19:01:46.302--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:46.308--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:46.311--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:46.313--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:46.318--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:46.342--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:46.353--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.354--ServerSession(1835848160)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.355--ServerSession(1835848160)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.356--ServerSession(1835848160)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.357--ServerSession(1835848160)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:46.358--ServerSession(1835848160)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.371--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.371--ServerSession(1835848160)--Connection(1063823352)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.383--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.384--ServerSession(1835848160)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: sql: 2024-05-15 19:01:46.384--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:46.391--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:46.393--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:46.395--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:46.399--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:46.403--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:46.414--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.415--ServerSession(1318424328)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.416--ServerSession(1318424328)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:46.416--ServerSession(1318424328)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:46.416--ServerSession(1318424328)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:46.416--ServerSession(1318424328)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.416--ServerSession(1318424328)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.416--ServerSession(1318424328)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.417--ServerSession(1318424328)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.417--ServerSession(1318424328)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.417--ServerSession(1318424328)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.417--ServerSession(1318424328)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:46.418--ServerSession(1318424328)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.43--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.43--ServerSession(1318424328)--Connection(300859499)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.442--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.443--ServerSession(1318424328)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: sql: 2024-05-15 19:01:46.443--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:46.449--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:46.452--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:46.454--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:46.458--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:46.462--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-05-15 19:01:46.474--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.476--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.476--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.477--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.479--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.48--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.481--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.482--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.483--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.484--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.484--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.485--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.487--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.489--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.49--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.49--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.491--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.492--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.493--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.494--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.496--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.496--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.497--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.498--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.499--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.499--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.501--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.503--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.504--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.505--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.505--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.506--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.508--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.51--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.511--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.512--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.513--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.513--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.515--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.516--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.517--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.518--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.519--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.519--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.521--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.521--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.522--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.523--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.524--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.526--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.527--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.528--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.529--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.529--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.531--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.532--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.533--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024-05-15 19:01:46.533--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.534--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.535--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024-05-15 19:01:46.536--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.537--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.539--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.54--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.54--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.541--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.542--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.543--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.544--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.544--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.546--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.547--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.548--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.549--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.551--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.551--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.552--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.553--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.553--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.554--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.555--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.556--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.557--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.558--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.558--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.559--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.56--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.561--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.562--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.562--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.564--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.565--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.565--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.566--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.57--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-05-15 19:01:46.571--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-05-15 19:01:46.572--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.573--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.574--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.575--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.575--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.576--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.577--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.578--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.578--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.579--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.58--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.581--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.582--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.582--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.583--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.584--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.585--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.585--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.587--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.588--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.589--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.59--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.591--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.592--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.593--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.594--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.594--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.595--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.596--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.596--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.597--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.598--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.599--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.599--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.601--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.602--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.602--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024-05-15 19:01:46.603--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.604--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.604--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024-05-15 19:01:46.606--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-05-15 19:01:46.607--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-05-15 19:01:46.608--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.61--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.61--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.611--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.612--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-05-15 19:01:46.613--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-05-15 19:01:46.615--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.615--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.616--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.617--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.618--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.618--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.619--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.621--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.622--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.622--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.623--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.624--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.625--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.626--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.626--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.627--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.628--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.629--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.63--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024-05-15 19:01:46.631--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.631--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.632--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024-05-15 19:01:46.633--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.634--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.635--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.636--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.636--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.637--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.638--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.639--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.64--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.64--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.641--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.641--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-05-15 19:01:46.642--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.643--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.644--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.644--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.645--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.646--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.647--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.647--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.649--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.65--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.651--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.651--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.652--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.652--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.654--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.654--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.655--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.656--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.656--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.657--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.658--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.659--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.66--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.661--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.661--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.662--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.663--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.664--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.665--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.665--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.666--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.666--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.667--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.668--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.669--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.669--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.671--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.672--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.673--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.674--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.674--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.675--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.677--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.678--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.679--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.679--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.681--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.682--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.683--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.684--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.684--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.685--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:46.686--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.687--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.688--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.688--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.689--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.69--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.691--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.692--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.693--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.693--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.695--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.695--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.696--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.697--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.697--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.698--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.699--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.699--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.7--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.701--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.702--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.703--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.703--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.704--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.705--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.706--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.706--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.706--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.707--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.708--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.709--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.71--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.71--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.711--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-05-15 19:01:46.712--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.713--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.713--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.714--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.715--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.716--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.716--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.717--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-05-15 19:01:46.718--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.719--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.72--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.721--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.722--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.722--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.724--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.724--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.725--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.726--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-05-15 19:01:46.727--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.728--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.729--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.73--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.731--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.731--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.732--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.733--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.734--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.734--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.736--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.737--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.737--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.738--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-05-15 19:01:46.739--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.74--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.741--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.741--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.742--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.743--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.744--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.744--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.745--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.746--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.746--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.747--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:46.748--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.749--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.749--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.75--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.751--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.751--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-05-15 19:01:46.752--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.753--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.754--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.755--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.756--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.756--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:46.758--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.758--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.759--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-05-15 19:01:46.76--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: connection: 2024-05-15 19:01:46.76--ServerSession(1835848160)--Connection(2133547083)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.76--ServerSession(1835848160)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:46.76--ServerSession(1835848160)--Connection(1063823352)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.76--ServerSession(1318424328)--Connection(2124881858)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.761--ServerSession(1318424328)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:46.761--ServerSession(1318424328)--Connection(300859499)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.761--ServerSession(894844492)--Connection(162716758)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.761--ServerSession(894844492)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:46.761--ServerSession(894844492)--Connection(1191544932)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction [EL Finest]: properties: 2024-05-15 19:01:46.765--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-05-15 19:01:46.765--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024-05-15 19:01:46.765--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024-05-15 19:01:46.765--ServerSession(405273678)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Initial; factoryCount 0 [EL Finest]: properties: 2024-05-15 19:01:46.77--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024-05-15 19:01:46.77--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024-05-15 19:01:46.77--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024-05-15 19:01:46.77--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Finer]: metadata: 2024-05-15 19:01:46.77--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Config]: metadata: 2024-05-15 19:01:46.771--ServerSession(405273678)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.772--ServerSession(405273678)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TrimEntity. [EL Config]: metadata: 2024-05-15 19:01:46.772--ServerSession(405273678)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TRIMENTITY. [EL Config]: metadata: 2024-05-15 19:01:46.772--ServerSession(405273678)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.772--ServerSession(405273678)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Finest]: jpa: 2024-05-15 19:01:46.772--ServerSession(405273678)--Thread(Thread[main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024-05-15 19:01:46.772--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [EL Finest]: jpa: 2024-05-15 19:01:46.772--ServerSession(405273678)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024-05-15 19:01:46.773--ServerSession(405273678)--Thread(Thread[main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024-05-15 19:01:46.773--ServerSession(405273678)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization. [EL Finest]: jpa: 2024-05-15 19:01:46.773--ServerSession(405273678)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024-05-15 19:01:46.774--ServerSession(405273678)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024-05-15 19:01:46.775--ServerSession(405273678)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.driver; value=com.mysql.cj.jdbc.Driver [EL Finest]: properties: 2024-05-15 19:01:46.775--ServerSession(405273678)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [EL Finest]: properties: 2024-05-15 19:01:46.775--ServerSession(405273678)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false [EL Info]: 2024-05-15 19:01:46.775--ServerSession(405273678)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.* [EL Finest]: connection: 2024-05-15 19:01:46.787--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*) [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2ZPlatform, regular expression: (?i).*db2.*dsn.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2MainframePlatform, regular expression: (?i).*(db2|AS).*(AS/400|qsq).* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2Platform, regular expression: (?i).*db2.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.PointBasePlatform, regular expression: (?is)pointbase.* [EL Finest]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.MySQLPlatform, regular expression: (?i)mysql.* [EL Fine]: connection: 2024-05-15 19:01:46.788--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.788--ServerSession(405273678)--Connection(1289092166)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.8--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Finest]: connection: 2024-05-15 19:01:46.8--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024-05-15 19:01:46.8--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024-05-15 19:01:46.801--ServerSession(405273678)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit login successful [EL Finest]: query: 2024-05-15 19:01:46.802--ServerSession(405273678)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-05-15 19:01:46.802--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.802--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-05-15 19:01:46.803--ServerSession(405273678)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:01:46.804--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:01:46.804--ServerSession(405273678)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-05-15 19:01:46.804--ServerSession(405273678)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-05-15 19:01:46.804--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.804--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-05-15 19:01:46.805--ServerSession(405273678)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:01:46.805--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:01:46.805--ServerSession(405273678)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-05-15 19:01:46.805--ServerSession(405273678)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-05-15 19:01:46.805--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.806--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-05-15 19:01:46.807--ServerSession(405273678)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:01:46.807--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:01:46.807--ServerSession(405273678)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-05-15 19:01:46.807--ServerSession(405273678)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-05-15 19:01:46.807--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.807--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-05-15 19:01:46.808--ServerSession(405273678)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:01:46.809--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:01:46.809--ServerSession(405273678)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-05-15 19:01:46.809--ServerSession(405273678)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-05-15 19:01:46.809--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.809--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-05-15 19:01:46.81--ServerSession(405273678)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:01:46.81--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:01:46.81--ServerSession(405273678)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-05-15 19:01:46.81--ServerSession(405273678)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID))") [EL Finest]: connection: 2024-05-15 19:01:46.81--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.81--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID)) [EL Finest]: connection: 2024-05-15 19:01:46.815--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024-05-15 19:01:46.815--Thread(Thread[main,5,main])--The table (TRIMENTITY) is created. [EL Finer]: metamodel: 2024-05-15 19:01:46.815--ServerSession(405273678)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization. [EL Finest]: jpa: 2024-05-15 19:01:46.815--ServerSession(405273678)--Thread(Thread[main,5,main])--End deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1 [EL Finer]: connection: 2024-05-15 19:01:46.817--ServerSession(405273678)--Thread(Thread[main,5,main])--client acquired: 772166315 [EL Finer]: transaction: 2024-05-15 19:01:46.817--ClientSession(772166315)--Thread(Thread[main,5,main])--acquire unit of work: 583178920 [EL Finest]: query: 2024-05-15 19:01:46.817--UnitOfWork(583178920)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))") [EL Finest]: connection: 2024-05-15 19:01:46.817--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.817--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-05-15 19:01:46.818--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-05-15 19:01:46.818--UnitOfWork(583178920)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-05-15 19:01:46.819--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.819--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-05-15 19:01:46.819--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:01:46.819--UnitOfWork(583178920)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:01:46.819--ClientSession(772166315)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:01:46.82--ServerSession(405273678)--Thread(Thread[main,5,main])--client acquired: 1031161409 [EL Finer]: transaction: 2024-05-15 19:01:46.82--ClientSession(1031161409)--Thread(Thread[main,5,main])--acquire unit of work: 512478459 [EL Finest]: query: 2024-05-15 19:01:46.82--UnitOfWork(512478459)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(? FROM ?))") [EL Finest]: connection: 2024-05-15 19:01:46.82--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.82--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-05-15 19:01:46.821--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-05-15 19:01:46.821--UnitOfWork(512478459)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-05-15 19:01:46.821--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.821--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-05-15 19:01:46.821--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:01:46.821--UnitOfWork(512478459)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:01:46.821--ClientSession(1031161409)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:01:46.822--ServerSession(405273678)--Thread(Thread[main,5,main])--client acquired: 114499348 [EL Finer]: transaction: 2024-05-15 19:01:46.822--ClientSession(114499348)--Thread(Thread[main,5,main])--acquire unit of work: 1077938655 [EL Finest]: query: 2024-05-15 19:01:46.822--UnitOfWork(1077938655)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(LEADING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024-05-15 19:01:46.822--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.822--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-05-15 19:01:46.822--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-05-15 19:01:46.823--UnitOfWork(1077938655)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-05-15 19:01:46.823--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.823--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-05-15 19:01:46.823--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:01:46.823--UnitOfWork(1077938655)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:01:46.823--ClientSession(114499348)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:01:46.824--ServerSession(405273678)--Thread(Thread[main,5,main])--client acquired: 90196869 [EL Finer]: transaction: 2024-05-15 19:01:46.824--ClientSession(90196869)--Thread(Thread[main,5,main])--acquire unit of work: 1576509541 [EL Finest]: query: 2024-05-15 19:01:46.824--UnitOfWork(1576509541)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))") [EL Finest]: connection: 2024-05-15 19:01:46.824--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.824--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-05-15 19:01:46.824--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-05-15 19:01:46.824--UnitOfWork(1576509541)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-05-15 19:01:46.825--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.825--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-05-15 19:01:46.825--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:01:46.825--UnitOfWork(1576509541)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:01:46.825--ClientSession(90196869)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:01:46.826--ServerSession(405273678)--Thread(Thread[main,5,main])--client acquired: 82436294 [EL Finer]: transaction: 2024-05-15 19:01:46.826--ClientSession(82436294)--Thread(Thread[main,5,main])--acquire unit of work: 444700929 [EL Finest]: query: 2024-05-15 19:01:46.826--UnitOfWork(444700929)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024-05-15 19:01:46.826--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.826--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-05-15 19:01:46.826--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-05-15 19:01:46.826--UnitOfWork(444700929)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-05-15 19:01:46.826--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.826--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-05-15 19:01:46.827--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:01:46.827--UnitOfWork(444700929)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:01:46.827--ClientSession(82436294)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:01:46.827--ServerSession(405273678)--Thread(Thread[main,5,main])--client acquired: 1836606934 [EL Finer]: transaction: 2024-05-15 19:01:46.827--ClientSession(1836606934)--Thread(Thread[main,5,main])--acquire unit of work: 1172716014 [EL Finest]: query: 2024-05-15 19:01:46.827--UnitOfWork(1172716014)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(TRAILING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024-05-15 19:01:46.828--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.828--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-05-15 19:01:46.828--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-05-15 19:01:46.828--UnitOfWork(1172716014)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-05-15 19:01:46.828--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:01:46.828--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-05-15 19:01:46.829--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:01:46.829--UnitOfWork(1172716014)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:01:46.829--ClientSession(1836606934)--Thread(Thread[main,5,main])--client released [EL Finest]: jpa: 2024-05-15 19:01:46.829--ServerSession(405273678)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1 [EL Fine]: connection: 2024-05-15 19:01:46.829--ServerSession(405273678)--Connection(1360273252)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2024-05-15 19:01:46.829--ServerSession(405273678)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2024-05-15 19:01:46.829--ServerSession(405273678)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit logout successful [EL Fine]: connection: 2024-05-15 19:01:46.829--ServerSession(405273678)--Connection(1289092166)--Thread(Thread[main,5,main])--disconnect [EL Finest]: jpa: 2024-05-15 19:01:46.829--ServerSession(405273678)--Thread(Thread[main,5,main])--End undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Undeployed; factoryCount 0 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.persistence.jpa.test.query.TestTrimFunction [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCase [EL Finer]: jpa: 2024-05-15 19:01:46.833--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Fine]: server: 2024-05-15 19:01:46.833--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.834--ServerSession(1017793925)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.835--ServerSession(1017793925)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:46.836--ServerSession(1017793925)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.847--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.847--ServerSession(1017793925)--Connection(2032752946)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.857--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.857--ServerSession(1017793925)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:46.858--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:46.861--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-05-15 19:01:46.866--ClientSession(172290043)--Connection(133047331)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key01, 1, A, B, C, D] [EL Fine]: sql: 2024-05-15 19:01:46.868--ClientSession(172290043)--Connection(133047331)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key02, 2, A, B, C, D] [EL Fine]: sql: 2024-05-15 19:01:46.87--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.871--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-05-15 19:01:46.873--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.874--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN ((ITEM_INTEGER1 = ?) AND (KEY_CHAR = ?)) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1, Key01, A, 100, B, C] [EL Fine]: sql: 2024-05-15 19:01:46.875--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024-05-15 19:01:46.876--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT CASE ITEM_INTEGER1 WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024-05-15 19:01:46.879--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.88--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-05-15 19:01:46.881--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.881--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-05-15 19:01:46.883--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024-05-15 19:01:46.884--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT CASE WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024-05-15 19:01:46.885--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.886--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-05-15 19:01:46.888--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.889--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-05-15 19:01:46.891--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1, CASE ITEM_STRING2 WHEN ? THEN ? ELSE ? END, SUM(CASE WHEN (ITEM_STRING3 = ?) THEN ? ELSE ? END), SUM(CASE WHEN (ITEM_STRING4 = ?) THEN ? ELSE ? END) FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1, ITEM_STRING2 bind => [J, Japan, Other, C, 1, 0, D, 1, 0] [EL Fine]: sql: 2024-05-15 19:01:46.893--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024-05-15 19:01:46.894--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT CASE WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024-05-15 19:01:46.895--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-05-15 19:01:46.896--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1, A, 100, B, C] [EL Fine]: connection: 2024-05-15 19:01:46.897--ServerSession(1017793925)--Connection(133047331)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.897--ServerSession(1017793925)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:46.897--ServerSession(1017793925)--Connection(2032752946)--Thread(Thread[main,5,main])--disconnect [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.067 s - in org.eclipse.persistence.jpa.test.query.TestQueryCase [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull [EL Fine]: server: 2024-05-15 19:01:46.9--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.901--ServerSession(892091760)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.901--ServerSession(892091760)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-05-15 19:01:46.902--ServerSession(892091760)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.913--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.913--ServerSession(892091760)--Connection(259604245)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.923--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.924--ServerSession(892091760)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:46.924--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-05-15 19:01:46.927--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-05-15 19:01:46.932--ClientSession(347419231)--Connection(1282393063)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key53, 4, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:46.933--ClientSession(347419231)--Connection(1282393063)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key50, 3, A, null, C, D] [EL Fine]: sql: 2024-05-15 19:01:46.934--ClientSession(347419231)--Connection(1282393063)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key52, 3, null, B, C, D] [EL Fine]: sql: 2024-05-15 19:01:46.934--ClientSession(347419231)--Connection(1282393063)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key51, 4, A, B, C, null] [EL Fine]: sql: 2024-05-15 19:01:46.937--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.937--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.938--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.938--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.939--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.939--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.94--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.941--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.941--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.942--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.942--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.942--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.943--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.944--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.944--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.945--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.945--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.946--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.947--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.947--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.947--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:46.948--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.949--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-05-15 19:01:46.949--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: connection: 2024-05-15 19:01:46.95--ServerSession(892091760)--Connection(1282393063)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:46.95--ServerSession(892091760)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:46.95--ServerSession(892091760)--Connection(259604245)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.persistence.jpa.test.query.TestQueryIsNull [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [EL Fine]: server: 2024-05-15 19:01:46.957--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:46.958--ServerSession(459930631)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:46.959--ServerSession(459930631)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:46.959--ServerSession(459930631)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:46.959--ServerSession(459930631)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:46.959--ServerSession(459930631)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.96--ServerSession(459930631)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.96--ServerSession(459930631)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:46.96--ServerSession(459930631)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.96--ServerSession(459930631)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:46.961--ServerSession(459930631)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:46.961--ServerSession(459930631)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:46.963--ServerSession(459930631)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:46.977--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:46.977--ServerSession(459930631)--Connection(164365573)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:46.987--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:46.989--ServerSession(459930631)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: sql: 2024-05-15 19:01:46.99--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:46.995--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:46.998--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:47.0--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:47.004--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:47.008--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:47.019--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:47.02--ServerSession(401872697)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:47.021--ServerSession(401872697)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:47.022--ServerSession(401872697)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.022--ServerSession(401872697)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:47.023--ServerSession(401872697)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:47.034--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:47.034--ServerSession(401872697)--Connection(1736826640)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:47.045--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:47.046--ServerSession(401872697)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: sql: 2024-05-15 19:01:47.047--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:47.052--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:47.054--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:47.057--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:47.066--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:47.069--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-05-15 19:01:47.082--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:47.083--ServerSession(873447850)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-05-15 19:01:47.084--ServerSession(873447850)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-05-15 19:01:47.085--ServerSession(873447850)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-05-15 19:01:47.085--ServerSession(873447850)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.085--ServerSession(873447850)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-05-15 19:01:47.086--ServerSession(873447850)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:47.1--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:47.1--ServerSession(873447850)--Connection(265722243)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:47.114--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:47.116--ServerSession(873447850)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: sql: 2024-05-15 19:01:47.117--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-05-15 19:01:47.122--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-05-15 19:01:47.124--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-05-15 19:01:47.126--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:47.194--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-05-15 19:01:47.2--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-05-15 19:01:47.213--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.215--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.216--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.217--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.218--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.219--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.22--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.221--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.221--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.222--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.223--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.224--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.225--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.226--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.227--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.227--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.229--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.229--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.23--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.231--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.232--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.233--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.234--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.235--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.236--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.237--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.238--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.238--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.239--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.241--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.242--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.242--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.243--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.244--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.245--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.246--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.246--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.247--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.248--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.249--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.249--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.25--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.25--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.251--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.252--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.253--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.254--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.255--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.255--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.256--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.257--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.258--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.258--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.259--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.259--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.26--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.261--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.261--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.262--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.262--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.263--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.263--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.264--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.265--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.266--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.267--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.267--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.268--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?)))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.269--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.27--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.271--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.271--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.272--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.272--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.273--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.273--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.274--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.274--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.276--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.277--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.277--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.278--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.278--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.279--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.28--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.281--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.282--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.283--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.283--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.284--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.285--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.286--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.287--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.287--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.289--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.289--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.29--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.291--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.291--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.292--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.293--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.293--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.294--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.295--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.296--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.296--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.298--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.299--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.3--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.301--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.302--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.303--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.304--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.305--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.306--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.307--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.308--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.308--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.309--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.309--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.31--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.311--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.312--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.313--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.314--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.315--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.316--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.316--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.317--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.317--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.319--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.319--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.32--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.321--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.322--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.323--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.324--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.324--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.325--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.326--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.326--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.327--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.328--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.329--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.33--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.331--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.332--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.332--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.333--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.334--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.334--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.335--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.336--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.336--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.337--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.337--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.338--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.338--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.34--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.341--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.341--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.342--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.343--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.344--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.344--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.345--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.345--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.346--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.347--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.348--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.348--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.349--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.349--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.35--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.351--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.352--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.353--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.353--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.354--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.355--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.356--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.357--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.357--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.358--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.359--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.36--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.361--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.362--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.362--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.363--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.363--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.364--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.365--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.365--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.366--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.366--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.367--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.368--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.369--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.369--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.37--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.371--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.371--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.372--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.373--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.374--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.375--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.376--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.376--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.377--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.378--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.378--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.379--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.38--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.38--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.381--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.382--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.383--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.384--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.384--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.385--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.386--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.386--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.387--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.388--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.388--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.388--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.389--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.39--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.391--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.392--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.392--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.393--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.393--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.395--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.395--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.396--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.396--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.397--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.398--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.398--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.399--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.4--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.4--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.401--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.402--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.403--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.403--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.404--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.405--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.406--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.407--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.408--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.408--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.409--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.409--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.41--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.411--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.412--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.413--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.414--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.414--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.415--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.415--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.416--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.416--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.417--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.417--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.418--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.419--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.419--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.419--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.421--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.422--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.422--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.423--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.424--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.424--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.425--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.426--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.428--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.428--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.429--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.43--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.43--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.431--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.432--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.432--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.432--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.433--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.433--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.434--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.435--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.435--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.436--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.436--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.437--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.438--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.438--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.439--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.439--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.44--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.441--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.442--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.442--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.443--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?)))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.444--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.444--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.445--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.445--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.446--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.446--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.447--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.448--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.449--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.449--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.45--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.45--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.451--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.452--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.453--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.453--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.454--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.454--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.455--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.455--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.456--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.456--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.457--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.457--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.458--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.459--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.459--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.46--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-05-15 19:01:47.461--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.461--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.462--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.462--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.463--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.464--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.464--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.465--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.465--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.466--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.467--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.468--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.469--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.469--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.471--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.472--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.473--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.474--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.474--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.475--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.476--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.477--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.478--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.478--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.479--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.479--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.48--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.481--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.481--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.482--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.483--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.483--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.484--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.484--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.485--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.486--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.487--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.487--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.487--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.488--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.489--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.49--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.491--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.492--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.493--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.495--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.495--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.496--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.497--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.497--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.499--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.5--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.501--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.501--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.502--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.503--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?)))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.504--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.505--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.506--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.506--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.507--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.508--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.508--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.509--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.51--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.51--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.511--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.512--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.512--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.513--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.514--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.515--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.515--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.516--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.517--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.518--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.518--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.519--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.52--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.52--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.521--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.522--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.522--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.523--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-05-15 19:01:47.524--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.525--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.526--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.526--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.528--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.529--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.529--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.53--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-05-15 19:01:47.531--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.532--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.532--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.533--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.533--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.534--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.534--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.535--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.536--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.536--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.537--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.538--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.539--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.54--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.54--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.541--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.542--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.542--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.543--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.544--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.544--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.544--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.545--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.546--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.546--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.547--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.547--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.548--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.549--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.549--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.55--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.55--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.551--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.551--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-05-15 19:01:47.552--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.553--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.553--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.554--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.554--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.555--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.555--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.556--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.557--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.558--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.558--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.559--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.56--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.561--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.561--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.562--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.562--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.563--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.564--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.564--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.565--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.565--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.566--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.567--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.568--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.569--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.569--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.57--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.571--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.571--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.572--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.572--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.573--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.574--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.575--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.575--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.576--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.577--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.577--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.578--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.579--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.579--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.58--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.58--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.581--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.582--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.583--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.584--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.584--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.585--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.586--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.586--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.587--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.588--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.588--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.589--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.589--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.59--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-05-15 19:01:47.591--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.591--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.592--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.593--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.593--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.594--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.595--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.595--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.596--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.596--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.597--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.597--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.598--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.598--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.599--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.599--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-05-15 19:01:47.6--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.601--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.602--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.603--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.603--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.604--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-05-15 19:01:47.605--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.606--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.607--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.607--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.608--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.609--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.609--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.61--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.611--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.612--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.612--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.613--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-05-15 19:01:47.613--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.614--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.615--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.615--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.615--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.616--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-05-15 19:01:47.617--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.618--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.619--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.62--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.62--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.621--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.622--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.622--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.623--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.623--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.624--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.625--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.625--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.626--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.627--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.628--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.628--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.629--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.63--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.631--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.632--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.632--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.633--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.633--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-05-15 19:01:47.634--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.635--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.636--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.636--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.637--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.637--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.638--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.639--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.64--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.641--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.641--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.642--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.642--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.643--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.644--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.644--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.645--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.645--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.646--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.647--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.648--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.648--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.649--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.649--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.651--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.652--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.652--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.653--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.654--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.655--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.655--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.656--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.657--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.658--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.658--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.659--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.66--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.66--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-05-15 19:01:47.661--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.662--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.662--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.663--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-05-15 19:01:47.663--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.664--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.665--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.665--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.666--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.667--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-05-15 19:01:47.667--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.668--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.669--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.669--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.67--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.67--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-05-15 19:01:47.671--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.672--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.672--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.673--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.673--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.674--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-05-15 19:01:47.674--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.675--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.676--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.677--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.677--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.678--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.679--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.679--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.68--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.681--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.682--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.683--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.683--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.684--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-05-15 19:01:47.685--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.686--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.686--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.687--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.687--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.688--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-05-15 19:01:47.689--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.69--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.691--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.691--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-05-15 19:01:47.692--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.693--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.694--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.694--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.695--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.695--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-05-15 19:01:47.696--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.697--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.698--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.698--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.698--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-05-15 19:01:47.699--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: connection: 2024-05-15 19:01:47.699--ServerSession(401872697)--Connection(688392165)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:47.7--ServerSession(401872697)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:47.7--ServerSession(401872697)--Connection(1736826640)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:47.7--ServerSession(873447850)--Connection(660144865)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:47.7--ServerSession(873447850)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:47.7--ServerSession(873447850)--Connection(265722243)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:47.7--ServerSession(459930631)--Connection(1523843460)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:47.701--ServerSession(459930631)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-05-15 19:01:47.701--ServerSession(459930631)--Connection(164365573)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [INFO] Running org.eclipse.persistence.jpa.test.version.TestVersioning [EL Fine]: server: 2024-05-15 19:01:47.705--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:01:47.706--ServerSession(1562381774)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:47.707--ServerSession(1562381774)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:47.707--ServerSession(1562381774)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:01:47.707--ServerSession(1562381774)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TemporalVersionedEntity2. [EL Config]: metadata: 2024-05-15 19:01:47.707--ServerSession(1562381774)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TEMPORALVERSIONEDENTITY2. [EL Config]: metadata: 2024-05-15 19:01:47.707--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: IntegerVersionedEntity. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: INTEGERVERSIONEDENTITY. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [data] is being defaulted to: DATA. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [theVersion] is being defaulted to: THEVERSION. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TemporalVersionedEntity. [EL Config]: metadata: 2024-05-15 19:01:47.708--ServerSession(1562381774)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TEMPORALVERSIONEDENTITY. [EL Config]: metadata: 2024-05-15 19:01:47.709--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:01:47.709--ServerSession(1562381774)--Thread(Thread[main,5,main])--The column name for element [updatetimestamp] is being defaulted to: UPDATETIMESTAMP. [EL Info]: 2024-05-15 19:01:47.711--ServerSession(1562381774)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:01:47.722--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:01:47.722--ServerSession(1562381774)--Connection(1609448604)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:01:47.732--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:01:47.733--ServerSession(1562381774)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:01:47.734--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.735--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.735--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.736--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-05-15 19:01:47.736--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.736--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-05-15 19:01:47.737--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.737--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.738--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.738--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.738--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.739--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.739--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-05-15 19:01:47.739--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.74--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-05-15 19:01:47.74--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.741--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.741--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.741--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.742--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.742--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.742--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-05-15 19:01:47.743--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.743--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-05-15 19:01:47.743--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.744--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.744--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.744--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.745--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.745--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.745--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-05-15 19:01:47.746--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.746--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-05-15 19:01:47.746--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.747--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.747--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.747--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.748--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.748--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.748--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-05-15 19:01:47.749--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.749--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-05-15 19:01:47.749--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-05-15 19:01:47.75--ServerSession(1562381774)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:01:47.75--ServerSession(1562381774)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-05-15 19:01:47.75--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY (ID BIGINT NOT NULL, UPDATETIMESTAMP DATETIME, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:47.756--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY2 (ID BIGINT NOT NULL, VERSION DATETIME, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:47.759--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--CREATE TABLE INTEGERVERSIONEDENTITY (ID BIGINT NOT NULL, DATA NVARCHAR(255), THEVERSION INTEGER, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:01:47.764--ClientSession(134967549)--Connection(817880261)--Thread(Thread[main,5,main])--SELECT NOW() [EL Fine]: sql: 2024-05-15 19:01:47.765--ClientSession(134967549)--Connection(817880261)--Thread(Thread[main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY (ID, UPDATETIMESTAMP) VALUES (?, ?) bind => [1, 2024-05-15 19:01:47.0] [EL Fine]: sql: 2024-05-15 19:01:50.285--ClientSession(1874960853)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-05-15 19:01:49.0, 1, 2024-05-15 19:01:47.0] [EL Fine]: sql: 2024-05-15 19:01:50.291--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 19:01:52.795--ClientSession(1343952313)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-05-15 19:01:52.0, 1, 2024-05-15 19:01:49.0] [EL Fine]: sql: 2024-05-15 19:01:52.798--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 19:01:52.801--ClientSession(1697201317)--Connection(817880261)--Thread(Thread[main,5,main])--SELECT NOW() [EL Fine]: sql: 2024-05-15 19:01:52.802--ClientSession(1697201317)--Connection(817880261)--Thread(Thread[main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY2 (ID, VERSION) VALUES (?, ?) bind => [1, 2024-05-15 19:01:52.0] [EL Fine]: sql: 2024-05-15 19:01:55.307--ClientSession(46711852)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-05-15 19:01:54.0, 1, 2024-05-15 19:01:52.0] [EL Fine]: sql: 2024-05-15 19:01:55.31--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 19:01:57.813--ClientSession(581494907)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-05-15 19:01:57.0, 1, 2024-05-15 19:01:54.0] [EL Fine]: sql: 2024-05-15 19:01:57.816--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-05-15 19:01:57.818--ClientSession(74211793)--Connection(817880261)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [1, Data, 1] [EL Fine]: sql: 2024-05-15 19:01:57.823--ClientSession(1642286060)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Lore, 2, 1, 1] [EL Fine]: sql: 2024-05-15 19:01:57.825--ClientSession(1423553082)--Connection(817880261)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [2, Data, 1] [EL Fine]: sql: 2024-05-15 19:01:57.829--ClientSession(1834041945)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = (THEVERSION + ?) WHERE (ID = ?) bind => [Lore, 1, 2] [EL Fine]: sql: 2024-05-15 19:01:57.829--ClientSession(1834041945)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Information, 2, 2, 1] [EL Warning]: 2024-05-15 19:01:57.832--UnitOfWork(1678923217)--Thread(Thread[main,5,main])--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [IntegerVersionedEntity [id=2, data=Information, theVersion=2]] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity Primary Key> 2 [EL Fine]: sql: 2024-05-15 19:01:57.834--ClientSession(488480779)--Connection(817880261)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [3, Data, 1] [EL Fine]: sql: 2024-05-15 19:01:57.836--ClientSession(1529335869)--Connection(817880261)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [10, 3, 1] [EL Fine]: connection: 2024-05-15 19:01:57.838--ServerSession(1562381774)--Connection(817880261)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:01:57.839--ServerSession(1562381774)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:01:57.839--ServerSession(1562381774)--Connection(1609448604)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.136 s - in org.eclipse.persistence.jpa.test.version.TestVersioning [INFO] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [EL Info]: 2024-05-15 19:01:58.216--ServerSession(624130540)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 ******************** *BEGIN testNonpooledConnection() initialNonPooledConnections = 0 maxNonPooledConnections = 50 nonPooledConnectionsAfterFlush = 1 nonPooledConnectionsAfterCommit = 0 nonPooledConnectionsAfterFind = 0 *END testNonpooledConnection() [EL Severe]: 2024-05-15 19:01:58.405--ClientSession(1032122643)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Warning]: 2024-05-15 19:01:58.405--UnitOfWork(1372745709)--java.lang.RuntimeException: tmpDataSourceImp getConnection called ******************** *BEGIN testNonpooledConnectionWithErrorOnReleaseConnection() [EL Info]: 2024-05-15 19:01:58.412--ServerSession(624130540)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 initialNonPooledConnections = 1 maxNonPooledConnections = 50 nonPooledConnectionsBeforeFlush = 1 nonPooledConnectionsAfterFlush = 2 [EL Warning]: 2024-05-15 19:01:58.451--ClientSession(876084303)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024-05-15 19:01:58.451--ClientSession(876084303)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 nonPooledConnectionsAfterCommit = 1 *END testNonpooledConnectionWithErrorOnReleaseConnection() ******************** *BEGIN testNonpooledConnectionWithErrorOnAcquireConnection() initialNonPooledConnections = 1 maxNonPooledConnections = 50 nonPooledConnectionsBeforePersist = 1 nonPooledConnectionsBeforeFlush = 1 [EL Info]: transaction: 2024-05-15 19:01:58.466--ClientSession(1342958495)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024-05-15 19:02:03.477--ClientSession(1342958495)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024-05-15 19:02:08.491--ClientSession(1342958495)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024-05-15 19:02:13.503--ClientSession(1342958495)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Warning]: 2024-05-15 19:02:13.504--ClientSession(1342958495)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0 nonPooledConnectionsAfterFlush = 1 [EL Warning]: 2024-05-15 19:02:13.505--ClientSession(1342958495)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 nonPooledConnectionsAfterRollback = 0 *END testNonpooledConnectionWithErrorOnAcquireConnection() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.672 s - in org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [INFO] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [EL Info]: 2024-05-15 19:02:13.55--ServerSession(1262973217)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: ejb: 2024-05-15 19:02:13.599--ServerSession(1401226549)--java.lang.ClassCastException: class java.lang.Object cannot be cast to class org.eclipse.persistence.config.SessionCustomizer (java.lang.Object is in module java.base of loader 'bootstrap'; org.eclipse.persistence.config.SessionCustomizer is in unnamed module of loader 'app') [EL Info]: 2024-05-15 19:02:13.622--ServerSession(1000930248)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar [EL Info]: 2024-05-15 19:02:13.646--ServerSession(681101069)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.persistence.jpa.test.basic.TestNVarChar [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [EL Info]: 2024-05-15 19:02:13.699--ServerSession(1760459579)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [INFO] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [EL Info]: 2024-05-15 19:02:13.742--ServerSession(655954847)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 19:02:13.774--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-05-15 19:02:13.777--ServerSession(275529226)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 19:02:13.8--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [EL Info]: 2024-05-15 19:02:13.826--ServerSession(255248561)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: sql: 2024-05-15 19:02:13.855--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTA DROP FOREIGN KEY FK_COMMENTA_POSTA_FK [EL Fine]: sql: 2024-05-15 19:02:13.857--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.858--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTB DROP FOREIGN KEY FK_COMMENTB_POSTB_B_FK [EL Fine]: sql: 2024-05-15 19:02:13.858--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.859--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTC DROP FOREIGN KEY FK_COMMENTC_COMPLEXID_C_A [EL Fine]: sql: 2024-05-15 19:02:13.859--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.859--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTD DROP FOREIGN KEY FK_COMMENTD_COMPLEXID_D_B [EL Fine]: sql: 2024-05-15 19:02:13.86--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.86--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-05-15 19:02:13.861--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.862--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-05-15 19:02:13.862--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.863--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-05-15 19:02:13.863--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.866--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-05-15 19:02:13.867--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.868--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POST_A [EL Fine]: sql: 2024-05-15 19:02:13.869--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.869--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTB [EL Fine]: sql: 2024-05-15 19:02:13.87--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.87--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTC [EL Fine]: sql: 2024-05-15 19:02:13.871--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.871--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTD [EL Fine]: sql: 2024-05-15 19:02:13.872--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.873--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-05-15 19:02:13.874--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.874--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-05-15 19:02:13.875--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.875--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-05-15 19:02:13.876--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.877--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-05-15 19:02:13.878--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.878--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POST_A [EL Fine]: sql: 2024-05-15 19:02:13.879--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.879--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTB [EL Fine]: sql: 2024-05-15 19:02:13.88--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.88--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTC [EL Fine]: sql: 2024-05-15 19:02:13.881--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.881--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTD [EL Fine]: sql: 2024-05-15 19:02:13.882--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.882--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-05-15 19:02:13.883--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.883--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-05-15 19:02:13.884--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.884--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-05-15 19:02:13.885--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.885--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-05-15 19:02:13.886--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.886--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POST_A [EL Fine]: sql: 2024-05-15 19:02:13.887--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.887--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTB [EL Fine]: sql: 2024-05-15 19:02:13.888--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.888--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTC [EL Fine]: sql: 2024-05-15 19:02:13.889--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.889--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTD [EL Fine]: sql: 2024-05-15 19:02:13.89--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.89--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-05-15 19:02:13.891--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.891--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-05-15 19:02:13.892--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.892--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-05-15 19:02:13.892--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.893--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-05-15 19:02:13.893--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.894--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POST_A [EL Fine]: sql: 2024-05-15 19:02:13.894--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.894--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTB [EL Fine]: sql: 2024-05-15 19:02:13.895--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.895--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTC [EL Fine]: sql: 2024-05-15 19:02:13.896--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.896--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTD [EL Fine]: sql: 2024-05-15 19:02:13.897--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.897--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-05-15 19:02:13.898--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.898--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-05-15 19:02:13.899--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.899--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-05-15 19:02:13.9--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.9--ServerSession(255248561)--Connection(1314450850)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-05-15 19:02:13.901--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.901--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POST_A [EL Fine]: sql: 2024-05-15 19:02:13.902--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.902--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTB [EL Fine]: sql: 2024-05-15 19:02:13.903--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.903--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTC [EL Fine]: sql: 2024-05-15 19:02:13.904--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.904--ServerSession(255248561)--Connection(1314450850)--DROP TABLE POSTD [EL Fine]: sql: 2024-05-15 19:02:13.905--ServerSession(255248561)--SELECT 1 [EL Fine]: sql: 2024-05-15 19:02:13.905--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE COMMENTA (ID BIGINT NOT NULL, POSTA_FK BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:13.91--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE COMMENTB (ID BIGINT NOT NULL, CONTENT VARCHAR(255) NOT NULL, POSTB_A_FK BIGINT NOT NULL, POSTB_B_FK BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:13.914--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE COMMENTC (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_C_A BIGINT NOT NULL, TYPE VARCHAR(255) NOT NULL, PRIMARY KEY (COMPLEXID_C_A, TYPE)) [EL Fine]: sql: 2024-05-15 19:02:13.918--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE COMMENTD (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A)) [EL Fine]: sql: 2024-05-15 19:02:13.921--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE POST_A (IDA BIGINT NOT NULL, PRIMARY KEY (IDA)) [EL Fine]: sql: 2024-05-15 19:02:13.925--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE POSTB (IDB BIGINT NOT NULL, IDA BIGINT NOT NULL, PRIMARY KEY (IDB, IDA)) [EL Fine]: sql: 2024-05-15 19:02:13.929--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE POSTC (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:13.932--ServerSession(255248561)--Connection(1314450850)--CREATE TABLE POSTD (COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A)) [EL Fine]: sql: 2024-05-15 19:02:13.935--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTA ADD CONSTRAINT FK_COMMENTA_POSTA_FK FOREIGN KEY (POSTA_FK) REFERENCES POST_A (IDA) [EL Fine]: sql: 2024-05-15 19:02:13.945--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTB ADD CONSTRAINT FK_COMMENTB_POSTB_B_FK FOREIGN KEY (POSTB_B_FK, POSTB_A_FK) REFERENCES POSTB (IDB, IDA) [EL Fine]: sql: 2024-05-15 19:02:13.956--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTC ADD CONSTRAINT FK_COMMENTC_COMPLEXID_C_A FOREIGN KEY (COMPLEXID_C_A) REFERENCES POSTC (ID) [EL Fine]: sql: 2024-05-15 19:02:13.967--ServerSession(255248561)--Connection(1314450850)--ALTER TABLE COMMENTD ADD CONSTRAINT FK_COMMENTD_COMPLEXID_D_B FOREIGN KEY (COMPLEXID_D_B, COMPLEXID_D_A) REFERENCES POSTD (COMPLEXID_D_B, COMPLEXID_D_A) [EL Fine]: sql: 2024-05-15 19:02:13.98--ServerSession(255248561)--Connection(1314450850)--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024-05-15 19:02:13.981--ServerSession(255248561)--Connection(1314450850)--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024-05-15 19:02:13.981--ServerSession(255248561)--Connection(1314450850)--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [EL Fine]: sql: 2024-05-15 19:02:13.985--ClientSession(891978115)--Connection(1314450850)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [21, 20] [EL Fine]: sql: 2024-05-15 19:02:13.987--ClientSession(891978115)--Connection(1314450850)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [20, 21, a] [EL Fine]: sql: 2024-05-15 19:02:13.989--ClientSession(75867593)--Connection(1314450850)--INSERT INTO POSTC (ID) VALUES (?) bind => [5] [EL Fine]: sql: 2024-05-15 19:02:13.991--ClientSession(75867593)--Connection(1314450850)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, a, Type1] [EL Fine]: sql: 2024-05-15 19:02:13.991--ClientSession(75867593)--Connection(1314450850)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, b, Type2] [EL Fine]: sql: 2024-05-15 19:02:13.992--ClientSession(75867593)--Connection(1314450850)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, c, Type3] [EL Fine]: sql: 2024-05-15 19:02:13.993--ClientSession(734341896)--Connection(1314450850)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, SEQ_GEN] [EL Fine]: sql: 2024-05-15 19:02:13.994--ClientSession(734341896)--Connection(1314450850)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? bind => [SEQ_GEN] [EL Fine]: sql: 2024-05-15 19:02:13.995--ClientSession(734341896)--Connection(1314450850)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [4, 3] [EL Fine]: sql: 2024-05-15 19:02:13.997--ClientSession(734341896)--Connection(1314450850)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 1, a] [EL Fine]: sql: 2024-05-15 19:02:13.997--ClientSession(734341896)--Connection(1314450850)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 2, b] [EL Fine]: sql: 2024-05-15 19:02:13.998--ClientSession(734341896)--Connection(1314450850)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 3, c] [EL Fine]: sql: 2024-05-15 19:02:14.001--ClientSession(568055377)--Connection(1314450850)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [23, 22] [EL Fine]: sql: 2024-05-15 19:02:14.003--ClientSession(568055377)--Connection(1314450850)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [22, 23, d] [EL Fine]: sql: 2024-05-15 19:02:14.005--ClientSession(1543560717)--Connection(1314450850)--INSERT INTO POST_A (IDA) VALUES (?) bind => [9] [EL Fine]: sql: 2024-05-15 19:02:14.006--ClientSession(1543560717)--Connection(1314450850)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 4] [EL Fine]: sql: 2024-05-15 19:02:14.006--ClientSession(1543560717)--Connection(1314450850)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 5] [EL Fine]: sql: 2024-05-15 19:02:14.007--ClientSession(1543560717)--Connection(1314450850)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 6] [EL Fine]: sql: 2024-05-15 19:02:14.008--ClientSession(1552439732)--Connection(1314450850)--INSERT INTO POST_A (IDA) VALUES (?) bind => [10] [EL Fine]: sql: 2024-05-15 19:02:14.009--ClientSession(1552439732)--Connection(1314450850)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 9] [EL Fine]: sql: 2024-05-15 19:02:14.009--ClientSession(1552439732)--Connection(1314450850)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 7] [EL Fine]: sql: 2024-05-15 19:02:14.01--ClientSession(1552439732)--Connection(1314450850)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 8] [EL Fine]: sql: 2024-05-15 19:02:14.011--ClientSession(1886612249)--Connection(1314450850)--INSERT INTO POSTC (ID) VALUES (?) bind => [6] [EL Fine]: sql: 2024-05-15 19:02:14.012--ClientSession(1886612249)--Connection(1314450850)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, f, Type6] [EL Fine]: sql: 2024-05-15 19:02:14.013--ClientSession(1886612249)--Connection(1314450850)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, 3, Type5] [EL Fine]: sql: 2024-05-15 19:02:14.013--ClientSession(1886612249)--Connection(1314450850)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, d, Type4] [EL Fine]: sql: 2024-05-15 19:02:14.015--ClientSession(36420582)--Connection(1314450850)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [6, 5] [EL Fine]: sql: 2024-05-15 19:02:14.016--ClientSession(36420582)--Connection(1314450850)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 12, f] [EL Fine]: sql: 2024-05-15 19:02:14.016--ClientSession(36420582)--Connection(1314450850)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 10, d] [EL Fine]: sql: 2024-05-15 19:02:14.017--ClientSession(36420582)--Connection(1314450850)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 11, e] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [EL Warning]: metadata: 2024-05-15 19:02:14.028--ServerSession(350571061)--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. [EL Warning]: metadata: 2024-05-15 19:02:14.029--ServerSession(350571061)--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. [EL Info]: 2024-05-15 19:02:14.032--ServerSession(350571061)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.08 s - in org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [EL Fine]: server: 2024-05-15 19:02:23.108--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:02:23.111--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.111--ServerSession(2045916970)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA. [EL Config]: metadata: 2024-05-15 19:02:23.112--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.112--ServerSession(2045916970)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB. [EL Config]: metadata: 2024-05-15 19:02:23.112--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableIdA] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.112--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableIdA] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.112--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.112--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableA] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.113--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.113--ServerSession(2045916970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableB] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.113--ServerSession(2045916970)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is being defaulted to: OverrideEntityA. [EL Config]: metadata: 2024-05-15 19:02:23.113--ServerSession(2045916970)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is being defaulted to: OverrideEntityB. [EL Config]: metadata: 2024-05-15 19:02:23.117--ServerSession(2045916970)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field simpleMappingEmbeddable] is being defaulted to: b_id. [EL Info]: 2024-05-15 19:02:23.12--ServerSession(2045916970)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:02:23.133--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:02:23.133--ServerSession(2045916970)--Connection(1731739297)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:02:23.141--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:02:23.146--ServerSession(2045916970)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:02:23.147--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE [EL Fine]: sql: 2024-05-15 19:02:23.148--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.149--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CT_OVERRIDE_ENTITY_A' doesn't exist Error Code: 1146 Call: ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE Query: DataModifyQuery(sql="ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE") [EL Fine]: sql: 2024-05-15 19:02:23.149--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.149--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.15--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.ct_override_entity_b' doesn't exist Error Code: 1146 Call: ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b Query: DataModifyQuery(sql="ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.15--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.15--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.15--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.151--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.151--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.151--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.151--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.152--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.152--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.152--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.153--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.153--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.153--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.154--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.154--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.154--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.155--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.155--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.155--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.156--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.156--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.156--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.157--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.157--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.157--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.158--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.158--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.158--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.159--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.159--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.159--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.16--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.16--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.16--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.161--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.161--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.161--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.162--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.162--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.162--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.162--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.163--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.163--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.163--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.164--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.164--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.164--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.165--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.165--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.165--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.166--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.166--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.166--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.167--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.167--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.167--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.168--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-05-15 19:02:23.168--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-05-15 19:02:23.168--ServerSession(2045916970)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:23.169--ServerSession(2045916970)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-05-15 19:02:23.169--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--CREATE TABLE OVERRIDE_ENTITY_A (OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, OVERRIDE_NESTED_VALUE INTEGER, VALUE INTEGER NOT NULL, NESTED_VALUE INTEGER NOT NULL, PRIMARY KEY (VALUE, NESTED_VALUE)) [EL Fine]: sql: 2024-05-15 19:02:23.175--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--CREATE TABLE override_entity_b (b_id INTEGER NOT NULL, PRIMARY KEY (b_id)) [EL Fine]: sql: 2024-05-15 19:02:23.179--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--CREATE TABLE CT_OVERRIDE_ENTITY_A (CT_A_OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, CT_A_OVERRIDE_NESTED_VALUE INTEGER, NESTED_VALUE INTEGER) [EL Fine]: sql: 2024-05-15 19:02:23.184--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--CREATE TABLE ct_override_entity_b (ct_b_override_value INTEGER, value2 INTEGER, ct_b_override_nested_value INTEGER, nested_value2 INTEGER, entity_b_ct_entity_b INTEGER) [EL Fine]: sql: 2024-05-15 19:02:23.188--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A ADD CONSTRAINT FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE FOREIGN KEY (CT_A_OVERRIDE_VALUE, NESTED_VALUE) REFERENCES OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE) [EL Fine]: sql: 2024-05-15 19:02:23.201--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--ALTER TABLE ct_override_entity_b ADD CONSTRAINT FK_ct_override_entity_b_entity_b_ct_entity_b FOREIGN KEY (entity_b_ct_entity_b) REFERENCES override_entity_b (b_id) [EL Fine]: sql: 2024-05-15 19:02:23.215--ClientSession(1197115236)--Connection(1649489843)--Thread(Thread[main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1) [EL Fine]: sql: 2024-05-15 19:02:23.218--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--SELECT OVERRIDE_VALUE, VALUE2, OVERRIDE_NESTED_VALUE, VALUE, NESTED_VALUE FROM OVERRIDE_ENTITY_A WHERE ((NESTED_VALUE = ?) AND (VALUE = ?)) bind => [1, 1] [EL Fine]: sql: 2024-05-15 19:02:23.223--ClientSession(356286278)--Connection(1649489843)--Thread(Thread[main,5,main])--UPDATE OVERRIDE_ENTITY_A SET OVERRIDE_VALUE = ?, VALUE2 = ?, OVERRIDE_NESTED_VALUE = ? WHERE ((NESTED_VALUE = ?) AND (VALUE = ?)) bind => [2, 3, 2, 1, 1] [EL Fine]: sql: 2024-05-15 19:02:23.225--ClientSession(2077579236)--Connection(1649489843)--Thread(Thread[main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-05-15 19:02:23.226--ClientSession(1461948005)--Connection(1649489843)--Thread(Thread[main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1) [EL Fine]: sql: 2024-05-15 19:02:23.227--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--select t0.b_id from override_entity_b t0 [EL Fine]: sql: 2024-05-15 19:02:23.228--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--select t0.ct_b_override_value, t0.value2, t0.ct_b_override_nested_value, t0.entity_b_ct_entity_b, t0.nested_value2 from ct_override_entity_b t0 [EL Fine]: sql: 2024-05-15 19:02:23.229--ClientSession(1178331325)--Connection(1649489843)--Thread(Thread[main,5,main])--INSERT INTO override_entity_b (b_id) VALUES (?) bind => [41] [EL Fine]: sql: 2024-05-15 19:02:23.229--ClientSession(1178331325)--Connection(1649489843)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?) bind => [41, 43, 44, 45, 46] [EL Fine]: sql: 2024-05-15 19:02:23.23--ClientSession(1178331325)--Connection(1649489843)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?) bind => [41, 51, 52, 53, 54] [EL Fine]: sql: 2024-05-15 19:02:23.23--ClientSession(1178331325)--Connection(1649489843)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?) bind => [41, 47, 48, 49, 50] [EL Fine]: sql: 2024-05-15 19:02:23.232--ClientSession(1695538346)--Connection(1649489843)--Thread(Thread[main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: connection: 2024-05-15 19:02:23.232--ServerSession(2045916970)--Connection(1649489843)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:02:23.233--ServerSession(2045916970)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:02:23.233--ServerSession(2045916970)--Connection(1731739297)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [EL Info]: 2024-05-15 19:02:23.242--ServerSession(1335584459)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:23.287--ServerSession(95735313)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [INFO] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector [EL Info]: 2024-05-15 19:02:23.36--ServerSession(377590926)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:23.39--ServerSession(139442732)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:23.414--ServerSession(1241045398)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:23.436--ServerSession(1182798400)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.persistence.jpa.test.server.TestJNDIConnector [INFO] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [EL Info]: 2024-05-15 19:02:23.464--ServerSession(1778888873)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:23.487--ServerSession(2038829402)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [INFO] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [EL Info]: 2024-05-15 19:02:23.536--ServerSession(608895808)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [EL Info]: 2024-05-15 19:02:23.567--ServerSession(197186400)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [INFO] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding [EL Finest]: properties: 2024-05-15 19:02:23.648--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-05-15 19:02:23.648--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024-05-15 19:02:23.648--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024-05-15 19:02:23.648--ServerSession(1641855274)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Initial; factoryCount 0 [EL Finest]: properties: 2024-05-15 19:02:23.648--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024-05-15 19:02:23.649--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024-05-15 19:02:23.649--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Finer]: metadata: 2024-05-15 19:02:23.649--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Config]: metadata: 2024-05-15 19:02:23.65--ServerSession(1641855274)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:23.651--ServerSession(1641855274)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GenericEntity. [EL Config]: metadata: 2024-05-15 19:02:23.651--ServerSession(1641855274)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GENERICENTITY. [EL Finer]: weaver: 2024-05-15 19:02:23.651--ServerSession(1641855274)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.jpa.test.property.model.GenericEntity] registered to be processed by weaver. [EL Finest]: jpa: 2024-05-15 19:02:23.651--ServerSession(1641855274)--Thread(Thread[main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024-05-15 19:02:23.651--Thread(Thread[main,5,main])--JavaSECMPInitializer - global instrumentation is null. [EL Finest]: jpa: 2024-05-15 19:02:23.651--ServerSession(1641855274)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024-05-15 19:02:23.651--ServerSession(1641855274)--Thread(Thread[main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024-05-15 19:02:23.652--ServerSession(1641855274)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization. [EL Finest]: jpa: 2024-05-15 19:02:23.652--ServerSession(1641855274)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024-05-15 19:02:23.652--ServerSession(1641855274)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024-05-15 19:02:23.652--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-05-15 19:02:23.652--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.force-bind-parameters; value=true [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.driver; value=com.mysql.cj.jdbc.Driver [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [EL Finest]: properties: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--property=jakarta.persistence.query.timeout; value=1000 [EL Info]: 2024-05-15 19:02:23.653--ServerSession(1641855274)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024-05-15 19:02:23.663--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*) [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2ZPlatform, regular expression: (?i).*db2.*dsn.* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2MainframePlatform, regular expression: (?i).*(db2|AS).*(AS/400|qsq).* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2Platform, regular expression: (?i).*db2.* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.PointBasePlatform, regular expression: (?is)pointbase.* [EL Finest]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.MySQLPlatform, regular expression: (?i)mysql.* [EL Fine]: connection: 2024-05-15 19:02:23.664--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:02:23.664--ServerSession(1641855274)--Connection(98197629)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:02:23.673--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Finest]: connection: 2024-05-15 19:02:23.673--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024-05-15 19:02:23.673--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024-05-15 19:02:23.674--ServerSession(1641855274)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF login successful [EL Finest]: query: 2024-05-15 19:02:23.674--ServerSession(1641855274)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-05-15 19:02:23.674--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.674--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Finest]: connection: 2024-05-15 19:02:23.676--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:02:23.676--ServerSession(1641855274)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-05-15 19:02:23.676--ServerSession(1641855274)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-05-15 19:02:23.676--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.676--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-05-15 19:02:23.677--ServerSession(1641855274)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:02:23.678--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:02:23.678--ServerSession(1641855274)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-05-15 19:02:23.678--ServerSession(1641855274)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-05-15 19:02:23.678--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.678--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-05-15 19:02:23.679--ServerSession(1641855274)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:02:23.679--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:02:23.679--ServerSession(1641855274)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-05-15 19:02:23.679--ServerSession(1641855274)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-05-15 19:02:23.679--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.679--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-05-15 19:02:23.68--ServerSession(1641855274)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:02:23.68--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:02:23.68--ServerSession(1641855274)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-05-15 19:02:23.68--ServerSession(1641855274)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-05-15 19:02:23.68--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.68--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-05-15 19:02:23.681--ServerSession(1641855274)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-05-15 19:02:23.682--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-05-15 19:02:23.682--ServerSession(1641855274)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-05-15 19:02:23.682--ServerSession(1641855274)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 TINYINT(1) default 0, ITEM_DATE1 DATETIME, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR))") [EL Finest]: connection: 2024-05-15 19:02:23.682--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.682--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 TINYINT(1) default 0, ITEM_DATE1 DATETIME, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Finest]: connection: 2024-05-15 19:02:23.688--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024-05-15 19:02:23.688--Thread(Thread[main,5,main])--The table (GENERICENTITY) is created. [EL Finer]: metamodel: 2024-05-15 19:02:23.688--ServerSession(1641855274)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization. [EL Finest]: jpa: 2024-05-15 19:02:23.688--ServerSession(1641855274)--Thread(Thread[main,5,main])--End deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1 [EL Finer]: connection: 2024-05-15 19:02:23.69--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1464075343 [EL Finer]: transaction: 2024-05-15 19:02:23.69--ClientSession(1464075343)--Thread(Thread[main,5,main])--acquire unit of work: 888307490 [EL Finest]: query: 2024-05-15 19:02:23.69--UnitOfWork(888307490)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))") [EL Finest]: connection: 2024-05-15 19:02:23.69--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.69--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?)) bind => [2, -3, -3] [EL Finest]: connection: 2024-05-15 19:02:23.692--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.692--UnitOfWork(888307490)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.692--ClientSession(1464075343)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.693--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1461171514 [EL Finer]: transaction: 2024-05-15 19:02:23.693--ClientSession(1461171514)--Thread(Thread[main,5,main])--acquire unit of work: 972187771 [EL Finest]: query: 2024-05-15 19:02:23.693--UnitOfWork(972187771)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))") [EL Finest]: connection: 2024-05-15 19:02:23.693--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.693--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?)) bind => [2, -3, -3] [EL Finest]: connection: 2024-05-15 19:02:23.693--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.693--UnitOfWork(972187771)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.693--ClientSession(1461171514)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.694--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1930633891 [EL Finer]: transaction: 2024-05-15 19:02:23.694--ClientSession(1930633891)--Thread(Thread[main,5,main])--acquire unit of work: 1067405151 [EL Finest]: query: 2024-05-15 19:02:23.694--UnitOfWork(1067405151)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?)") [EL Finest]: connection: 2024-05-15 19:02:23.694--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.694--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?) bind => [2, 2, 1] [EL Finest]: connection: 2024-05-15 19:02:23.695--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.695--UnitOfWork(1067405151)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.695--ClientSession(1930633891)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.695--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1573847723 [EL Finer]: transaction: 2024-05-15 19:02:23.695--ClientSession(1573847723)--Thread(Thread[main,5,main])--acquire unit of work: 461557542 [EL Finest]: query: 2024-05-15 19:02:23.695--UnitOfWork(461557542)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)") [EL Finest]: connection: 2024-05-15 19:02:23.695--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.695--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?) bind => [2, 2, 2, 2, 1] [EL Finest]: connection: 2024-05-15 19:02:23.696--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.696--UnitOfWork(461557542)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.696--ClientSession(1573847723)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.696--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1552622113 [EL Finer]: transaction: 2024-05-15 19:02:23.696--ClientSession(1552622113)--Thread(Thread[main,5,main])--acquire unit of work: 910286362 [EL Finest]: query: 2024-05-15 19:02:23.696--UnitOfWork(910286362)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?)") [EL Finest]: connection: 2024-05-15 19:02:23.696--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.696--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?) bind => [4, 4, 1] [EL Finest]: connection: 2024-05-15 19:02:23.697--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.697--UnitOfWork(910286362)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.697--ClientSession(1552622113)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.697--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 123583635 [EL Finer]: transaction: 2024-05-15 19:02:23.698--ClientSession(123583635)--Thread(Thread[main,5,main])--acquire unit of work: 472758765 [EL Finest]: query: 2024-05-15 19:02:23.698--UnitOfWork(472758765)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))") [EL Finest]: connection: 2024-05-15 19:02:23.698--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.698--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?))) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024-05-15 19:02:23.698--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.698--UnitOfWork(472758765)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.698--ClientSession(123583635)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.699--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 999853255 [EL Finer]: transaction: 2024-05-15 19:02:23.699--ClientSession(999853255)--Thread(Thread[main,5,main])--acquire unit of work: 2115067835 [EL Finest]: query: 2024-05-15 19:02:23.699--UnitOfWork(2115067835)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))") [EL Finest]: connection: 2024-05-15 19:02:23.699--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.699--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?))) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024-05-15 19:02:23.699--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.699--UnitOfWork(2115067835)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.699--ClientSession(999853255)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.7--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 2011886624 [EL Finer]: transaction: 2024-05-15 19:02:23.7--ClientSession(2011886624)--Thread(Thread[main,5,main])--acquire unit of work: 1571994236 [EL Finest]: query: 2024-05-15 19:02:23.7--UnitOfWork(1571994236)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))") [EL Finest]: connection: 2024-05-15 19:02:23.7--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.7--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?)) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024-05-15 19:02:23.7--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.7--UnitOfWork(1571994236)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.7--ClientSession(2011886624)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.701--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 320034736 [EL Finer]: transaction: 2024-05-15 19:02:23.701--ClientSession(320034736)--Thread(Thread[main,5,main])--acquire unit of work: 121280641 [EL Finest]: query: 2024-05-15 19:02:23.701--UnitOfWork(121280641)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?))") [EL Finest]: connection: 2024-05-15 19:02:23.701--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.701--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?)) bind => [1, 1, 5, TEST1, TEST2, HELLO, TEST3] [EL Finest]: connection: 2024-05-15 19:02:23.702--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.702--UnitOfWork(121280641)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.702--ClientSession(320034736)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.702--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 891846671 [EL Finer]: transaction: 2024-05-15 19:02:23.702--ClientSession(891846671)--Thread(Thread[main,5,main])--acquire unit of work: 1979722084 [EL Finest]: query: 2024-05-15 19:02:23.702--UnitOfWork(1979722084)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024-05-15 19:02:23.702--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.702--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, 4, 4, 5, 6] [EL Finest]: connection: 2024-05-15 19:02:23.703--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.703--UnitOfWork(1979722084)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.703--ClientSession(891846671)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.703--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1310197447 [EL Finer]: transaction: 2024-05-15 19:02:23.703--ClientSession(1310197447)--Thread(Thread[main,5,main])--acquire unit of work: 1904307519 [EL Finest]: query: 2024-05-15 19:02:23.703--UnitOfWork(1904307519)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024-05-15 19:02:23.703--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.703--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, a, a, b, c] [EL Finest]: connection: 2024-05-15 19:02:23.704--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.704--UnitOfWork(1904307519)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.704--ClientSession(1310197447)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.704--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 662254233 [EL Finer]: transaction: 2024-05-15 19:02:23.704--ClientSession(662254233)--Thread(Thread[main,5,main])--acquire unit of work: 1498229014 [EL Finest]: query: 2024-05-15 19:02:23.704--UnitOfWork(1498229014)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024-05-15 19:02:23.704--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.704--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, 4, 5, 4, 6] [EL Finest]: connection: 2024-05-15 19:02:23.705--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.705--UnitOfWork(1498229014)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.705--ClientSession(662254233)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.705--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1992741595 [EL Finer]: transaction: 2024-05-15 19:02:23.705--ClientSession(1992741595)--Thread(Thread[main,5,main])--acquire unit of work: 215733097 [EL Finest]: query: 2024-05-15 19:02:23.705--UnitOfWork(215733097)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?))") [EL Finest]: connection: 2024-05-15 19:02:23.705--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.705--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?)) bind => [2, a, b, c] [EL Finest]: connection: 2024-05-15 19:02:23.706--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.706--UnitOfWork(215733097)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.706--ClientSession(1992741595)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.707--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 532991009 [EL Finer]: transaction: 2024-05-15 19:02:23.707--ClientSession(532991009)--Thread(Thread[main,5,main])--acquire unit of work: 514417019 [EL Finest]: query: 2024-05-15 19:02:23.707--UnitOfWork(514417019)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)") [EL Finest]: connection: 2024-05-15 19:02:23.707--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.707--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?) bind => [1, 0, 99] [EL Finest]: connection: 2024-05-15 19:02:23.707--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.707--UnitOfWork(514417019)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.707--ClientSession(532991009)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.708--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1415237181 [EL Finer]: transaction: 2024-05-15 19:02:23.708--ClientSession(1415237181)--Thread(Thread[main,5,main])--acquire unit of work: 111507840 [EL Finest]: query: 2024-05-15 19:02:23.708--UnitOfWork(111507840)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)") [EL Finest]: connection: 2024-05-15 19:02:23.708--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.708--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?) bind => [1, 0, 99] [EL Finest]: connection: 2024-05-15 19:02:23.708--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.708--UnitOfWork(111507840)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.709--ClientSession(1415237181)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.709--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1266176398 [EL Finer]: transaction: 2024-05-15 19:02:23.709--ClientSession(1266176398)--Thread(Thread[main,5,main])--acquire unit of work: 1277123332 [EL Finest]: query: 2024-05-15 19:02:23.709--UnitOfWork(1277123332)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)") [EL Finest]: connection: 2024-05-15 19:02:23.709--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.709--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?) bind => [1, 1, 20, 300] [EL Finest]: connection: 2024-05-15 19:02:23.709--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.709--UnitOfWork(1277123332)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.71--ClientSession(1266176398)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.71--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1627196028 [EL Finer]: transaction: 2024-05-15 19:02:23.71--ClientSession(1627196028)--Thread(Thread[main,5,main])--acquire unit of work: 1374388139 [EL Finest]: query: 2024-05-15 19:02:23.71--UnitOfWork(1374388139)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ?") [EL Finest]: connection: 2024-05-15 19:02:23.71--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.71--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ? bind => [1, HELLO_WORLD, HELLO%, _] [EL Finest]: connection: 2024-05-15 19:02:23.71--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.711--UnitOfWork(1374388139)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.711--ClientSession(1627196028)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.711--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1796540492 [EL Finer]: transaction: 2024-05-15 19:02:23.711--ClientSession(1796540492)--Thread(Thread[main,5,main])--acquire unit of work: 1006481939 [EL Finest]: query: 2024-05-15 19:02:23.711--UnitOfWork(1006481939)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?") [EL Finest]: connection: 2024-05-15 19:02:23.711--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.711--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ? bind => [1, HELLO%] [EL Finest]: connection: 2024-05-15 19:02:23.711--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.711--UnitOfWork(1006481939)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.711--ClientSession(1796540492)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.713--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 302356145 [EL Finer]: transaction: 2024-05-15 19:02:23.713--ClientSession(302356145)--Thread(Thread[main,5,main])--acquire unit of work: 1349685397 [EL Finest]: query: 2024-05-15 19:02:23.713--UnitOfWork(1349685397)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=GenericEntity sql="SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))") [EL Finest]: connection: 2024-05-15 19:02:23.713--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.713--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?))) bind => [Test, 1, 33] [EL Finest]: connection: 2024-05-15 19:02:23.714--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.714--UnitOfWork(1349685397)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.714--ClientSession(302356145)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.714--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 597063187 [EL Finer]: transaction: 2024-05-15 19:02:23.714--ClientSession(597063187)--Thread(Thread[main,5,main])--acquire unit of work: 214968809 [EL Finest]: query: 2024-05-15 19:02:23.714--UnitOfWork(214968809)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=GenericEntity sql="SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))") [EL Finest]: connection: 2024-05-15 19:02:23.715--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.715--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?))) bind => [Test, 1, 33] [EL Finest]: connection: 2024-05-15 19:02:23.715--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.715--UnitOfWork(214968809)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.715--ClientSession(597063187)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.716--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 1187710977 [EL Finer]: transaction: 2024-05-15 19:02:23.716--ClientSession(1187710977)--Thread(Thread[main,5,main])--acquire unit of work: 562405853 [EL Finest]: query: 2024-05-15 19:02:23.716--UnitOfWork(562405853)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?))))") [EL Finest]: connection: 2024-05-15 19:02:23.716--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.716--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?)))) bind => [2, 1, -, 99, -] [EL Finest]: connection: 2024-05-15 19:02:23.716--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.716--UnitOfWork(562405853)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.716--ClientSession(1187710977)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:02:23.717--ServerSession(1641855274)--Thread(Thread[main,5,main])--client acquired: 499261727 [EL Finer]: transaction: 2024-05-15 19:02:23.717--ClientSession(499261727)--Thread(Thread[main,5,main])--acquire unit of work: 1799914653 [EL Finest]: query: 2024-05-15 19:02:23.717--UnitOfWork(1799914653)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?))))") [EL Finest]: connection: 2024-05-15 19:02:23.717--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:02:23.717--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?)))) bind => [2, 1, 1, 99, 99] [EL Finest]: connection: 2024-05-15 19:02:23.717--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:23.717--UnitOfWork(1799914653)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:02:23.717--ClientSession(499261727)--Thread(Thread[main,5,main])--client released [EL Finest]: jpa: 2024-05-15 19:02:23.718--ServerSession(1641855274)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1 [EL Fine]: connection: 2024-05-15 19:02:23.718--ServerSession(1641855274)--Connection(1099140501)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2024-05-15 19:02:23.718--ServerSession(1641855274)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2024-05-15 19:02:23.718--ServerSession(1641855274)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF logout successful [EL Fine]: connection: 2024-05-15 19:02:23.718--ServerSession(1641855274)--Connection(98197629)--Thread(Thread[main,5,main])--disconnect [EL Finest]: jpa: 2024-05-15 19:02:23.718--ServerSession(1641855274)--Thread(Thread[main,5,main])--End undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Undeployed; factoryCount 0 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.persistence.jpa.test.property.TestParameterBinding [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCast [EL Finer]: jpa: 2024-05-15 19:02:23.72--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Info]: 2024-05-15 19:02:23.723--ServerSession(1873927416)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.persistence.jpa.test.property.TestSQLCast [INFO] Running org.eclipse.persistence.jpa.test.weave.TestWeaving [EL Info]: 2024-05-15 19:02:23.826--ServerSession(308524997)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.persistence.jpa.test.weave.TestWeaving [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [EL Info]: 2024-05-15 19:02:23.862--ServerSession(15156465)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [EL Info]: 2024-05-15 19:02:23.901--ServerSession(1765566488)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [EL Info]: 2024-05-15 19:02:23.975--ServerSession(1918121958)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:24.012--ServerSession(134348038)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [EL Info]: 2024-05-15 19:02:24.062--ServerSession(1791431177)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [EL Info]: 2024-05-15 19:02:24.113--ServerSession(373529940)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:24.155--ServerSession(1253389702)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:24.192--ServerSession(1341786745)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [INFO] Running org.eclipse.persistence.jpa.test.diagnostic.TestDiagnostic [EL Info]: 2024-05-15 19:02:24.281--ServerSession(1507674917)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:02:24.308--ServerSession(1507674917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BRANCHB_DIAGNOSTIC' Error Code: 1051 Call: DROP TABLE BRANCHB_DIAGNOSTIC Query: DataModifyQuery(sql="DROP TABLE BRANCHB_DIAGNOSTIC") [EL Warning]: 2024-05-15 19:02:24.309--ServerSession(1507674917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BRANCHA_DIAGNOSTIC' Error Code: 1051 Call: DROP TABLE BRANCHA_DIAGNOSTIC Query: DataModifyQuery(sql="DROP TABLE BRANCHA_DIAGNOSTIC") [EL Warning]: 2024-05-15 19:02:24.319--ServerSession(1507674917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to open the referenced table 'brancha_diagnostic' Error Code: 1824 Call: ALTER TABLE BRANCHB_DIAGNOSTIC ADD CONSTRAINT fk_brancha FOREIGN KEY ( brancha_fk ) REFERENCES brancha_diagnostic (id) Query: DataModifyQuery(sql="ALTER TABLE BRANCHB_DIAGNOSTIC ADD CONSTRAINT fk_brancha FOREIGN KEY ( brancha_fk ) REFERENCES brancha_diagnostic (id)") [EL Info]: 2024-05-15 19:02:24.35--ServerSession(1551731339)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Finer]: connection: 2024-05-15 19:02:24.376--ServerSession(1551731339)--client acquired: 602441039 [EL Finer]: transaction: 2024-05-15 19:02:24.376--ClientSession(602441039)--acquire unit of work: 516440469 [EL Finest]: transaction: 2024-05-15 19:02:24.376--UnitOfWork(516440469)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024-05-15 19:02:24.377--UnitOfWork(516440469)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024-05-15 19:02:24.378--UnitOfWork(516440469)--begin unit of work flush [EL Finest]: query: 2024-05-15 19:02:24.378--UnitOfWork(516440469)--Execute query InsertObjectQuery(BranchADiagnostic{id=2}) [EL Finest]: connection: 2024-05-15 19:02:24.378--ServerSession(1551731339)--Connection(1412754717)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.378--ClientSession(602441039)--Connection(1412754717)--begin transaction [EL Fine]: sql: 2024-05-15 19:02:24.379--ClientSession(602441039)--Connection(1412754717)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024-05-15 19:02:24.38--UnitOfWork(516440469)--Execute query InsertObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024-05-15 19:02:24.38--ClientSession(602441039)--Connection(1412754717)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024-05-15 19:02:24.381--UnitOfWork(516440469)--end unit of work flush [EL Finer]: transaction: 2024-05-15 19:02:24.381--UnitOfWork(516440469)--resume unit of work [EL Finer]: transaction: 2024-05-15 19:02:24.381--UnitOfWork(516440469)--begin unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.381--ClientSession(602441039)--Connection(1412754717)--commit transaction [EL Finest]: connection: 2024-05-15 19:02:24.382--ServerSession(1551731339)--Connection(1412754717)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.385--UnitOfWork(516440469)--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.385--UnitOfWork(516440469)--resume unit of work [EL Finest]: transaction: 2024-05-15 19:02:24.385--UnitOfWork(516440469)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024-05-15 19:02:24.385--UnitOfWork(516440469)--begin unit of work commit [EL Finest]: query: 2024-05-15 19:02:24.386--UnitOfWork(516440469)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024-05-15 19:02:24.386--UnitOfWork(516440469)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finest]: query: 2024-05-15 19:02:24.386--UnitOfWork(516440469)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=22}) [EL Finest]: connection: 2024-05-15 19:02:24.386--ServerSession(1551731339)--Connection(1412754717)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.386--ClientSession(602441039)--Connection(1412754717)--begin transaction [EL Fine]: sql: 2024-05-15 19:02:24.387--ClientSession(602441039)--Connection(1412754717)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024-05-15 19:02:24.387--UnitOfWork(516440469)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024-05-15 19:02:24.387--ClientSession(602441039)--Connection(1412754717)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024-05-15 19:02:24.387--ClientSession(602441039)--Connection(1412754717)--commit transaction [EL Finest]: connection: 2024-05-15 19:02:24.388--ServerSession(1551731339)--Connection(1412754717)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.389--UnitOfWork(516440469)--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.389--UnitOfWork(516440469)--resume unit of work [EL Finer]: transaction: 2024-05-15 19:02:24.39--UnitOfWork(516440469)--begin unit of work commit [EL Finest]: query: 2024-05-15 19:02:24.39--UnitOfWork(516440469)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finer]: transaction: 2024-05-15 19:02:24.39--UnitOfWork(516440469)--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.39--UnitOfWork(516440469)--resume unit of work [EL Finest]: query: 2024-05-15 19:02:24.39--UnitOfWork(516440469)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024-05-15 19:02:24.391--UnitOfWork(516440469)--validate object space. [EL Warning]: cache: 2024-05-15 19:02:24.391--UnitOfWork(516440469)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024-05-15 19:02:24.391--UnitOfWork(516440469)--corrupt object referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024-05-15 19:02:24.391--UnitOfWork(516440469)--corrupt object: BranchBDiagnostic{id=22} [EL Finest]: query: 2024-05-15 19:02:24.392--UnitOfWork(516440469)--Execute query ReadObjectQuery(name="findBranchADiagnosticById" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024-05-15 19:02:24.392--UnitOfWork(516440469)--validate object space. [EL Warning]: cache: 2024-05-15 19:02:24.392--UnitOfWork(516440469)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024-05-15 19:02:24.392--UnitOfWork(516440469)--corrupt object referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024-05-15 19:02:24.392--UnitOfWork(516440469)--corrupt object: BranchBDiagnostic{id=22} [EL Finer]: transaction: 2024-05-15 19:02:24.392--UnitOfWork(516440469)--release unit of work [EL Finer]: connection: 2024-05-15 19:02:24.392--ClientSession(602441039)--client released [EL Finest]: jpa: 2024-05-15 19:02:24.392--ServerSession(1551731339)--Begin undeploying Persistence Unit diagnostic-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-test-pu; state Deployed; factoryCount 1 [EL Fine]: connection: 2024-05-15 19:02:24.393--ServerSession(1551731339)--Connection(1412754717)--disconnect [EL Finer]: cache: 2024-05-15 19:02:24.393--ServerSession(1551731339)--initialize identitymaps [EL Fine]: connection: 2024-05-15 19:02:24.393--ServerSession(1551731339)--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-test-pu logout successful [EL Fine]: connection: 2024-05-15 19:02:24.393--ServerSession(1551731339)--Connection(621938341)--disconnect [EL Finest]: jpa: 2024-05-15 19:02:24.393--ServerSession(1551731339)--End undeploying Persistence Unit diagnostic-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-test-pu; state Undeployed; factoryCount 0 [EL Info]: 2024-05-15 19:02:24.424--ServerSession(862572946)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Finer]: connection: 2024-05-15 19:02:24.449--ServerSession(862572946)--client acquired: 643324129 [EL Finer]: transaction: 2024-05-15 19:02:24.449--ClientSession(643324129)--acquire unit of work: 2012924478 [EL Finest]: transaction: 2024-05-15 19:02:24.449--UnitOfWork(2012924478)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024-05-15 19:02:24.449--UnitOfWork(2012924478)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024-05-15 19:02:24.449--UnitOfWork(2012924478)--begin unit of work flush [EL Finest]: query: 2024-05-15 19:02:24.45--UnitOfWork(2012924478)--Execute query InsertObjectQuery(BranchADiagnostic{id=1}) [EL Finest]: connection: 2024-05-15 19:02:24.45--ServerSession(862572946)--Connection(1904137593)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.45--ClientSession(643324129)--Connection(1904137593)--begin transaction [EL Fine]: sql: 2024-05-15 19:02:24.45--ClientSession(643324129)--Connection(1904137593)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024-05-15 19:02:24.451--UnitOfWork(2012924478)--Execute query InsertObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024-05-15 19:02:24.451--ClientSession(643324129)--Connection(1904137593)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024-05-15 19:02:24.452--UnitOfWork(2012924478)--end unit of work flush [EL Finer]: transaction: 2024-05-15 19:02:24.452--UnitOfWork(2012924478)--resume unit of work [EL Finer]: transaction: 2024-05-15 19:02:24.452--UnitOfWork(2012924478)--begin unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.452--ClientSession(643324129)--Connection(1904137593)--commit transaction [EL Finest]: connection: 2024-05-15 19:02:24.452--ServerSession(862572946)--Connection(1904137593)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.455--UnitOfWork(2012924478)--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.455--UnitOfWork(2012924478)--resume unit of work [EL Finest]: transaction: 2024-05-15 19:02:24.455--UnitOfWork(2012924478)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024-05-15 19:02:24.455--UnitOfWork(2012924478)--begin unit of work commit [EL Finest]: query: 2024-05-15 19:02:24.455--UnitOfWork(2012924478)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024-05-15 19:02:24.455--UnitOfWork(2012924478)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finest]: query: 2024-05-15 19:02:24.456--UnitOfWork(2012924478)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=11}) [EL Finest]: connection: 2024-05-15 19:02:24.456--ServerSession(862572946)--Connection(1904137593)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.456--ClientSession(643324129)--Connection(1904137593)--begin transaction [EL Fine]: sql: 2024-05-15 19:02:24.456--ClientSession(643324129)--Connection(1904137593)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024-05-15 19:02:24.456--UnitOfWork(2012924478)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024-05-15 19:02:24.456--ClientSession(643324129)--Connection(1904137593)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024-05-15 19:02:24.457--ClientSession(643324129)--Connection(1904137593)--commit transaction [EL Finest]: connection: 2024-05-15 19:02:24.457--ServerSession(862572946)--Connection(1904137593)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:02:24.458--UnitOfWork(2012924478)--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.458--UnitOfWork(2012924478)--resume unit of work [EL Finer]: transaction: 2024-05-15 19:02:24.458--UnitOfWork(2012924478)--begin unit of work commit [EL Finest]: query: 2024-05-15 19:02:24.458--UnitOfWork(2012924478)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finer]: transaction: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--resume unit of work [EL Finest]: query: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--validate object space. [EL Warning]: cache: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=1}] [EL Warning]: cache: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--corrupt object referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--corrupt object: BranchBDiagnostic{id=11} [EL Finer]: transaction: 2024-05-15 19:02:24.459--UnitOfWork(2012924478)--release unit of work [EL Finer]: connection: 2024-05-15 19:02:24.459--ClientSession(643324129)--client released [EL Finest]: jpa: 2024-05-15 19:02:24.459--ServerSession(862572946)--Begin undeploying Persistence Unit diagnostic-with-property-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-with-property-test-pu; state Deployed; factoryCount 1 [EL Fine]: connection: 2024-05-15 19:02:24.459--ServerSession(862572946)--Connection(1904137593)--disconnect [EL Finer]: cache: 2024-05-15 19:02:24.46--ServerSession(862572946)--initialize identitymaps [EL Fine]: connection: 2024-05-15 19:02:24.46--ServerSession(862572946)--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-with-property-test-pu logout successful [EL Fine]: connection: 2024-05-15 19:02:24.46--ServerSession(862572946)--Connection(701282442)--disconnect [EL Finest]: jpa: 2024-05-15 19:02:24.46--ServerSession(862572946)--End undeploying Persistence Unit diagnostic-with-property-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-with-property-test-pu; state Undeployed; factoryCount 0 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.persistence.jpa.test.diagnostic.TestDiagnostic [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction [EL Info]: 2024-05-15 19:02:24.467--ServerSession(956660988)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.persistence.jpa.test.criteria.TestNegFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [EL Info]: 2024-05-15 19:02:24.511--ServerSession(1512346100)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [EL Info]: 2024-05-15 19:02:24.561--ServerSession(139018849)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [EL Info]: 2024-05-15 19:02:24.713--ServerSession(313061020)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [EL Info]: 2024-05-15 19:02:24.787--ServerSession(1942385846)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [EL Fine]: server: 2024-05-15 19:02:24.812--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:02:24.813--ServerSession(310622040)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.814--ServerSession(310622040)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.814--ServerSession(310622040)--Thread(Thread[main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping. [EL Config]: metadata: 2024-05-15 19:02:24.814--ServerSession(310622040)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field teaShops] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.TeaShop. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field teas] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.Tea. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: Coffee. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: COFFEE. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 19:02:24.815--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: Tea. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: TEA. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [cost] is being defaulted to: COST. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TeaShop. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TEASHOP. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field teaShops] is being defaulted to: TEA_TEASHOP. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [teaShops] is being defaulted to: Tea_ID. [EL Config]: metadata: 2024-05-15 19:02:24.816--ServerSession(310622040)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.817--ServerSession(310622040)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [teaShops] is being defaulted to: teaShops_ID. [EL Config]: metadata: 2024-05-15 19:02:24.817--ServerSession(310622040)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teas] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.817--ServerSession(310622040)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teas] is being defaulted to: ID. [EL Fine]: server: 2024-05-15 19:02:24.818--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:02:24.819--ServerSession(1003410684)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field childEntity] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field teaShops] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.TeaShop. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field teas] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.Tea. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: Coffee. [EL Config]: metadata: 2024-05-15 19:02:24.82--ServerSession(1003410684)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: COFFEE. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: StepExecutionEntity. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: STEPEXECUTIONENTITY. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: Tea. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: TEA. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [cost] is being defaulted to: COST. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TeaShop. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TEASHOP. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-05-15 19:02:24.821--ServerSession(1003410684)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field childEntity] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field teaShops] is being defaulted to: TEA_TEASHOP. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [teaShops] is being defaulted to: Tea_ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [teaShops] is being defaulted to: teaShops_ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teas] is being defaulted to: ID. [EL Config]: metadata: 2024-05-15 19:02:24.822--ServerSession(1003410684)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teas] is being defaulted to: ID. [EL Info]: 2024-05-15 19:02:24.824--ServerSession(310622040)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:02:24.834--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:02:24.834--ServerSession(310622040)--Connection(2103371763)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:02:24.843--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:02:24.845--ServerSession(310622040)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_baseEMF login successful [EL Fine]: sql: 2024-05-15 19:02:24.845--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID [EL Fine]: sql: 2024-05-15 19:02:24.846--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.847--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_DETAILS' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID") [EL Fine]: sql: 2024-05-15 19:02:24.847--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID [EL Fine]: sql: 2024-05-15 19:02:24.847--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.848--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_TEASHOP' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID") [EL Fine]: sql: 2024-05-15 19:02:24.848--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID [EL Fine]: sql: 2024-05-15 19:02:24.848--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.848--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_TEASHOP' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID") [EL Fine]: sql: 2024-05-15 19:02:24.849--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID [EL Fine]: sql: 2024-05-15 19:02:24.849--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.849--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEASHOP_TEA' doesn't exist Error Code: 1146 Call: ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID") [EL Fine]: sql: 2024-05-15 19:02:24.849--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID [EL Fine]: sql: 2024-05-15 19:02:24.85--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.85--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEASHOP_TEA' doesn't exist Error Code: 1146 Call: ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID") [EL Fine]: sql: 2024-05-15 19:02:24.85--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-05-15 19:02:24.851--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.851--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-05-15 19:02:24.851--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-05-15 19:02:24.852--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.852--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-05-15 19:02:24.852--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-05-15 19:02:24.853--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.853--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-05-15 19:02:24.853--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.854--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.854--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.854--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.855--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.855--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.855--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-05-15 19:02:24.856--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.856--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-05-15 19:02:24.856--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-05-15 19:02:24.857--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.857--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-05-15 19:02:24.857--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-05-15 19:02:24.858--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.858--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-05-15 19:02:24.858--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-05-15 19:02:24.859--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.859--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-05-15 19:02:24.859--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.86--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.86--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.86--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.861--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.861--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.861--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-05-15 19:02:24.862--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.862--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-05-15 19:02:24.862--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-05-15 19:02:24.863--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.863--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-05-15 19:02:24.863--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-05-15 19:02:24.864--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.864--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-05-15 19:02:24.864--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-05-15 19:02:24.865--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.865--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-05-15 19:02:24.865--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.866--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.866--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.866--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.867--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.867--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.867--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-05-15 19:02:24.868--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.868--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-05-15 19:02:24.868--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-05-15 19:02:24.869--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.869--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-05-15 19:02:24.869--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-05-15 19:02:24.87--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.87--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-05-15 19:02:24.87--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-05-15 19:02:24.871--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.871--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-05-15 19:02:24.871--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.872--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.872--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.872--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.873--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.873--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.873--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-05-15 19:02:24.874--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.874--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-05-15 19:02:24.874--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-05-15 19:02:24.875--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.875--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-05-15 19:02:24.875--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-05-15 19:02:24.875--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.876--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-05-15 19:02:24.876--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-05-15 19:02:24.876--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.877--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-05-15 19:02:24.877--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.877--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.878--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.878--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-05-15 19:02:24.878--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.878--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-05-15 19:02:24.879--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-05-15 19:02:24.879--ServerSession(310622040)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:24.879--ServerSession(310622040)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-05-15 19:02:24.88--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--CREATE TABLE COFFEE (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:24.884--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--CREATE TABLE TEA (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:24.887--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST DOUBLE, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [EL Fine]: sql: 2024-05-15 19:02:24.891--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:24.895--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--CREATE TABLE TEA_TEASHOP (Tea_ID BIGINT NOT NULL, teaShops_ID BIGINT NOT NULL, PRIMARY KEY (Tea_ID, teaShops_ID)) [EL Fine]: sql: 2024-05-15 19:02:24.898--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP_TEA (TEASHOP_ID BIGINT NOT NULL, TEA_ID BIGINT NOT NULL, PRIMARY KEY (TEASHOP_ID, TEA_ID)) [EL Fine]: sql: 2024-05-15 19:02:24.902--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT FK_TEA_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-05-15 19:02:24.915--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_teaShops_ID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024-05-15 19:02:24.927--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-05-15 19:02:24.938--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEASHOP_ID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024-05-15 19:02:24.949--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-05-15 19:02:24.963--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Earl Grey, 3.29] [EL Fine]: sql: 2024-05-15 19:02:24.965--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2024-05-15 19:02:24.965--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Oolong, 2.34] [EL Fine]: sql: 2024-05-15 19:02:24.965--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2024-05-15 19:02:24.966--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?) bind => [1.29, Lipton, 1] [EL Fine]: sql: 2024-05-15 19:02:24.966--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?) bind => [0.75, Lipton, 2] [EL Fine]: sql: 2024-05-15 19:02:24.968--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP (ID, NAME) VALUES (?, ?) bind => [13, null] [EL Fine]: sql: 2024-05-15 19:02:24.969--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [2, 13] [EL Fine]: sql: 2024-05-15 19:02:24.969--ClientSession(1343259760)--Connection(313370115)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [1, 13] [EL Info]: 2024-05-15 19:02:24.976--ServerSession(1003410684)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:02:24.986--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:02:24.986--ServerSession(1003410684)--Connection(925108082)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:02:24.995--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:02:24.997--ServerSession(1003410684)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_propertyEMF login successful [EL Fine]: sql: 2024-05-15 19:02:24.998--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID [EL Fine]: sql: 2024-05-15 19:02:25.005--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID [EL Fine]: sql: 2024-05-15 19:02:25.005--ServerSession(1003410684)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:25.006--ServerSession(1003410684)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.STEPEXECUTIONENTITY' doesn't exist Error Code: 1146 Call: ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID Query: DataModifyQuery(sql="ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID") [EL Fine]: sql: 2024-05-15 19:02:25.006--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID [EL Fine]: sql: 2024-05-15 19:02:25.012--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID [EL Fine]: sql: 2024-05-15 19:02:25.017--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID [EL Fine]: sql: 2024-05-15 19:02:25.025--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID [EL Fine]: sql: 2024-05-15 19:02:25.03--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-05-15 19:02:25.033--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-05-15 19:02:25.036--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-05-15 19:02:25.039--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-05-15 19:02:25.042--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-05-15 19:02:25.043--ServerSession(1003410684)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:25.043--ServerSession(1003410684)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-05-15 19:02:25.043--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-05-15 19:02:25.046--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-05-15 19:02:25.048--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-05-15 19:02:25.049--ServerSession(1003410684)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:25.049--ServerSession(1003410684)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-05-15 19:02:25.049--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-05-15 19:02:25.05--ServerSession(1003410684)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:25.05--ServerSession(1003410684)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-05-15 19:02:25.05--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-05-15 19:02:25.051--ServerSession(1003410684)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:25.051--ServerSession(1003410684)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-05-15 19:02:25.051--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-05-15 19:02:25.052--ServerSession(1003410684)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:25.052--ServerSession(1003410684)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-05-15 19:02:25.052--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE COFFEE (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:25.056--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE TEA (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:25.061--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST DOUBLE, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [EL Fine]: sql: 2024-05-15 19:02:25.065--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:25.068--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE STEPEXECUTIONENTITY (ID BIGINT AUTO_INCREMENT NOT NULL, FK_ID BIGINT, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-05-15 19:02:25.071--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE TEA_TEASHOP (Tea_ID BIGINT NOT NULL, teaShops_ID BIGINT NOT NULL, PRIMARY KEY (Tea_ID, teaShops_ID)) [EL Fine]: sql: 2024-05-15 19:02:25.074--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP_TEA (TEASHOP_ID BIGINT NOT NULL, TEA_ID BIGINT NOT NULL, PRIMARY KEY (TEASHOP_ID, TEA_ID)) [EL Fine]: sql: 2024-05-15 19:02:25.078--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT FK_TEA_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-05-15 19:02:25.088--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE STEPEXECUTIONENTITY ADD CONSTRAINT FK_STEPEXECUTIONENTITY_FK_ID FOREIGN KEY (FK_ID) REFERENCES STEPEXECUTIONENTITY (ID) [EL Fine]: sql: 2024-05-15 19:02:25.099--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_teaShops_ID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024-05-15 19:02:25.108--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-05-15 19:02:25.12--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEASHOP_ID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024-05-15 19:02:25.129--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-05-15 19:02:25.142--ClientSession(1214202969)--Connection(1100973193)--Thread(Thread[main,5,main])--INSERT INTO STEPEXECUTIONENTITY (FK_ID) VALUES (?) bind => [null] [EL Fine]: sql: 2024-05-15 19:02:25.144--ClientSession(1214202969)--Connection(1100973193)--Thread(Thread[main,5,main])--UPDATE STEPEXECUTIONENTITY SET FK_ID = ? WHERE (ID = ?) bind => [1, 1] [EL Fine]: connection: 2024-05-15 19:02:25.146--ServerSession(310622040)--Connection(313370115)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:02:25.146--ServerSession(310622040)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_baseEMF logout successful [EL Fine]: connection: 2024-05-15 19:02:25.146--ServerSession(310622040)--Connection(2103371763)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:02:25.147--ServerSession(1003410684)--Connection(1100973193)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:02:25.147--ServerSession(1003410684)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_propertyEMF logout successful [EL Fine]: connection: 2024-05-15 19:02:25.147--ServerSession(1003410684)--Connection(925108082)--Thread(Thread[main,5,main])--disconnect [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.337 s - in org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [EL Info]: 2024-05-15 19:02:25.152--ServerSession(237553983)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 MySQLPlatform does not support SequenceObjects. Test is not valid. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [INFO] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge [EL Info]: 2024-05-15 19:02:25.188--ServerSession(996353653)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:02:25.221--ServerSession(996353653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException 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 'CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER)' at line 1 Error Code: 1064 Call: CREATE TABLE ParentEntity_SUBS (content CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER) Query: DataModifyQuery(sql="CREATE TABLE ParentEntity_SUBS (content CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER)") [EL Warning]: 2024-05-15 19:02:25.222--ServerSession(996353653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.ParentEntity_SUBS' doesn't exist Error Code: 1146 Call: ALTER TABLE ParentEntity_SUBS ADD CONSTRAINT FK_ParentEntity_SUBS_parent_id FOREIGN KEY (parent_id) REFERENCES PARENTENTITY (ID) Query: DataModifyQuery(sql="ALTER TABLE ParentEntity_SUBS ADD CONSTRAINT FK_ParentEntity_SUBS_parent_id FOREIGN KEY (parent_id) REFERENCES PARENTENTITY (ID)") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.persistence.jpa.test.lob.TestLobMerge [INFO] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [EL Info]: 2024-05-15 19:02:25.235--ServerSession(1142925642)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:25.278--ServerSession(1950043811)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:31.325--ServerSession(154479919)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:31.364--ServerSession(1698757089)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:31.404--ServerSession(127759798)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.214 s - in org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [INFO] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [EL Info]: 2024-05-15 19:02:31.444--ServerSession(333970621)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.083 s - in org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [INFO] Running org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [EL Info]: 2024-05-15 19:02:34.538--ServerSession(1566302979)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metamodel: 2024-05-15 19:02:34.556--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [EL Info]: 2024-05-15 19:02:34.562--ServerSession(1265782249)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [EL Warning]: metadata: 2024-05-15 19:02:34.706--ServerSession(974975026)--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. [EL Warning]: metadata: 2024-05-15 19:02:34.708--ServerSession(974975026)--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. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [EL Info]: 2024-05-15 19:02:34.756--ServerSession(1260296450)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Info]: 2024-05-15 19:02:34.783--ServerSession(84886821)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [INFO] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [EL Info]: 2024-05-15 19:02:34.811--ServerSession(1635035489)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [INFO] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [EL Info]: 2024-05-15 19:02:35.228--ServerSession(1029266890)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [INFO] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert [EL Info]: 2024-05-15 19:02:35.48--ServerSession(1831804750)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: 2024-05-15 19:02:35.508--ServerSession(1831804750)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMasterPK --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailPK --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbeddedEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Runtime Exceptions: --------------------------------------------------------- [EL Severe]: ejb: 2024-05-15 19:02:35.51--ServerSession(1831804750)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMasterPK --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailPK --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbeddedEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Runtime Exceptions: --------------------------------------------------------- Non supported platform. This test can be executed on OraclePlatform only! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.persistence.jpa.returninsert.TestReturnInsert [INFO] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [EL Info]: 2024-05-15 19:02:35.522--ServerSession(1731431720)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 19:02:35.541--ServerSession(1731431720)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2024-05-15 19:02:35.614--ServerSession(153509194)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [EL Info]: 2024-05-15 19:02:35.675--ServerSession(1782281778)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 19:02:35.697--ServerSession(1782281778)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2024-05-15 19:02:35.771--ServerSession(19195167)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable [EL Info]: 2024-05-15 19:02:35.835--ServerSession(856061082)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: metadata: 2024-05-15 19:02:35.854--ServerSession(856061082)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.persistence.jpa.embeddable.TestEmbeddable [INFO] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId [EL Fine]: server: 2024-05-15 19:02:35.927--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-05-15 19:02:35.928--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.929--ServerSession(259210553)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field compB] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB. [EL Config]: metadata: 2024-05-15 19:02:35.929--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.929--ServerSession(259210553)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field compBs] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB. [EL Config]: metadata: 2024-05-15 19:02:35.929--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.929--ServerSession(259210553)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field compA] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompA. [EL Config]: metadata: 2024-05-15 19:02:35.93--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAId] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.93--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAIdentifier] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.93--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.Environment] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.931--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompBId] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.931--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.ClientId] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.931--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.RN] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.931--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompCId] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.931--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.BTI] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.932--ServerSession(259210553)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.UserId] is set to [FIELD]. [EL Config]: metadata: 2024-05-15 19:02:35.932--ServerSession(259210553)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: CompC. [EL Config]: metadata: 2024-05-15 19:02:35.932--ServerSession(259210553)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: COMPC. [EL Config]: metadata: 2024-05-15 19:02:35.932--ServerSession(259210553)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: CompA. [EL Config]: metadata: 2024-05-15 19:02:35.932--ServerSession(259210553)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: COMPA. [EL Config]: metadata: 2024-05-15 19:02:35.933--ServerSession(259210553)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: CompB. [EL Config]: metadata: 2024-05-15 19:02:35.933--ServerSession(259210553)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: COMPB. [EL Info]: 2024-05-15 19:02:35.942--ServerSession(259210553)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Fine]: connection: 2024-05-15 19:02:35.951--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-05-15 19:02:35.951--ServerSession(259210553)--Connection(197339533)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-05-15 19:02:35.961--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2024-05-15 19:02:35.966--ServerSession(259210553)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: sql: 2024-05-15 19:02:35.966--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME [EL Fine]: sql: 2024-05-15 19:02:35.967--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.967--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COMPB' doesn't exist Error Code: 1146 Call: ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME Query: DataModifyQuery(sql="ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME") [EL Fine]: sql: 2024-05-15 19:02:35.968--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT [EL Fine]: sql: 2024-05-15 19:02:35.968--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.968--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COMPC' doesn't exist Error Code: 1146 Call: ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT Query: DataModifyQuery(sql="ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT") [EL Fine]: sql: 2024-05-15 19:02:35.968--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-05-15 19:02:35.969--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.969--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-05-15 19:02:35.97--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-05-15 19:02:35.97--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.97--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-05-15 19:02:35.971--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-05-15 19:02:35.971--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.971--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-05-15 19:02:35.971--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-05-15 19:02:35.972--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.972--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-05-15 19:02:35.972--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-05-15 19:02:35.973--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.973--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-05-15 19:02:35.973--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-05-15 19:02:35.974--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.974--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-05-15 19:02:35.974--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-05-15 19:02:35.975--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.975--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-05-15 19:02:35.976--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-05-15 19:02:35.976--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.977--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-05-15 19:02:35.977--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-05-15 19:02:35.977--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.977--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-05-15 19:02:35.978--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-05-15 19:02:35.978--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.978--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-05-15 19:02:35.979--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-05-15 19:02:35.979--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.979--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-05-15 19:02:35.979--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-05-15 19:02:35.98--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.98--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-05-15 19:02:35.98--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-05-15 19:02:35.981--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.981--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-05-15 19:02:35.981--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-05-15 19:02:35.982--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.982--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-05-15 19:02:35.982--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-05-15 19:02:35.983--ServerSession(259210553)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-05-15 19:02:35.983--ServerSession(259210553)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-05-15 19:02:35.983--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--CREATE TABLE COMPB (CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, RN INTEGER NOT NULL, PRIMARY KEY (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN)) [EL Fine]: sql: 2024-05-15 19:02:35.988--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--CREATE TABLE COMPA (ENVIRONMENT VARCHAR(255) NOT NULL, IDENTIFIER INTEGER NOT NULL, PRIMARY KEY (ENVIRONMENT, IDENTIFIER)) [EL Fine]: sql: 2024-05-15 19:02:35.991--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--CREATE TABLE COMPC (BTI INTEGER NOT NULL, FK_CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, FK_RELATIVE INTEGER NOT NULL, FK_USER_ID VARCHAR(255) NOT NULL, PRIMARY KEY (BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID)) [EL Fine]: sql: 2024-05-15 19:02:35.995--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--ALTER TABLE COMPB ADD CONSTRAINT FK_COMPB_FK_ENVIRONME FOREIGN KEY (FK_ENVIRONME, FK_IDENTIFIE) REFERENCES COMPA (ENVIRONMENT, IDENTIFIER) [EL Fine]: sql: 2024-05-15 19:02:36.008--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--ALTER TABLE COMPC ADD CONSTRAINT FK_COMPC_FK_CLIENT FOREIGN KEY (FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE) REFERENCES COMPB (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN) Beginning tx [EL Fine]: sql: 2024-05-15 19:02:36.027--ClientSession(1594043258)--Connection(2087800356)--Thread(Thread[main,5,main])--INSERT INTO COMPA (ENVIRONMENT, IDENTIFIER) VALUES (?, ?) bind => [1, 1] [EL Fine]: sql: 2024-05-15 19:02:36.028--ClientSession(1594043258)--Connection(2087800356)--Thread(Thread[main,5,main])--INSERT INTO COMPB (CLIENT, RN, FK_ENVIRONME, FK_IDENTIFIE) VALUES (?, ?, ?, ?) bind => [1, 1, 1, 1] [EL Fine]: sql: 2024-05-15 19:02:36.033--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--SELECT CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN FROM COMPB WHERE (CLIENT = ?) bind => [1] [EL Fine]: sql: 2024-05-15 19:02:36.037--ClientSession(1897720201)--Connection(2087800356)--Thread(Thread[main,5,main])--INSERT INTO COMPC (BTI, FK_USER_ID, FK_CLIENT, FK_ENVIRONME, FK_RELATIVE, FK_IDENTIFIE) VALUES (?, ?, ?, ?, ?, ?) bind => [3, 4, 1, 1, 1, 1] [EL Fine]: sql: 2024-05-15 19:02:36.039--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--SELECT BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID FROM COMPC WHERE (FK_USER_ID = ?) bind => [4] [EL Fine]: connection: 2024-05-15 19:02:36.041--ServerSession(259210553)--Connection(2087800356)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-05-15 19:02:36.041--ServerSession(259210553)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-05-15 19:02:36.041--ServerSession(259210553)--Connection(197339533)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.persistence.jpa.compositeid.TestCompositeId [INFO] Running org.eclipse.persistence.jpa.collection.TestCollectionOperations [EL Info]: 2024-05-15 19:02:36.062--ServerSession(1519949057)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.persistence.jpa.collection.TestCollectionOperations [INFO] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey [EL Info]: 2024-05-15 19:02:36.143--ServerSession(44743587)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.persistence.jpa.collection.TestEmbeddableKey [INFO] Running org.eclipse.persistence.config.TestPropertiesUtils [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.persistence.config.TestPropertiesUtils [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 541, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest May 15, 2024 7:02:37 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.1 (Final) May 15, 2024 7:02:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 15, 2024 7:02:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container acccc5b1-8571-494e-a465-93b75e08f4b1 initialized [EL Info]: 2024-05-15 19:02:38.536--ServerSession(2050247525)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Warning]: 2024-05-15 19:02:39.054--ServerSession(2050247525)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.cachedeadlock_detail' Error Code: 1051 Call: DROP TABLE cachedeadlock_detail Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_detail") [EL Warning]: 2024-05-15 19:02:39.058--ServerSession(2050247525)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.cachedeadlock_master' Error Code: 1051 Call: DROP TABLE cachedeadlock_master Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_master") [EL Severe]: cache: 2024-05-15 19:02:39.307--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (1) The Thread [ForkJoinPool.commonPool-worker-3] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (64 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-05-15 19:02:39.319--Start full concurrency manager state (massive) dump No: 1 Concurrency manager - Page 01 start - thread dump about all threads at time of event "main" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/java.lang.Thread.sleep(Native Method) at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:70) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413) at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) "Reference Handler" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@11.0.11/java.lang.ref.Reference.processPendingReferences(Reference.java:241) at java.base@11.0.11/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) "Finalizer" java.lang.Thread.State: WAITING at java.base@11.0.11/java.lang.Object.wait(Native Method) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@11.0.11/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) "Signal Dispatcher" java.lang.Thread.State: RUNNABLE "Common-Cleaner" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/java.lang.Object.wait(Native Method) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.11/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) "surefire-forkedjvm-command-thread" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.io.FileInputStream.readBytes(Native Method) at java.base@11.0.11/java.io.FileInputStream.read(FileInputStream.java:279) at java.base@11.0.11/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base@11.0.11/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base@11.0.11/java.io.DataInputStream.readInt(DataInputStream.java:392) at app//org.apache.maven.surefire.booter.MasterProcessCommand.decode(MasterProcessCommand.java:113) at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:383) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "ForkJoinPool.commonPool-worker-3" java.lang.Thread.State: RUNNABLE at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:937) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$279/0x000000080053d040.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:936) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:966) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:577) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:561) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:483) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175) at app//org.eclipse.persistence.internal.helper.WriteLockManager.addCacheKeyToMapWriteLockManagerToCacheKeysThatCouldNotBeAcquired(WriteLockManager.java:736) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocksInternal(WriteLockManager.java:468) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(WriteLockManager.java:332) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1724) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1689) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:295) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$248/0x0000000800528440.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$273/0x000000080053b440.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$242/0x00000008004b4c40.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$260/0x000000080052f840.get(Unknown Source) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-5" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1098) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1046) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1371) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1031) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:312) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899) at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:478) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1165) at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:330) at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:813) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:112) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:89) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152) at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4340) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:288) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$248/0x0000000800528440.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$273/0x000000080053b440.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$242/0x00000008004b4c40.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$260/0x000000080052f840.get(Unknown Source) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-7" java.lang.Thread.State: RUNNABLE at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$237/0x00000008004b6040.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639) at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$248/0x0000000800528440.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$273/0x000000080053b440.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$242/0x00000008004b4c40.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$260/0x000000080052f840.get(Unknown Source) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-9" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1098) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1046) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1371) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1031) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:312) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899) at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:478) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1165) at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:330) at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:813) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:112) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:89) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152) at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4340) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:288) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$248/0x0000000800528440.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$273/0x000000080053b440.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$242/0x00000008004b4c40.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$260/0x000000080052f840.get(Unknown Source) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-11" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1098) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1046) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1371) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1031) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:312) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899) at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:478) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1165) at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:330) at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:813) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:112) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:89) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152) at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4340) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:288) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$248/0x0000000800528440.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$273/0x000000080053b440.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$242/0x00000008004b4c40.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$260/0x000000080052f840.get(Unknown Source) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "mysql-cj-abandoned-connection-cleanup" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/java.lang.Object.wait(Native Method) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) Concurrency manager - Page 01 end - thread dump about all threads at time of event Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys Total number of threads waiting to acquire lock: 1 [currentThreadNumber: 1] [ThreadName: ForkJoinPool.commonPool-worker-3]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 13) (totalNumberOfTimeCacheKeyReleasedForReading: 13) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: It seems, that trace was produced by the THREADS_TO_FAIL_TO_ACQUIRE_CACHE_KEYS - - org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(MergeManager, UnitOfWorkChangeSet)] Concurrency manager - Page 02 end - information about threads waiting to acquire (write/deferred) cache keys Concurrency manager - Page 03 start - information about threads waiting to acquire read cache keys Total number of threads waiting to acquire read locks: 0 Concurrency manager - Page 03 end - information about threads waiting to acquire read cache keys Concurrency manager - Page 04 start - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Total number of threads waiting to acquire lock: 0 Concurrency manager - Page 04 end - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Concurrency manager - Page 05 start (currentThreadNumber: 1 of totalNumberOfThreads: 1) - detailed information about specific thread Thread: ForkJoinPool.commonPool-worker-3 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 14) (totalNumberOfTimeCacheKeyReleasedForReading: 14) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: true writeManagerThreadPrimaryKeysWithChangesToBeMerged list: [1] Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 1) - detailed information about specific thread Concurrency manager - Page 06 start - information about cache keys and threads needing them Total number of cacheKeys to describe: 1 -------------- [currentCacheKeyNumber: 1 of 1]-------------- [currentCacheKeyNumber: 1] [CacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [ForkJoinPool.commonPool-worker-3] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading: [] [currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)... Concurrency manager - Page 06 end - information about cache keys and threads needing them Concurrency manager - Page 07 start - dead lock explanation We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 1 ms to try to find deadlock. Concurrency manager - Page 07 end - dead lock explanation End full concurrency manager state (massive) dump No: 1 [EL Severe]: cache: 2024-05-15 19:02:39.359--Summary current cache key of thread ForkJoinPool.commonPool-worker-9 Stuck thread problem: unique tiny message number (2) The Thread [ForkJoinPool.commonPool-worker-9] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-9 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-9 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-9 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-9 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-9 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-05-15 19:02:39.36--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-9" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024-05-15 19:02:39.362--UnitOfWork(1743261108)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-9 Stuck thread problem: unique tiny message number (2) The Thread [ForkJoinPool.commonPool-worker-9] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-9 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-9 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-9 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-9 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-9 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-05-15 19:02:39.362--Summary current cache key of thread ForkJoinPool.commonPool-worker-11 Stuck thread problem: unique tiny message number (3) The Thread [ForkJoinPool.commonPool-worker-11] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (4 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-11 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-11 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-11 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-11 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-11 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-05-15 19:02:39.364--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-11" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024-05-15 19:02:39.364--UnitOfWork(869494564)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-11 Stuck thread problem: unique tiny message number (3) The Thread [ForkJoinPool.commonPool-worker-11] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 81895369) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1186512482) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 92) (concurrencyManagerCreationDate: 2024-05-15 19:02:39.143) (totalNumberOfTimeCacheKeyAcquiredForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReading: 50) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (4 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-11 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-11 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-11 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-11 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-11 0 read locks. The lockManager for this thread is null. ] ##########################Test with semaphores - begin########################### [EL Info]: 2024-05-15 19:02:46.238--ServerSession(133544411)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151830 [EL Severe]: cache: 2024-05-15 19:02:46.756--Summary current cache key of thread pool-2-thread-82 Stuck thread problem: unique tiny message number (4) The Thread [pool-2-thread-82] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (6 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-82 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-82 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-82 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-82 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-82 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-82 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-05-15 19:02:46.791--Start full concurrency manager state (massive) dump No: 2 Concurrency manager - Page 01 start - thread dump about all threads at time of event "main" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1454) at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.threadExecution(CacheDeadLockDetectionTest.java:91) at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:77) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566) at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413) at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) "Reference Handler" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@11.0.11/java.lang.ref.Reference.processPendingReferences(Reference.java:241) at java.base@11.0.11/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) "Finalizer" java.lang.Thread.State: WAITING at java.base@11.0.11/java.lang.Object.wait(Native Method) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@11.0.11/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) "Signal Dispatcher" java.lang.Thread.State: RUNNABLE "Common-Cleaner" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/java.lang.Object.wait(Native Method) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@11.0.11/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) "surefire-forkedjvm-command-thread" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.io.FileInputStream.readBytes(Native Method) at java.base@11.0.11/java.io.FileInputStream.read(FileInputStream.java:279) at java.base@11.0.11/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base@11.0.11/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base@11.0.11/java.io.DataInputStream.readInt(DataInputStream.java:392) at app//org.apache.maven.surefire.booter.MasterProcessCommand.decode(MasterProcessCommand.java:113) at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:383) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "ForkJoinPool.commonPool-worker-3" java.lang.Thread.State: WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-5" java.lang.Thread.State: WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-7" java.lang.Thread.State: WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-9" java.lang.Thread.State: WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "ForkJoinPool.commonPool-worker-11" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275) at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619) at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) "mysql-cj-abandoned-connection-cleanup" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/java.lang.Object.wait(Native Method) at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-1" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-2" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-3" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:696) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:502) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1115) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1024) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-4" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-5" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-6" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-7" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-8" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-9" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-10" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-11" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-12" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-13" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-14" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-15" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-16" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-17" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-18" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-19" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-20" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-21" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-22" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-23" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-24" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-25" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:147) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-26" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.util.concurrent.locks.ReentrantLock$NonfairSync.tryAcquire(ReentrantLock.java:199) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1239) at java.base@11.0.11/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:946) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readMessageLocal(SimplePacketReader.java:137) at app//com.mysql.cj.protocol.a.SimplePacketReader.readMessage(SimplePacketReader.java:102) at app//com.mysql.cj.protocol.a.SimplePacketReader.readMessage(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readMessage(TimeTrackingPacketReader.java:62) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readMessage(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readMessage(MultiPacketReader.java:66) at app//com.mysql.cj.protocol.a.MultiPacketReader.readMessage(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:515) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.read(ColumnDefinitionReader.java:72) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.read(ColumnDefinitionReader.java:40) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1587) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:68) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1600) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1654) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1000) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-27" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-28" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-29" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-30" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-31" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-32" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-33" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-34" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-35" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-36" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-37" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-38" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-39" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-40" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-41" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:327) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:655) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-42" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-43" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-44" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-45" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-46" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-47" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-48" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-49" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-50" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-51" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-52" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-53" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-54" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-55" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-56" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-57" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-58" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-59" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-60" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-61" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-62" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-63" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-64" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-65" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-66" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-67" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readFully(SSLSocketInputRecord.java:461) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(SSLSocketInputRecord.java:243) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:181) at java.base@11.0.11/sun.security.ssl.SSLTransport.decode(SSLTransport.java:110) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1421) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1386) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-68" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-69" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-70" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-71" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-72" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-73" java.lang.Thread.State: RUNNABLE at app//com.mysql.cj.util.StringInspector.(StringInspector.java:120) at app//com.mysql.cj.ParseInfo.(ParseInfo.java:129) at app//com.mysql.cj.ParseInfo.(ParseInfo.java:87) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:217) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:193) at app//com.mysql.cj.jdbc.ClientPreparedStatement.getInstance(ClientPreparedStatement.java:134) at app//com.mysql.cj.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:671) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1645) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1565) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1609) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1556) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:769) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-74" java.lang.Thread.State: RUNNABLE at app//com.mysql.cj.conf.DefaultPropertySet.getStringProperty(DefaultPropertySet.java:172) at app//com.mysql.cj.AbstractQuery.(AbstractQuery.java:100) at app//com.mysql.cj.AbstractPreparedQuery.(AbstractPreparedQuery.java:72) at app//com.mysql.cj.ClientPreparedQuery.(ClientPreparedQuery.java:37) at app//com.mysql.cj.jdbc.ClientPreparedStatement.initQuery(ClientPreparedStatement.java:158) at app//com.mysql.cj.jdbc.StatementImpl.(StatementImpl.java:218) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:173) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:212) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:193) at app//com.mysql.cj.jdbc.ClientPreparedStatement.getInstance(ClientPreparedStatement.java:134) at app//com.mysql.cj.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:671) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1645) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1565) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1609) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1556) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:769) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-75" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-76" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-77" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-78" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:161) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-79" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base@11.0.11/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1364) at java.base@11.0.11/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at java.base@11.0.11/java.io.FilterInputStream.read(FilterInputStream.java:133) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:700) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:639) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:987) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-80" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.util.ArrayList.indexOf(ArrayList.java:318) at java.base@11.0.11/java.util.ArrayList.contains(ArrayList.java:307) at app//com.mysql.cj.MysqlCharset.getMatchingJavaEncoding(CharsetMapping.java:732) at app//com.mysql.cj.CharsetMapping.getStaticJavaEncodingForCollationIndex(CharsetMapping.java:612) at app//com.mysql.cj.NativeCharsetSettings.getJavaEncodingForCollationIndex(NativeCharsetSettings.java:667) at app//com.mysql.cj.NativeCharsetSettings.getJavaEncodingForCollationIndex(NativeCharsetSettings.java:656) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.unpackField(ColumnDefinitionReader.java:132) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.read(ColumnDefinitionReader.java:77) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.read(ColumnDefinitionReader.java:40) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1587) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:68) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1600) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1654) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1000) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-81" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-82" java.lang.Thread.State: RUNNABLE at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:937) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$279/0x000000080053d040.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:936) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:966) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:577) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:561) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:483) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:278) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-83" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:263) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-84" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-85" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/sun.util.calendar.BaseCalendar.getCalendarDateFromFixedDate(BaseCalendar.java:460) at java.base@11.0.11/java.util.GregorianCalendar.computeFields(GregorianCalendar.java:2394) at java.base@11.0.11/java.util.GregorianCalendar.computeFields(GregorianCalendar.java:2309) at java.base@11.0.11/java.util.Calendar.setTimeInMillis(Calendar.java:1834) at java.base@11.0.11/java.util.Calendar$Builder.build(Calendar.java:1519) at java.base@11.0.11/sun.util.locale.provider.CalendarProviderImpl.getInstance(CalendarProviderImpl.java:87) at java.base@11.0.11/java.util.Calendar.createCalendar(Calendar.java:1696) at java.base@11.0.11/java.util.Calendar.getInstance(Calendar.java:1675) at app//com.mysql.cj.result.SqlTimeValueFactory.(SqlTimeValueFactory.java:62) at app//com.mysql.cj.result.SqlTimeValueFactory.(SqlTimeValueFactory.java:68) at app//com.mysql.cj.jdbc.result.ResultSetImpl.(ResultSetImpl.java:285) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromResultsetRows(ResultSetFactory.java:135) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromProtocolEntity(ResultSetFactory.java:95) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromProtocolEntity(ResultSetFactory.java:48) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:100) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1600) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1654) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1000) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-86" java.lang.Thread.State: RUNNABLE at java.base@11.0.11/java.nio.ByteBuffer.limit(ByteBuffer.java:262) at java.base@11.0.11/java.nio.Buffer.(Buffer.java:222) at java.base@11.0.11/java.nio.ByteBuffer.(ByteBuffer.java:281) at java.base@11.0.11/java.nio.HeapByteBuffer.(HeapByteBuffer.java:61) at java.base@11.0.11/java.nio.ByteBuffer.allocate(ByteBuffer.java:348) at app//com.mysql.cj.protocol.a.NativePacketHeader.(NativePacketHeader.java:47) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:78) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:514) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.read(ColumnDefinitionReader.java:72) at app//com.mysql.cj.protocol.a.ColumnDefinitionReader.read(ColumnDefinitionReader.java:40) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1587) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:68) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1600) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1654) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1000) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:666) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-87" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:263) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-88" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-89" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-90" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-91" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:327) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:655) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-92" java.lang.Thread.State: BLOCKED at java.base@11.0.11/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-93" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-94" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-95" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:327) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:655) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-96" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-97" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-98" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-99" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) "pool-2-thread-100" java.lang.Thread.State: TIMED_WAITING at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) Concurrency manager - Page 01 end - thread dump about all threads at time of event Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys Total number of threads waiting to acquire lock: 7 [currentThreadNumber: 1] [ThreadName: pool-2-thread-92]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 2] [ThreadName: pool-2-thread-82]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 3] [ThreadName: pool-2-thread-1]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 4] [ThreadName: pool-2-thread-77]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 5] [ThreadName: pool-2-thread-76]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 6] [ThreadName: pool-2-thread-81]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 7] [ThreadName: pool-2-thread-13]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] Concurrency manager - Page 02 end - information about threads waiting to acquire (write/deferred) cache keys Concurrency manager - Page 03 start - information about threads waiting to acquire read cache keys Total number of threads waiting to acquire read locks: 0 Concurrency manager - Page 03 end - information about threads waiting to acquire read cache keys Concurrency manager - Page 04 start - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Total number of threads waiting to acquire lock: 0 Concurrency manager - Page 04 end - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Concurrency manager - Page 05 start (currentThreadNumber: 1 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-92 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-92 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-92 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-92 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-92 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-92 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-92 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 2 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-82 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-82 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-82 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-82 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-82 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-82 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-82 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 2 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 3 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-87 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-87 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-87 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 3 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 4 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-1 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-1 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-1 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-1 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-1 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-1 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 4 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 5 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-77 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-77 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-77 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 5 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 6 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-76 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-76 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-76 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 6 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 7 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-3 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-3 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-3 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-3 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-3 2 Read locks. Read lock nr: 1 , Read cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 586173470) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1445090963) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 337) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.345) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 2 , Read cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: pool-2-thread-3 with id: 225 never released. number of never released read locks: 2 Read lock nr: 1 Read lock Cache Key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 586173470) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1445090963) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 337) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.345) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-05-15 19:02:46.758 Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0 Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 9 Read lock nr: 1 Stack trace id: 1 Start Read lock nr: 1 stackTraceInformation: "pool-2-thread-3" java.lang.Thread.State: RUNNABLE at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$237/0x00000008004b6040.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639) at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:373) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.checkAndLockObject(WriteLockManager.java:580) at app//org.eclipse.persistence.internal.helper.WriteLockManager.traverseRelatedLocks(WriteLockManager.java:308) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:237) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1024) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) Read lock nr: 1 Stack trace id: 1 End Read lock nr: 2 Read lock Cache Key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 2 dateOfReadLockAcquisition: 2024-05-15 19:02:46.744 Read lock nr: 2 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0 Read lock nr: 2 currentThreadStackTraceInformationCpuTimeCostMs: 6 Read lock nr: 2 Stack trace id: 2 Start Read lock nr: 2 stackTraceInformation: "pool-2-thread-3" java.lang.Thread.State: RUNNABLE at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$237/0x00000008004b6040.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639) at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:373) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1024) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base@11.0.11/java.lang.Thread.run(Thread.java:829) Read lock nr: 2 Stack trace id: 2 End Read locks problems detected by thread: pool-2-thread-3 during release read locks 0 removeReadLockProblemsDetected. Concurrency manager - Page 05 end (currentThreadNumber: 7 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 8 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-81 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-81 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-81 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-81 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 8 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 9 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-83 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-83 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-83 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-83 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-83 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-83 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-83 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 9 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 10 of totalNumberOfThreads: 10) - detailed information about specific thread Thread: pool-2-thread-13 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-2-thread-13 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-13 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-13 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-13 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-2-thread-13 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-13 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 10 of totalNumberOfThreads: 10) - detailed information about specific thread Concurrency manager - Page 06 start - information about cache keys and threads needing them Total number of cacheKeys to describe: 1 -------------- [currentCacheKeyNumber: 1 of 1]-------------- [currentCacheKeyNumber: 1] [CacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 586173470) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1445090963) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 337) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.345) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [pool-2-thread-3, pool-2-thread-3] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [pool-2-thread-92, pool-2-thread-82, pool-2-thread-1, pool-2-thread-77, pool-2-thread-76, pool-2-thread-81, pool-2-thread-13] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading: [] [currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)... Concurrency manager - Page 06 end - information about cache keys and threads needing them Concurrency manager - Page 07 start - dead lock explanation We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 0 ms to try to find deadlock. Concurrency manager - Page 07 end - dead lock explanation End full concurrency manager state (massive) dump No: 2 [EL Severe]: cache: 2024-05-15 19:02:46.809--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-82,5,main]" [EL Warning]: 2024-05-15 19:02:46.809--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-82 Stuck thread problem: unique tiny message number (4) The Thread [pool-2-thread-82] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (6 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-82 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-82 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-82 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-82 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-82 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-82 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-2-thread-82" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-82 Stuck thread problem: unique tiny message number (4) The Thread [pool-2-thread-82] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (6 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-82 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-82 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-82 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-82 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-82 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-82 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-82 Stuck thread problem: unique tiny message number (4) The Thread [pool-2-thread-82] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (6 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-82 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-82 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-82 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-82 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-82 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-82 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more [EL Severe]: cache: 2024-05-15 19:02:46.827--Summary current cache key of thread pool-2-thread-92 Stuck thread problem: unique tiny message number (5) The Thread [pool-2-thread-92] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (77 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-92 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-92 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-92 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-92 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-92 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-92 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-05-15 19:02:46.827--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-92,5,main]" [EL Warning]: 2024-05-15 19:02:46.828--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-92 Stuck thread problem: unique tiny message number (5) The Thread [pool-2-thread-92] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (77 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-92 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-92 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-92 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-92 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-92 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-92 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-2-thread-92" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-92 Stuck thread problem: unique tiny message number (5) The Thread [pool-2-thread-92] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (77 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-92 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-92 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-92 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-92 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-92 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-92 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [EL Severe]: cache: 2024-05-15 19:02:46.828--Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (6) The Thread [pool-2-thread-81] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (79 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-81 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-81 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-81 0 read locks. The lockManager for this thread is null. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-92 Stuck thread problem: unique tiny message number (5) The Thread [pool-2-thread-92] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (77 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-92 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-92 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-92 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-92 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-92 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-92 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) [EL Severe]: cache: 2024-05-15 19:02:46.828--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-81,5,main]" at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) [EL Warning]: 2024-05-15 19:02:46.829--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (6) The Thread [pool-2-thread-81] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (79 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-81 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-81 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-81 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) Exception in thread "pool-2-thread-81" at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (6) The Thread [pool-2-thread-81] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (79 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-81 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-81 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-81 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [EL Severe]: cache: 2024-05-15 19:02:46.829--Summary current cache key of thread pool-2-thread-13 Stuck thread problem: unique tiny message number (7) The Thread [pool-2-thread-13] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (80 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-13 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-13 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-13 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-13 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-13 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-13 0 read locks. The lockManager for this thread is null. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (6) The Thread [pool-2-thread-81] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (79 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-81 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-81 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-81 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) [EL Severe]: cache: 2024-05-15 19:02:46.829--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-13,5,main]" at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) [EL Warning]: 2024-05-15 19:02:46.83--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-13 Stuck thread problem: unique tiny message number (7) The Thread [pool-2-thread-13] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (80 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-13 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-13 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-13 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-13 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-13 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-13 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) Exception in thread "pool-2-thread-13" at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-13 Stuck thread problem: unique tiny message number (7) The Thread [pool-2-thread-13] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (80 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-13 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-13 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-13 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-13 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-13 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-13 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-13 Stuck thread problem: unique tiny message number (7) The Thread [pool-2-thread-13] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (80 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-13 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-13 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-13 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-13 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-13 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-13 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) [EL Severe]: cache: 2024-05-15 19:02:46.831--Summary current cache key of thread pool-2-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-2-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (81 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-76 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-76 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) [EL Severe]: cache: 2024-05-15 19:02:46.831--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-76,5,main]" at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more [EL Warning]: 2024-05-15 19:02:46.831--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-2-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (81 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-76 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-76 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-2-thread-76" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-2-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (81 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-76 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-76 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) [EL Severe]: cache: 2024-05-15 19:02:46.832--Summary current cache key of thread pool-2-thread-1 Stuck thread problem: unique tiny message number (9) The Thread [pool-2-thread-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (82 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-1 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-1 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-1 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-1 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-1 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [EL Severe]: cache: 2024-05-15 19:02:46.833--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-1,5,main]" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-2-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (81 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-76 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-76 0 read locks. The lockManager for this thread is null. ] [EL Warning]: 2024-05-15 19:02:46.833--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-1 Stuck thread problem: unique tiny message number (9) The Thread [pool-2-thread-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (82 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-1 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-1 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-1 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-1 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-1 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) Exception in thread "pool-2-thread-1" at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) [EL Severe]: cache: 2024-05-15 19:02:46.833--Summary current cache key of thread pool-2-thread-77 Stuck thread problem: unique tiny message number (10) The Thread [pool-2-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (84 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-77 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) [EL Severe]: cache: 2024-05-15 19:02:46.834--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-77,5,main]" at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more [EL Warning]: 2024-05-15 19:02:46.834--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-77 Stuck thread problem: unique tiny message number (10) The Thread [pool-2-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (84 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-77 0 read locks. The lockManager for this thread is null. ] jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-1 Stuck thread problem: unique tiny message number (9) The Thread [pool-2-thread-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (82 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-1 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-1 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-1 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-1 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-1 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-2-thread-77" at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-1 Stuck thread problem: unique tiny message number (9) The Thread [pool-2-thread-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (82 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-1 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-1 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-1 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-1 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-1 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) [EL Severe]: cache: 2024-05-15 19:02:46.834--Summary current cache key of thread pool-2-thread-83 Stuck thread problem: unique tiny message number (11) The Thread [pool-2-thread-83] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 8) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (9 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-83 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-83 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-83 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-83 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-83 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-83 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) [EL Severe]: cache: 2024-05-15 19:02:46.835--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-83,5,main]" at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-77 Stuck thread problem: unique tiny message number (10) The Thread [pool-2-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (84 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-77 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) [EL Warning]: 2024-05-15 19:02:46.835--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-83 Stuck thread problem: unique tiny message number (11) The Thread [pool-2-thread-83] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 8) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (9 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-83 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-83 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-83 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-83 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-83 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-83 0 read locks. The lockManager for this thread is null. ] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Exception in thread "pool-2-thread-83" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-77 Stuck thread problem: unique tiny message number (10) The Thread [pool-2-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 9) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (84 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-77 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) [EL Severe]: cache: 2024-05-15 19:02:46.836--Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (12) The Thread [pool-2-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 4) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 6) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (15 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-87 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more [EL Severe]: cache: 2024-05-15 19:02:46.836--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-87,5,main]" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-83 Stuck thread problem: unique tiny message number (11) The Thread [pool-2-thread-83] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 8) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (9 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-83 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-83 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-83 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-83 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-83 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-83 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [EL Warning]: 2024-05-15 19:02:46.836--UnitOfWork(1125980352)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (12) The Thread [pool-2-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 4) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 6) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (15 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-87 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-2-thread-87" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-83 Stuck thread problem: unique tiny message number (11) The Thread [pool-2-thread-83] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 8) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (9 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-83 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-83 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-83 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-83 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-83 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-83 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) ##########################Test with semaphores - end########################### at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (12) The Thread [pool-2-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 4) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 6) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (15 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-87 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:829) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405151830): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (12) The Thread [pool-2-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1409952226) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 551185216) (current cache key owner/activeThread: Null) (getNumberOfReaders: 4) (concurrencyManagerId: 340) (concurrencyManagerCreationDate: 2024-05-15 19:02:46.734) (totalNumberOfTimeCacheKeyAcquiredForReading: 10) (totalNumberOfTimeCacheKeyReleasedForReading: 6) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (15 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-2-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-2-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-2-thread-87 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530) ... 6 more [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.846 s - in org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest Weld SE container acccc5b1-8571-494e-a465-93b75e08f4b1 shut down by shutdown hook [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 3.0.5-SNAPSHOT [35/40] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.spring.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799767353 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] Copying 17 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 3.0.5-SNAPSHOT [36/40] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799767525 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.test --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.test:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >-- [INFO] Building EclipseLink DBWS Test Oracle 3.0.5-SNAPSHOT [37/40] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799767750 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/test/resources [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 3.0.5-SNAPSHOT [38/40] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799767888 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 3.0.5-SNAPSHOT [39/40] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799772468 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 3.0.5-SNAPSHOT [40/40] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.sigcompare --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799772594 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 3.0.5-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 2.568 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 44.642 s] [INFO] EclipseLink Core ................................... SUCCESS [ 13.158 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 0.292 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 0.812 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 0.185 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 2.921 s] [INFO] EclipseLink MOXy ................................... SUCCESS [11:59 min] [INFO] EclipseLink DBWS ................................... SUCCESS [ 4.101 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 8.061 s] [INFO] EclipseLink Core Test .............................. SUCCESS [06:29 min] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 28.508 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 1.168 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 4.778 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [08:17 min] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.628 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 0.179 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 7.170 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 8.053 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 0.125 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.166 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 2.434 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.047 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.380 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 51.400 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 8.356 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 28.734 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 8.837 s] [INFO] EclipseLink Bundles Nightly Builds ................. SUCCESS [ 11.199 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.108 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 4.356 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 5.052 s] [INFO] EclipseLink JPA NoSQL Test ......................... SUCCESS [ 5.049 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [01:07 min] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 0.180 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 0.226 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.135 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 0.166 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 4.545 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 0.111 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32:12 min [INFO] Finished at: 2024-05-15T19:02:52Z [INFO] ------------------------------------------------------------------------ [ERROR] Async process failed for: [java, -classpath, /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-classes:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/classes:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar:/home/jenkins/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar:/home/jenkins/.m2/repository/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar:/home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar:/home/jenkins/.m2/repository/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar:/home/jenkins/.m2/repository/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.1/asm-9.1.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar, com.sun.corba.ee.impl.naming.cosnaming.TransientNameServer, -ORBInitialPort, 1122] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143) at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.access$200 (DefaultExecutor.java:48) at org.apache.commons.exec.DefaultExecutor$1.run (DefaultExecutor.java:200) at java.lang.Thread.run (Thread.java:829) [15.05.2024 19:02:53] -[ Stopping MySQL Database ]------------------------------ [15.05.2024 19:02:53] --[ Waiting for MySQL Database to stop ]------------------ done [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (NoSQL tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test_nosql.sh -[ EclipseLink Test NoSQL ]----------------------------------------------------------- [15.05.2024 19:03:08] -[ Starting Mongo Database ]------------------------------ [15.05.2024 19:03:08] --[ Waiting for Mongo Database to come up ]--------------- 2024-05-15T19:03:08.285+0000 I CONTROL [main] log file "/var/log/mongodb/mongod.log" exists; moved to "/var/log/mongodb/mongod.log.2024-05-15T19-03-08". . done Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip already unpacked. [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799793197 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip already unpacked. [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 226 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql --- [WARNING] The system property file '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/el-test.mongodb.properties' can't be read. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.NoSQLJPATestSuite Testing MongoDatabaseTestSuite [EL Warning]: metadata: 2024-05-15 19:03:16.3--ServerSession(548554586)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2024-05-15 19:03:16.448--ServerSession(548554586)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151823 May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:1, serverValue:2}] to localhost:27017 May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2429038} May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE May 15, 2024 7:03:16 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:2, serverValue:3}] to localhost:27017 [EL Warning]: metadata: 2024-05-15 19:03:17.298--ServerSession(438873841)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2024-05-15 19:03:17.302--ServerSession(438873841)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151823 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:3, serverValue:4}] to localhost:27017 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=526592} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:4, serverValue:5}] to localhost:27017 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:5, serverValue:6}] to 127.0.0.1:27017 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=346417} [EL Warning]: metadata: 2024-05-15 19:03:17.805--ServerSession(684407333)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2024-05-15 19:03:17.809--ServerSession(684407333)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151823 [EL Warning]: metadata: 2024-05-15 19:03:17.859--ServerSession(527939020)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2024-05-15 19:03:17.875--ServerSession(527939020)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151823 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:6, serverValue:7}] to localhost:27017 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=317296} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Closed connection [connectionId{localValue:7}] to localhost:27017 because there was a socket exception raised by this connection. [EL Severe]: 2024-05-15 19:03:17.897--ServerSession(527939020)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=, mechanismProperties=} [EL Severe]: ejb: 2024-05-15 19:03:17.898--ServerSession(527939020)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=, mechanismProperties=} [EL Warning]: metadata: 2024-05-15 19:03:17.939--ServerSession(1798194863)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2024-05-15 19:03:17.942--ServerSession(1798194863)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151823 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:8, serverValue:9}] to localhost:27017 May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=343466} May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE May 15, 2024 7:03:17 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Closed connection [connectionId{localValue:9}] to localhost:27017 because there was a socket exception raised by this connection. [EL Severe]: 2024-05-15 19:03:17.949--ServerSession(1798194863)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=, mechanismProperties=} [EL Severe]: ejb: 2024-05-15 19:03:17.95--ServerSession(1798194863)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=, mechanismProperties=} [EL Fine]: server: 2024-05-15 19:03:17.967--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024-05-15 19:03:17.967--ServerSession(1032867484)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Initial; factoryCount 0 [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.971--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024-05-15 19:03:17.972--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.972--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024-05-15 19:03:17.972--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024-05-15 19:03:17.972--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/]. [EL Fine]: moxy: 2024-05-15 19:03:17.984--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1229a2b7 [EL Fine]: moxy: 2024-05-15 19:03:17.986--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@e5cbff2 [EL Fine]: moxy: 2024-05-15 19:03:17.999--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 [EL Finer]: metadata: 2024-05-15 19:03:18.0--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/]. [EL Config]: metadata: 2024-05-15 19:03:18.017--ServerSession(1032867484)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person] is being defaulted to: Person. [EL Finer]: weaver: 2024-05-15 19:03:18.019--ServerSession(1032867484)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address] registered to be processed by weaver. [EL Finer]: weaver: 2024-05-15 19:03:18.021--ServerSession(1032867484)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person] registered to be processed by weaver. [EL Config]: weaver: 2024-05-15 19:03:18.021--ServerSession(1032867484)--Thread(Thread[main,5,main])--Class org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person could not be weaved for change tracking as it is not supported by its mappings. [EL Finest]: jpa: 2024-05-15 19:03:18.024--ServerSession(1032867484)--Thread(Thread[main,5,main])--End predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024-05-15 19:03:18.024--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [EL Finest]: jpa: 2024-05-15 19:03:18.024--ServerSession(1032867484)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024-05-15 19:03:18.024--ServerSession(1032867484)--Thread(Thread[main,5,main])--End predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024-05-15 19:03:18.025--ServerSession(1032867484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person_] not found during initialization. [EL Finer]: metamodel: 2024-05-15 19:03:18.025--ServerSession(1032867484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address_] not found during initialization. [EL Finest]: jpa: 2024-05-15 19:03:18.025--ServerSession(1032867484)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024-05-15 19:03:18.046--ServerSession(1032867484)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024-05-15 19:03:18.047--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [EL Finest]: properties: 2024-05-15 19:03:18.047--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [EL Finest]: properties: 2024-05-15 19:03:18.047--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform [EL Finest]: properties: 2024-05-15 19:03:18.047--ServerSession(1032867484)--Thread(Thread[main,5,main])--property=eclipselink.nosql.connection-spec; value=org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec [EL Info]: 2024-05-15 19:03:18.048--ServerSession(1032867484)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405151823 [EL Fine]: connection: 2024-05-15 19:03:18.048--ServerSession(1032867484)--Connection(1264966132)--Thread(Thread[main,5,main])--connecting(EISLogin( platform=> MongoPlatform user name=> "" MongoConnectionSpec() )) May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:10, serverValue:11}] to localhost:27017 May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=317525} May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE May 15, 2024 7:03:18 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:11, serverValue:12}] to localhost:27017 [EL Config]: connection: 2024-05-15 19:03:18.056--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connected: User: Database: 3.6.23 Version: 3.6.23 [EL Finest]: connection: 2024-05-15 19:03:18.056--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024-05-15 19:03:18.057--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: sequencing: 2024-05-15 19:03:18.057--ServerSession(1032867484)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [EL Finest]: sequencing: 2024-05-15 19:03:18.057--ServerSession(1032867484)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [EL Finest]: sequencing: 2024-05-15 19:03:18.057--ServerSession(1032867484)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [EL Fine]: connection: 2024-05-15 19:03:18.063--ServerSession(1032867484)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic login successful [EL Finest]: metamodel: 2024-05-15 19:03:18.063--Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]] in the attribute [SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]]] is currently unsupported. [EL Finest]: metamodel: 2024-05-15 19:03:18.063--Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]]. [EL Finest]: metamodel: 2024-05-15 19:03:18.063--Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]] in the attribute [SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]]] is currently unsupported. [EL Finest]: metamodel: 2024-05-15 19:03:18.063--Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]]. [EL Finer]: metamodel: 2024-05-15 19:03:18.064--ServerSession(1032867484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person_] not found during initialization. [EL Finer]: metamodel: 2024-05-15 19:03:18.064--ServerSession(1032867484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address_] not found during initialization. [EL Finest]: jpa: 2024-05-15 19:03:18.064--ServerSession(1032867484)--Thread(Thread[main,5,main])--End deploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Deployed; factoryCount 1 [EL Finer]: connection: 2024-05-15 19:03:18.064--ServerSession(1032867484)--Thread(Thread[main,5,main])--client acquired: 1242969461 [EL Finer]: transaction: 2024-05-15 19:03:18.065--ClientSession(1242969461)--Thread(Thread[main,5,main])--acquire unit of work: 2120493960 [EL Finest]: transaction: 2024-05-15 19:03:18.066--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [EL Finest]: sequencing: 2024-05-15 19:03:18.067--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--assign sequence to the object ([B@4613311f -> {Person}) [EL Finer]: transaction: 2024-05-15 19:03:18.067--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--begin unit of work commit [EL Finest]: query: 2024-05-15 19:03:18.067--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery({Person 664506F6C2436255466CCC32}) [EL Finest]: connection: 2024-05-15 19:03:18.068--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:03:18.068--ClientSession(1242969461)--Connection(1607458416)--Thread(Thread[main,5,main])--begin transaction [EL Fine]: sql: 2024-05-15 19:03:18.068--ClientSession(1242969461)--Connection(1607458416)--Thread(Thread[main,5,main])--Executing MappedInteraction() spec => null properties => {mongo.operation=INSERT, mongo.collection=person} input => [DatabaseRecord( person.firstName => Boy person.occupation => null person._id => 664506F6C2436255466CCC32 person.currentEmployer => null person.age => null person.lastName => Pelletier person.employed => null person.pastEmployers => null person.addresses => [DatabaseRecord( zip => null city => Ottawa street1 => null street2 => null state => null)])] [EL Finest]: query: 2024-05-15 19:03:18.071--ClientSession(1242969461)--Thread(Thread[main,5,main])--Adapter result: null [EL Finest]: query: 2024-05-15 19:03:18.071--ClientSession(1242969461)--Thread(Thread[main,5,main])--Data access result: null [EL Finer]: transaction: 2024-05-15 19:03:18.071--ClientSession(1242969461)--Connection(1607458416)--Thread(Thread[main,5,main])--commit transaction [EL Finest]: connection: 2024-05-15 19:03:18.072--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:03:18.072--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:03:18.072--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--resume unit of work [EL Finest]: query: 2024-05-15 19:03:18.072--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="Person.findAll" referenceClass=Person jpql="select p from Person p") [EL Finest]: connection: 2024-05-15 19:03:18.072--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:03:18.072--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Executing MappedInteraction() spec => null properties => {mongo.operation=FIND, mongo.collection=person} input => [DatabaseRecord()] [EL Finest]: query: 2024-05-15 19:03:18.073--ServerSession(1032867484)--Thread(Thread[main,5,main])--Adapter result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=664506F6C2436255466CCC32, age=null, employed=null}] [EL Finest]: query: 2024-05-15 19:03:18.073--ServerSession(1032867484)--Thread(Thread[main,5,main])--Data access result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=664506F6C2436255466CCC32, age=null, employed=null}] [EL Finest]: connection: 2024-05-15 19:03:18.074--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:03:18.074--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--begin unit of work commit [EL Finest]: query: 2024-05-15 19:03:18.074--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery({Person 664506F6C2436255466CCC32}) [EL Finest]: connection: 2024-05-15 19:03:18.074--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:03:18.074--ClientSession(1242969461)--Connection(1607458416)--Thread(Thread[main,5,main])--begin transaction [EL Fine]: sql: 2024-05-15 19:03:18.074--ClientSession(1242969461)--Connection(1607458416)--Thread(Thread[main,5,main])--Executing MappedInteraction() spec => null properties => {mongo.operation=UPDATE, mongo.collection=person} input => [DatabaseRecord( person.firstName => Boy person.occupation => null person._id => 664506F6C2436255466CCC32 person.currentEmployer => null person.age => null person.lastName => Pelletier person.employed => null person.pastEmployers => null person.addresses => [DatabaseRecord( zip => null city => Ottawa street1 => null street2 => null state => null), DatabaseRecord( zip => null city => Ottawa2 street1 => null street2 => null state => null)])] [EL Finest]: query: 2024-05-15 19:03:18.075--ClientSession(1242969461)--Thread(Thread[main,5,main])--Adapter result: {_id=664506F6C2436255466CCC32} [EL Finest]: query: 2024-05-15 19:03:18.075--ClientSession(1242969461)--Thread(Thread[main,5,main])--Data access result: {_id=664506F6C2436255466CCC32} [EL Finer]: transaction: 2024-05-15 19:03:18.076--ClientSession(1242969461)--Connection(1607458416)--Thread(Thread[main,5,main])--commit transaction [EL Finest]: connection: 2024-05-15 19:03:18.076--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:03:18.076--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--end unit of work commit [EL Finer]: transaction: 2024-05-15 19:03:18.076--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--resume unit of work [EL Finer]: cache: 2024-05-15 19:03:18.077--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--initialize identitymaps [EL Finer]: transaction: 2024-05-15 19:03:18.077--UnitOfWork(2120493960)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:03:18.077--ClientSession(1242969461)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-05-15 19:03:18.078--ServerSession(1032867484)--Thread(Thread[main,5,main])--client acquired: 1585189917 [EL Finer]: transaction: 2024-05-15 19:03:18.078--ClientSession(1585189917)--Thread(Thread[main,5,main])--acquire unit of work: 1135555866 [EL Finest]: query: 2024-05-15 19:03:18.078--UnitOfWork(1135555866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readPerson" referenceClass=Person ) [EL Finest]: connection: 2024-05-15 19:03:18.078--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-05-15 19:03:18.078--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Executing MappedInteraction() spec => null properties => {mongo.operation=FIND, mongo.collection=person} input => [664506F6C2436255466CCC32] [EL Finest]: query: 2024-05-15 19:03:18.079--ServerSession(1032867484)--Thread(Thread[main,5,main])--Adapter result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}, Document{{zip=null, city=Ottawa2, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=664506F6C2436255466CCC32, age=null, employed=null}] [EL Finest]: query: 2024-05-15 19:03:18.079--ServerSession(1032867484)--Thread(Thread[main,5,main])--Data access result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}, Document{{zip=null, city=Ottawa2, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=664506F6C2436255466CCC32, age=null, employed=null}] [EL Finest]: connection: 2024-05-15 19:03:18.079--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-05-15 19:03:18.08--UnitOfWork(1135555866)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-05-15 19:03:18.08--ClientSession(1585189917)--Thread(Thread[main,5,main])--client released [EL Finest]: jpa: 2024-05-15 19:03:18.08--ServerSession(1032867484)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Deployed; factoryCount 1 [EL Finest]: sequencing: 2024-05-15 19:03:18.08--ServerSession(1032867484)--Thread(Thread[main,5,main])--sequencing disconnected [EL Fine]: connection: 2024-05-15 19:03:18.08--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2024-05-15 19:03:18.08--ServerSession(1032867484)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2024-05-15 19:03:18.08--ServerSession(1032867484)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic logout successful [EL Fine]: connection: 2024-05-15 19:03:18.08--ServerSession(1032867484)--Connection(1607458416)--Thread(Thread[main,5,main])--disconnect [EL Finest]: jpa: 2024-05-15 19:03:18.081--ServerSession(1032867484)--Thread(Thread[main,5,main])--End undeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Undeployed; factoryCount 0 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.553 s - in org.eclipse.persistence.testing.tests.NoSQLJPATestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.966 s [INFO] Finished at: 2024-05-15T19:03:18Z [INFO] ------------------------------------------------------------------------ [15.05.2024 19:03:18] -[ Stopping Mongo Database ]------------------------------ [15.05.2024 19:03:18] --[ Waiting for Mongo Database to stop ]------------------ done [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LRG Server tests (Wildfly)) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test_server.sh -[ EclipseLink Test Server ]----------------------------------------------------------- -[ INFO Server tests are temporary disabled until server with Jakarta packages will be available]- [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) [Pipeline] tool [Pipeline] envVarsForTool [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-VhTH2x89LoUj/agent.387 SSH_AGENT_PID=389 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipselink-nightly-3.0@tmp/private_key_16355169301613086674.key (/home/jenkins/agent/workspace/eclipselink-nightly-3.0@tmp/private_key_16355169301613086674.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 389 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to snapshots) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/publish_snapshots.sh -[ EclipseLink Publish to Jakarta Snapshots ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 3.0.5-SNAPSHOT [1/23] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799851666 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.parent --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 3.0.5-SNAPSHOT [2/23] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799854024 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jpql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 3.0.5-SNAPSHOT [3/23] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799874725 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.core --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 3.0.5-SNAPSHOT [4/23] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799889058 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 3.0.5-SNAPSHOT [5/23] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799890538 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 3.0.5-SNAPSHOT [6/23] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799892705 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 3.0.5-SNAPSHOT [7/23] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799894138 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 3.0.5-SNAPSHOT [8/23] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799895658 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3302 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 3.0.5-SNAPSHOT [9/23] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799906381 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.dbws --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 3.0.5-SNAPSHOT [10/23] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799908291 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 32 resources [INFO] Copying 32 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars --- [INFO] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpars --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpars --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 3.0.5-SNAPSHOT [11/23] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799911697 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.corba --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.corba --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 3.0.5-SNAPSHOT [12/23] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799918349 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.extension --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.extension --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT [13/23] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799919771 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 226 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.nosql --- [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 3.0.5-SNAPSHOT [14/23] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799921528 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 3.0.5-SNAPSHOT [15/23] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799923053 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] Configuration changed, re-generating javadoc. [INFO] 33 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.sdo --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 3.0.5-SNAPSHOT [16/23] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799933057 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 3.0.5-SNAPSHOT [17/23] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799934502 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.rename --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 3.0.5-SNAPSHOT [18/23] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799935723 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.oracle --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 3.0.5-SNAPSHOT [19/23] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799937040 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configuration changed, re-generating javadoc. [INFO] 62 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return [WARNING] public java.sql.Connection getDatabaseConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return [WARNING] public AQSession getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection [WARNING] public AQConnectionMetaData(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return [WARNING] public String getURL() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url [WARNING] public void setURL(String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return [WARNING] public String getDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource [WARNING] public void setDatasource(String datasource) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return [WARNING] public String getUser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user [WARNING] public void setUser(String user) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return [WARNING] public boolean hasDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password [WARNING] public void setPassword(String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return [WARNING] public String getQueue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue [WARNING] public void setQueue(String queue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema [WARNING] public void setSchema(String schema) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return [WARNING] public String getSchema() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return [WARNING] public AQDequeueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQDequeueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return [WARNING] public AQEnqueueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQEnqueueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection [WARNING] public AQInteraction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection [WARNING] public AQTransaction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection [WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection [WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection [WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record [WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 3.0.5-SNAPSHOT [20/23] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799941012 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 3.0.5-SNAPSHOT [21/23] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ moxy-standalone --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799941908 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/license with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ moxy-standalone --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/stage with includes "" and excludes "" [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ moxy-standalone --- [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.5-SNAPSHOT [22/23] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ eclipselink --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799943999 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 50 resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module [WARNING] Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink --- [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dbws, has 1, private references [org.eclipse.persistence.internal.xr] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata, has 1, private references [org.eclipse.persistence.internal.jpa.metadata.xml] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list, has 1, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters, has 2, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging, has 1, private references [org.eclipse.persistence.internal.localization] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa, has 3, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm, has 1, private references [org.eclipse.persistence.internal.jaxb] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb, has 4, private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.converters, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.structures, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings, has 12, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.mappings, has 3, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.descriptors, has 3, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.sessions, has 1, private references [org.eclipse.persistence.internal.core.databaseaccess] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.exceptions, has 8, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors, has 10, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.queries, has 7, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 2, private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms, has 3, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination, has 3, private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote, has 4, private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.factories, has 5, private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.broker, has 4, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions, has 6, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.xml, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.events, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn, has 2, private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle, has 5, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.schema, has 2, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy, has 4, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.record, has 8, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped, has 1, private references [org.eclipse.persistence.internal.oxm.unmapped] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.json, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.platform, has 5, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm, has 9, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.expressions, has 3, private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sequencing, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.history, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.logging, has 2, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dynamic, has 2, private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.mappings, has 5, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.interactions, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates, has 1, private references [org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper, has 5, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo, has 4, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.transaction, has 2, private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.websphere, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.glassfish, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.weblogic, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.jboss, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services, has 1, private references [org.eclipse.persistence.internal.sessions] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink --- [INFO] Configuration changed, re-generating javadoc. [INFO] 72 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean) [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: 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. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/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. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage with includes "" and excludes "" [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ eclipselink --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipselink --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 3.0.5-SNAPSHOT [23/23] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests [INFO] Storing buildNumber: 7d06f20fc7 at timestamp: 1715799999922 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/stage with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] com.sun.activation:jakarta.activation:jar:2.0.1 already exists in destination. [INFO] com.sun.mail:jakarta.mail:jar:2.0.1 already exists in destination. [INFO] com.sun.xml.bind:jaxb-xjc:jar:3.0.1 already exists in destination. [INFO] com.sun.xml.bind:jaxb-core:jar:3.0.1 already exists in destination. [INFO] jakarta.validation:jakarta.validation-api:jar:3.0.0 already exists in destination. [INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 already exists in destination. [INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 already exists in destination. [INFO] org.glassfish:jakarta.json:jar:2.0.0 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-csiv2-idl:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:exception-annotation-processor:jar:4.2.4 already exists in destination. [INFO] org.glassfish.gmbal:gmbal:jar:4.0.0 already exists in destination. [INFO] org.glassfish.external:management-api:jar:3.2.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-basic-tools:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-tf-tools:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-asm:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-basic:jar:4.1.2 already exists in destination. [INFO] org.glassfish.pfl:pfl-dynamic:jar:4.1.2 already exists in destination. [INFO] org.ow2.asm:asm:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-util:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-tree:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-analysis:jar:9.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-tf:jar:4.1.2 already exists in destination. [INFO] junit:junit:jar:4.13.2 already exists in destination. [INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 already exists in destination. [INFO] jakarta.el:jakarta.el-api:jar:4.0.0 already exists in destination. [INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 already exists in destination. [INFO] jakarta.annotation:jakarta.annotation-api:jar:2.0.0 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:7.0.1.Final already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.4.1.Final already exists in destination. [INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination. [INFO] org.glassfish:jakarta.el:jar:4.0.1 already exists in destination. [INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.0 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.2 already exists in destination. [INFO] org.ops4j.base:ops4j-base-io:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-monitors:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-lang:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-store:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-util-property:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-container-forked:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 already exists in destination. [INFO] biz.aQute.bnd:bndlib:jar:2.4.0 already exists in destination. [INFO] org.ops4j.base:ops4j-base-exec:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-net:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-spi:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:2.0.0-alpha1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination. [INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination. [INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.distribution.tests --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.distribution.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 3.0.5-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 4.617 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 20.683 s] [INFO] EclipseLink Core ................................... SUCCESS [ 14.413 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 1.464 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 2.176 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 1.443 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 1.411 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 10.814 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 1.885 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 3.391 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 6.702 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 1.383 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 1.818 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 1.491 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 9.999 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 1.487 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 1.214 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 1.279 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 4.017 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.893 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 2.083 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 55.878 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 1.544 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:32 min [INFO] Finished at: 2024-05-15T19:06:41Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Proceed test results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo Processing file: bundles/**/target/surefire-reports/*.xml,bundles/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: dbws/**/target/surefire-reports/*.xml,dbws/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: foundation/**/target/surefire-reports/*.xml,foundation/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: jpa/**/target/surefire-reports/*.xml,jpa/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/target/surefire-reports/*.xml,moxy/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: sdo/**/target/surefire-reports/*.xml,sdo/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: utils/**/target/surefire-reports/*.xml,utils/**/target/failsafe-reports/*.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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext Not sending mail to unregistered user (id: noreply@github.com, email: noreply@github.com) because your SCM claimed this was associated with a user ID ‘GitHub' which your security realm does not recognize; you may need changes in your SCM plugin Sending email to: eclipselink-dev@eclipse.org frederic.gurr@eclipse-foundation.org [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS