runtime error with bonita test toolkit

1
0
-1

Hello,

this question can be closed... I no-longer have the CLASS NOT FOUND issue... it was fixed by adjusting the maven settings on my jetbrains ide and also updating the settings.xml file.

-Rudy

=============

hello,

my testtoolkit script compiles but fails to run due to

java.lang.NoClassDefFoundError: org/bonitasoft/web/client/exception/NotFoundException
Caused by: java.lang.ClassNotFoundException: org.bonitasoft.web.client.exception.NotFoundException

I get this error even if all the lines of code within my test are commented out.

This is what's in my import statement block

==========

import java.util.List;
import com.bonitasoft.test.toolkit.junit.extension.BonitaTests;
import com.bonitasoft.test.toolkit.BonitaTestToolkit;


import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.*;
import static com.bonitasoft.test.toolkit.predicate.UserTaskPredicates.*;
import static com.bonitasoft.test.toolkit.predicate.TaskPredicates.*;
import static com.bonitasoft.test.toolkit.predicate.TaskPredicates.taskArchived;

//import com.bonitasoft.test.toolkit.contract.ComplexInputBuilder.complexInput;
import com.bonitasoft.test.toolkit.contract.ComplexInputBuilder;
import com.bonitasoft.test.toolkit.contract.ContractBuilder;
//import com.bonitasoft.test.toolkit.contract.ContractBuilder.newContract;

import com.bonitasoft.test.toolkit.model.BusinessData;
import com.bonitasoft.test.toolkit.model.BusinessObjectDAO;
import com.bonitasoft.test.toolkit.model.Task;
import com.bonitasoft.test.toolkit.model.QueryParameter;

import static org.assertj.core.api.Assertions.assertThat;
import static org.awaitility.Awaitility.await;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

=========

The toolkit jar I'm using is 1.0.1 ...

(our project uses 7.13 enterprise version)

2 questions:

1) does toolkit version 1.0.3 work with enterprise 7.13 ?

2) if I stick with using 1.0.1 toolkit, should I comment out one or more of the import statements?

Please let me know.

Thanks!

-Rudy

Comments

Submitted by RegnerRudy on Tue, 08/15/2023 - 23:10

here is the output of mvn verify -X

===============

PS C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests> mvn verify -X

Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)

Maven home: C:\Users\RRegner\Downloads\apache-maven-3.8.6

Java version: 11.0.16.1, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11.0.16.1

Default locale: en_US, platform encoding: Cp1252

OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[DEBUG] Created new class realm maven.api

[DEBUG] Importing foreign packages into class realm maven.api

[DEBUG] Imported: javax.annotation.* < plexus.core

[DEBUG] Imported: javax.annotation.security.* < plexus.core

[DEBUG] Imported: javax.inject.* < plexus.core

[DEBUG] Imported: org.apache.maven.* < plexus.core

[DEBUG] Imported: org.apache.maven.artifact < plexus.core

[DEBUG] Imported: org.apache.maven.classrealm < plexus.core

[DEBUG] Imported: org.apache.maven.cli < plexus.core

[DEBUG] Imported: org.apache.maven.configuration < plexus.core

[DEBUG] Imported: org.apache.maven.exception < plexus.core

[DEBUG] Imported: org.apache.maven.execution < plexus.core

[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core

[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core

[DEBUG] Imported: org.apache.maven.model < plexus.core

[DEBUG] Imported: org.apache.maven.monitor < plexus.core

[DEBUG] Imported: org.apache.maven.plugin < plexus.core

[DEBUG] Imported: org.apache.maven.profiles < plexus.core

[DEBUG] Imported: org.apache.maven.project < plexus.core

[DEBUG] Imported: org.apache.maven.reporting < plexus.core

[DEBUG] Imported: org.apache.maven.repository < plexus.core

[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core

[DEBUG] Imported: org.apache.maven.settings < plexus.core

[DEBUG] Imported: org.apache.maven.toolchain < plexus.core

[DEBUG] Imported: org.apache.maven.usability < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core

[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core

[DEBUG] Imported: org.codehaus.classworlds < plexus.core

[DEBUG] Imported: org.codehaus.plexus.* < plexus.core

[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core

[DEBUG] Imported: org.codehaus.plexus.component < plexus.core

[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core

[DEBUG] Imported: org.codehaus.plexus.container < plexus.core

[DEBUG] Imported: org.codehaus.plexus.context < plexus.core

[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core

[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core

[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core

[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core

[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core

[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core

[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core

[DEBUG] Imported: org.eclipse.aether.* < plexus.core

[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core

[DEBUG] Imported: org.eclipse.aether.collection < plexus.core

[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core

[DEBUG] Imported: org.eclipse.aether.graph < plexus.core

[DEBUG] Imported: org.eclipse.aether.impl < plexus.core

[DEBUG] Imported: org.eclipse.aether.installation < plexus.core

[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core

[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core

[DEBUG] Imported: org.eclipse.aether.repository < plexus.core

[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core

[DEBUG] Imported: org.eclipse.aether.spi < plexus.core

[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core

[DEBUG] Imported: org.eclipse.aether.version < plexus.core

[DEBUG] Imported: org.fusesource.jansi.* < plexus.core

[DEBUG] Imported: org.slf4j.* < plexus.core

[DEBUG] Imported: org.slf4j.event.* < plexus.core

[DEBUG] Imported: org.slf4j.helpers.* < plexus.core

[DEBUG] Imported: org.slf4j.spi.* < plexus.core

[DEBUG] Populating class realm maven.api

[INFO] Error stacktraces are turned on.

[DEBUG] Message scheme: color

[DEBUG] Message styles: debug info warning error success failure strong mojo project

[DEBUG] Reading global settings from C:\Users\RRegner\Downloads\apache-maven-3.8.6\conf\settings.xml

[DEBUG] Reading user settings from C:\Users\RRegner\.m2\settings.xml

[DEBUG] Reading global toolchains from C:\Users\RRegner\Downloads\apache-maven-3.8.6\conf\toolchains.xml

[DEBUG] Reading user toolchains from C:\Users\RRegner\.m2\toolchains.xml

[DEBUG] Using local repository at C:\Users\RRegner\.m2\repository

[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\RRegner\.m2\repository

[INFO] Scanning for projects...

[DEBUG] Extension realms for project com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT: (none)

[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]

[DEBUG] === REACTOR BUILD PLAN ================================================

[DEBUG] Project: com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT

[DEBUG] Tasks: [verify]

[DEBUG] Style: Regular

[DEBUG] =======================================================================

[INFO]

[INFO] ----------------< com.company.test:bonita-process-test >----------------

[INFO] Building Bonita process test 1.0.0-SNAPSHOT

[INFO] --------------------------------[ jar ]---------------------------------

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-

test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] === PROJECT BUILD PLAN ================================================

[DEBUG] Project: com.company.test:bonita-process-test:1.0.0-SNAPSHOT

[DEBUG] Dependencies (collect): []

[DEBUG] Dependencies (resolve): [compile, runtime, test]

[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]

[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${encoding}

${maven.resources.escapeString}

${maven.resources.escapeWindowsPaths}

${maven.resources.includeEmptyDirs}

${maven.resources.overwrite}


${maven.resources.supportMultiLineFiltering}

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.compiler.compilerId}

${maven.compiler.compilerReuseStrategy}

${maven.compiler.compilerVersion}

${maven.compiler.debug}

${maven.compiler.debuglevel}

${encoding}

${maven.compiler.executable}

${maven.compiler.failOnError}

${maven.compiler.forceJavacCompilerUse}

${maven.compiler.fork}

${maven.compiler.maxmem}

${maven.compiler.meminitial}

${mojoExecution}

${maven.compiler.optimize}


${maven.compiler.showDeprecation}

${maven.compiler.showWarnings}

${maven.main.skip}

${maven.compiler.skipMultiThreadWarning}

${maven.compiler.source}

${lastModGranularityMs}

${maven.compiler.target}

${maven.compiler.useIncrementalCompilation}

${maven.compiler.verbose}

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${encoding}

${maven.resources.escapeString}

${maven.resources.escapeWindowsPaths}

${maven.resources.includeEmptyDirs}

${maven.resources.overwrite}


${maven.test.skip}

${maven.resources.supportMultiLineFiltering}

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.compiler.compilerId}

${maven.compiler.compilerReuseStrategy}

${maven.compiler.compilerVersion}

${maven.compiler.debug}

${maven.compiler.debuglevel}

${encoding}

${maven.compiler.executable}

${maven.compiler.failOnError}

${maven.compiler.forceJavacCompilerUse}

${maven.compiler.fork}

${maven.compiler.maxmem}

${maven.compiler.meminitial}

${mojoExecution}

${maven.compiler.optimize}

${maven.compiler.showDeprecation}

${maven.compiler.showWarnings}

${maven.test.skip}

${maven.compiler.skipMultiThreadWarning}

${maven.compiler.source}

${lastModGranularityMs}

${maven.compiler.target}

${maven.compiler.testSource}

${maven.compiler.testTarget}

${maven.compiler.useIncrementalCompilation}

${maven.compiler.verbose}

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${argLine}

${childDelegation}

${maven.surefire.debug}

${disableXmlReport}

${enableAssertions}

${excludedGroups}

${surefire.failIfNoSpecifiedTests}

${failIfNoTests}

${forkMode}

${surefire.timeout}

${groups}

${junitArtifactName}

${jvm}

${objectFactory}


${parallel}



${perCoreThreadCount}


${plugin.artifactMap}



${surefire.printSummary}


${project.artifactMap}

${maven.test.redirectTestOutputToFile}

${surefire.reportFormat}

${surefire.reportNameSuffix}

${maven.test.skip}

${maven.test.skip.exec}

${skipTests}

${test}

${maven.test.failure.ignore}

${testNGArtifactName}


${threadCount}


${trimStackTrace}

${surefire.useFile}

${surefire.useManifestOnlyJar}

${surefire.useSystemClassLoader}

${useUnlimitedThreads}

${basedir}


[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${jar.finalName}

${jar.forceCreation}


${jar.skipIfEmpty}

${jar.useDefaultManifestFile}

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test (default)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.test.additionalClasspath}

${argLine}

${childDelegation}

${maven.test.dependency.excludes}

${maven.failsafe.debug}

${dependenciesToScan}

${disableXmlReport}

${enableAssertions}

${encoding}

${excludedGroups}

${failsafe.excludesFile}

${it.failIfNoSpecifiedTests}

${failIfNoTests}

${forkCount}

${forkMode}

${failsafe.exitTimeout}

${failsafe.timeout}

${groups}

${failsafe.includesFile}

${junitArtifactName}

${junitPlatformArtifactName}

${jvm}

${objectFactory}


${parallel}



${parallelOptimized}


${failsafe.parallel.forcedTimeout}


${failsafe.parallel.timeout}


${perCoreThreadCount}


${plugin.artifactMap}



${failsafe.printSummary}


${project.artifactMap}


${maven.test.redirectTestOutputToFile}

${failsafe.reportFormat}

${surefire.reportNameSuffix}

${failsafe.rerunFailingTestsCount}

${reuseForks}

${failsafe.runOrder}

${failsafe.shutdown}

${maven.test.skip}

${failsafe.skipAfterFailureCount}

${maven.test.skip.exec}

${skipITs}

${skipTests}

${failsafe.suiteXmlFiles}

${tempDir}

${it.test}

${testNGArtifactName}


${threadCount}


${threadCountClasses}


${threadCountMethods}


${threadCountSuites}


${trimStackTrace}

${failsafe.useFile}

${failsafe.useManifestOnlyJar}

${failsafe.useSystemClassLoader}

${useUnlimitedThreads}

${basedir}


[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default)

[DEBUG] Style: Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${encoding}

${failIfNoTests}

${maven.test.skip}

${maven.test.skip.exec}

${skipITs}

${skipTests}

${maven.test.failure.ignore}

[DEBUG] =======================================================================

[DEBUG] Resolving artifact com.bonitasoft:bonita-test-toolkit:pom:1.0.1 from [central (https://repo.maven.apache.org/maven2, default, releases)]

[WARNING] The POM for com.bonitasoft:bonita-test-toolkit:jar:1.0.1 is missing, no dependency information available

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=400500, ConflictMarker.markTime=291400, ConflictMarker.nodeCount=20, ConflictIdSorter.graphTime=243900, ConflictIdSorter.topsortTime=188900, ConflictIdSorter.conflict

IdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2629300, ConflictResolver.conflictItemCount=19, DefaultDependencyCollector.collectTime=37204000, DefaultDependencyCollector.transformTime=4965300}

[DEBUG] com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT

[DEBUG] com.bonitasoft:bonita-test-toolkit:jar:1.0.1:test

[DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test

[DEBUG] org.junit.platform:junit-platform-engine:jar:1.9.1:test (version managed from 1.9.1)

[DEBUG] org.opentest4j:opentest4j:jar:1.2.0:test

[DEBUG] org.junit.platform:junit-platform-commons:jar:1.9.1:test (version managed from 1.9.1)

[DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test (version managed from 5.9.1)

[DEBUG] org.apiguardian:apiguardian-api:jar:1.1.2:test

[DEBUG] org.assertj:assertj-core:jar:3.23.1:test

[DEBUG] net.bytebuddy:byte-buddy:jar:1.12.10:test

[DEBUG] org.awaitility:awaitility:jar:4.2.0:test

[DEBUG] org.hamcrest:hamcrest:jar:2.1:test

[DEBUG] ch.qos.logback:logback-classic:jar:1.2.10:test

[DEBUG] ch.qos.logback:logback-core:jar:1.2.10:test

[DEBUG] org.slf4j:slf4j-api:jar:1.7.32:test

[INFO]

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bonita-process-test ---

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for central (http://repo1.maven.org/maven2).

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=128300, ConflictMarker.markTime=62100, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=62300, ConflictIdSorter.topsortTime=15600, ConflictIdSorter.conflictIdC

ount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2127100, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=68756100, DefaultDependencyCollector.transformTime=2469300}

[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6

[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile

[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile

[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile

[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile

[DEBUG] commons-cli:commons-cli:jar:1.0:compile

[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile

[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile

[DEBUG] classworlds:classworlds:jar:1.1:compile

[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile

[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG] junit:junit:jar:3.8.1:compile

[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile

[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile

[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile

[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile

[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6

[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6

[DEBUG] Imported: < maven.api

[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6

[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6

[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6

[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7

[DEBUG] Included: commons-cli:commons-cli:jar:1.0

[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

[DEBUG] Included: junit:junit:jar:3.8.1

[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5

[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1

[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4

[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoade

r@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->

[DEBUG] (f) buildFilters = []

[DEBUG] (f) encoding = UTF-8

[DEBUG] (f) escapeWindowsPaths = true

[DEBUG] (s) includeEmptyDirs = false

[DEBUG] (s) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

[DEBUG] (s) overwrite = false

[DEBUG] (f) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml

[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]

[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] (f) supportMultiLineFiltering = false

[DEBUG] (f) useBuildFilters = true

[DEBUG] (s) useDefaultDelimiters = true

[DEBUG] -- end configuration --

[DEBUG] properties used {env.NUMBER_OF_PROCESSORS=20, env.USERPROFILE=C:\Users\RRegner, java.specification.version=11, sun.cpu.isalist=amd64, sun.arch.data.model=64, env.PROGRAMW6432=C:\Program Files, java.vendor.url=https://openj

dk.java.net/, env.OS=Windows_NT, sun.boot.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher verify -X, env.SYSTEMROOT=C:\Windows, jdk.debug=release, maven.vers

ion=3.8.6, java.specification.vendor=Oracle Corporation, java.version.date=2022-08-18, java.home=C:\Program Files\Java\jdk-11.0.16.1, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Cor

poration, env.LOCALAPPDATA=C:\Users\RRegner\AppData\Local, env.USERDOMAIN_ROAMINGPROFILE=OAS, maven-install-plugin.version=3.0.0-M1, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.

16.1+1-LTS-1, env.PATH=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\S

ystem32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\a

pache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downloads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin, m

aven-dependency-plugin.version=3.2.0, env.PUBLIC=C:\Users\Public, env.EXEC_DIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, file.encoding=Cp1252, java.vendor.ver

sion=18.9, env.COMPUTERNAME=MDH-10011051, env.HOMEPATH=\Users\RRegner, env.APPDATA=C:\Users\RRegner\AppData\Roaming, java.io.tmpdir=C:\Users\RRegner\AppData\Local\Temp\, java.version=11.0.16.1, java.vm.specification.name=Java Virt

ual Machine Specification, java.awt.printerjob=sun.awt.windows.WPrinterJob, java.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk-11.0.16.1\bin;C

:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\

Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\apache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downl

oads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin;., java.vendor=Oracle Corporation, env.ERROR_CODE=0, classworlds.c

onf=C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin\m2.conf, sun.io.unicode.encoding=UnicodeLittle, sun.desktop=windows, user.timezone=, os.name=Windows 10, java.vm.specification.version=11, junit.version=5.9.1, env.=::=::\, mav

en.compiler.source=11, user.home=C:\Users\RRegner, env.ALLUSERSPROFILE=C:\ProgramData, env.SESSIONNAME=Console, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, env.IDEA_INITIAL_DIRECTORY=C:\Program Files\JetBrains\IntelliJ

IDEA 2022.3.1\bin, path.separator=;, os.version=10.0, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL, java.vm.name=Java HotSpot(TM

) 64-Bit Server VM, env.USERNAME=RRegner, os.arch=amd64, maven.multiModuleProjectDirectory=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.MAVEN_PROJECTBASEDIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\t

ests, java.vm.info=mixed mode, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.TEMP=C:\Users\RRegner\AppData\Local\Temp, java.class.version=55.0, awt.toolkit=sun.awt.windows.WToolkit, sun.jnu.encoding=Cp1252, env.TERMINAL_EMULATO

R=JetBrains-JediTerm, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, maven.build.version=Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63), maven.home=C:\Users\RRegner\Downloads\apache-maven-3.8.6, sun.stderr.en

coding=cp437, env.JAVA_HOME=C:\Program Files\Java\jdk-11.0.16.1, env.PROGRAMFILES=C:\Program Files, file.separator=\, java.vm.compressedOopsMode=Zero based, env.CLASSWORLDS_JAR="C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\p

lexus-classworlds-2.6.0.jar", line.separator=

, sun.stdout.encoding=cp437, env.PROMPT=$P$G, env.PROCESSOR_REVISION=9a03, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel, env.PROGRAMDATA=C:\ProgramData, user.name=RRegner, env.DRIVERDATA=C:\Windows\

System32\Drivers\DriverData, bonita-test-toolkit.version=1.0.1, env.TERM_SESSION_ID=da75445b-a176-4d91-bd77-7c535b357354, env.SYSTEMDRIVE=C:, env.JVMCONFIG=\.mvn\jvm.config, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.PROCES

SOR_LEVEL=6, env.HOMEDRIVE=C:, env.PSMODULEPATH=C:\Users\RRegner\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules, env.TMP=C:\Users\RRegner\AppData\L

ocal\Temp, project.reporting.outputEncoding=UTF-8, sun.os.patch.level=, assertj-core.version=3.23.1, maven.compiler.target=11, env.LOGONSERVER=\\OET-DVR-DC01, awaitility.version=4.2.0, library.jansi.path=C:\Users\RRegner\Downloads

\apache-maven-3.8.6\lib\jansi-native, env.WINDIR=C:\Windows, env.USERDNSDOMAIN=OAS.DHMH.LOCAL, java.class.path=C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\plexus-classworlds-2.6.0.jar, java.vm.vendor=Oracle Corporation, env

.PROCESSOR_ARCHITECTURE=AMD64, user.variant=, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.__INTELLIJ_COMMAND_HISTFILE__=C:\Users\RRegner\AppData\Local\JetBrains\IntelliJIdea2022.3\terminal\history\workspace-history,

maven.conf=C:\Users\RRegner\Downloads\apache-maven-3.8.6/conf, logback.version=1.2.10, sun.java.launcher=SUN_STANDARD, user.country=US, env.USERDOMAIN=OAS, env.COMSPEC=C:\Windows\system32\cmd.exe, sun.cpu.endian=little, user.langu

age=en, env.JAVACMD=C:\Program Files\Java\jdk-11.0.16.1\bin\java.exe, env.MAVEN_HOME=C:\Users\RRegner\Downloads\apache-maven-3.8.6, env.WDIR=C:\, env.=C:=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.runtime.nam

e=Java(TM) SE Runtime Environment, project.build.sourceEncoding=UTF-8, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.ZES_ENABLE_SYSMAN=1, env.MAVEN_CMD_LINE_ARGS=verify -X, java.vendor.url.bug=https://bugrep

ort.java.com/bugreport/, maven-failsafe-plugin.version=2.22.2, user.dir=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.vm.version=11.0.16.1+1-LTS-1}

[INFO] Using 'UTF-8' encoding to copy filtered resources.

[DEBUG] resource with targetPath null

directory C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\resources

excludes []

includes []

[INFO] skip non existing resourceDirectory C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\resources

[DEBUG] no use filter components

[INFO]

[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bonita-process-test ---

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=221700, ConflictMarker.markTime=142100, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=238200, ConflictIdSorter.topsortTime=35900, ConflictIdSorter.conflict

IdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=871800, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=108551800, DefaultDependencyCollector.transformTime=1528600}

[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1

[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile

[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile

[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile

[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile

[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile

[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile

[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile (version managed from default)

[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile

[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile

[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime

[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile

[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile

[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile

[DEBUG] log4j:log4j:jar:1.2.12:compile

[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile

[DEBUG] com.google.collections:google-collections:jar:1.0:compile

[DEBUG] junit:junit:jar:3.8.2:compile

[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1

[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1

[DEBUG] Imported: < maven.api

[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1

[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1

[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1

[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1

[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1

[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1

[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5

[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2

[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2

[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2

[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4

[DEBUG] Included: log4j:log4j:jar:1.2.12

[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1

[DEBUG] Included: com.google.collections:google-collections:jar:1.0

[DEBUG] Included: junit:junit:jar:3.8.2

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@2c

df8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->

[DEBUG] (f) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (f) buildDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target

[DEBUG] (f) classpathElements = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes]

[DEBUG] (f) compileSourceRoots = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\java]

[DEBUG] (f) compilerId = javac

[DEBUG] (f) debug = true

[DEBUG] (f) encoding = UTF-8

[DEBUG] (f) failOnError = true

[DEBUG] (f) forceJavacCompilerUse = false

[DEBUG] (f) fork = false

[DEBUG] (f) generatedSourcesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\generated-sources\annotations

[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}

[DEBUG] (f) optimize = false

[DEBUG] (f) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

[DEBUG] (f) projectArtifact = com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT

[DEBUG] (f) showDeprecation = false

[DEBUG] (f) showWarnings = false

[DEBUG] (f) skipMultiThreadWarning = false

[DEBUG] (f) source = 11

[DEBUG] (f) staleMillis = 0

[DEBUG] (f) target = 11

[DEBUG] (f) useIncrementalCompilation = true

[DEBUG] (f) verbose = false

[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] -- end configuration --

[DEBUG] Using compiler 'javac'.

[INFO] No sources to compile

[INFO]

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bonita-process-test ---

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassL

oader@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->

[DEBUG] (f) buildFilters = []

[DEBUG] (f) encoding = UTF-8

[DEBUG] (f) escapeWindowsPaths = true

[DEBUG] (s) includeEmptyDirs = false

[DEBUG] (s) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] (s) overwrite = false

[DEBUG] (f) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml

[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources, PatternSet [includes: {}, excludes: {}]}}]

[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] (f) supportMultiLineFiltering = false

[DEBUG] (f) useBuildFilters = true

[DEBUG] (s) useDefaultDelimiters = true

[DEBUG] -- end configuration --

[DEBUG] properties used {env.NUMBER_OF_PROCESSORS=20, env.USERPROFILE=C:\Users\RRegner, java.specification.version=11, sun.cpu.isalist=amd64, sun.arch.data.model=64, env.PROGRAMW6432=C:\Program Files, java.vendor.url=https://openj

dk.java.net/, env.OS=Windows_NT, sun.boot.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher verify -X, env.SYSTEMROOT=C:\Windows, jdk.debug=release, maven.vers

ion=3.8.6, java.specification.vendor=Oracle Corporation, java.version.date=2022-08-18, java.home=C:\Program Files\Java\jdk-11.0.16.1, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Cor

poration, env.LOCALAPPDATA=C:\Users\RRegner\AppData\Local, env.USERDOMAIN_ROAMINGPROFILE=OAS, maven-install-plugin.version=3.0.0-M1, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.

16.1+1-LTS-1, env.PATH=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\S

ystem32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\a

pache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downloads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin, m

aven-dependency-plugin.version=3.2.0, env.PUBLIC=C:\Users\Public, env.EXEC_DIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, file.encoding=Cp1252, java.vendor.ver

sion=18.9, env.COMPUTERNAME=MDH-10011051, env.HOMEPATH=\Users\RRegner, env.APPDATA=C:\Users\RRegner\AppData\Roaming, java.io.tmpdir=C:\Users\RRegner\AppData\Local\Temp\, java.version=11.0.16.1, java.vm.specification.name=Java Virt

ual Machine Specification, java.awt.printerjob=sun.awt.windows.WPrinterJob, java.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk-11.0.16.1\bin;C

:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\

Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\apache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downl

oads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin;., java.vendor=Oracle Corporation, env.ERROR_CODE=0, classworlds.c

onf=C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin\m2.conf, sun.io.unicode.encoding=UnicodeLittle, sun.desktop=windows, user.timezone=, os.name=Windows 10, java.vm.specification.version=11, junit.version=5.9.1, env.=::=::\, mav

en.compiler.source=11, user.home=C:\Users\RRegner, env.ALLUSERSPROFILE=C:\ProgramData, env.SESSIONNAME=Console, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, env.IDEA_INITIAL_DIRECTORY=C:\Program Files\JetBrains\IntelliJ

IDEA 2022.3.1\bin, path.separator=;, os.version=10.0, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL, java.vm.name=Java HotSpot(TM

) 64-Bit Server VM, env.USERNAME=RRegner, os.arch=amd64, maven.multiModuleProjectDirectory=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.MAVEN_PROJECTBASEDIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\t

ests, java.vm.info=mixed mode, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.TEMP=C:\Users\RRegner\AppData\Local\Temp, java.class.version=55.0, awt.toolkit=sun.awt.windows.WToolkit, sun.jnu.encoding=Cp1252, env.TERMINAL_EMULATO

R=JetBrains-JediTerm, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, maven.build.version=Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63), maven.home=C:\Users\RRegner\Downloads\apache-maven-3.8.6, sun.stderr.en

coding=cp437, env.JAVA_HOME=C:\Program Files\Java\jdk-11.0.16.1, env.PROGRAMFILES=C:\Program Files, file.separator=\, java.vm.compressedOopsMode=Zero based, env.CLASSWORLDS_JAR="C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\p

lexus-classworlds-2.6.0.jar", line.separator=

, sun.stdout.encoding=cp437, env.PROMPT=$P$G, env.PROCESSOR_REVISION=9a03, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel, env.PROGRAMDATA=C:\ProgramData, user.name=RRegner, env.DRIVERDATA=C:\Windows\

System32\Drivers\DriverData, bonita-test-toolkit.version=1.0.1, env.TERM_SESSION_ID=da75445b-a176-4d91-bd77-7c535b357354, env.SYSTEMDRIVE=C:, env.JVMCONFIG=\.mvn\jvm.config, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.PROCES

SOR_LEVEL=6, env.HOMEDRIVE=C:, env.PSMODULEPATH=C:\Users\RRegner\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules, env.TMP=C:\Users\RRegner\AppData\L

ocal\Temp, project.reporting.outputEncoding=UTF-8, sun.os.patch.level=, assertj-core.version=3.23.1, maven.compiler.target=11, env.LOGONSERVER=\\OET-DVR-DC01, awaitility.version=4.2.0, library.jansi.path=C:\Users\RRegner\Downloads

\apache-maven-3.8.6\lib\jansi-native, env.WINDIR=C:\Windows, env.USERDNSDOMAIN=OAS.DHMH.LOCAL, java.class.path=C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\plexus-classworlds-2.6.0.jar, java.vm.vendor=Oracle Corporation, env

.PROCESSOR_ARCHITECTURE=AMD64, user.variant=, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.__INTELLIJ_COMMAND_HISTFILE__=C:\Users\RRegner\AppData\Local\JetBrains\IntelliJIdea2022.3\terminal\history\workspace-history,

maven.conf=C:\Users\RRegner\Downloads\apache-maven-3.8.6/conf, logback.version=1.2.10, sun.java.launcher=SUN_STANDARD, user.country=US, env.USERDOMAIN=OAS, env.COMSPEC=C:\Windows\system32\cmd.exe, sun.cpu.endian=little, user.langu

age=en, env.JAVACMD=C:\Program Files\Java\jdk-11.0.16.1\bin\java.exe, env.MAVEN_HOME=C:\Users\RRegner\Downloads\apache-maven-3.8.6, env.WDIR=C:\, env.=C:=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.runtime.nam

e=Java(TM) SE Runtime Environment, project.build.sourceEncoding=UTF-8, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.ZES_ENABLE_SYSMAN=1, env.MAVEN_CMD_LINE_ARGS=verify -X, java.vendor.url.bug=https://bugrep

ort.java.com/bugreport/, maven-failsafe-plugin.version=2.22.2, user.dir=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.vm.version=11.0.16.1+1-LTS-1}

[INFO] Using 'UTF-8' encoding to copy filtered resources.

[DEBUG] resource with targetPath null

directory C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources

excludes []

includes []

[DEBUG] ignoreDelta true

[INFO] Copying 2 resources

[DEBUG] file FcOrder.json has a filtered file extension

[DEBUG] copy C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources\contracts\FcOrder.json to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes\contracts\FcOrder.json

[DEBUG] file logback.xml has a filtered file extension

[DEBUG] copy C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources\logback.xml to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes\logback.xml

[DEBUG] no use filter components

[INFO]

[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bonita-process-test ---

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoade

r@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->

[DEBUG] (f) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (f) buildDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target

[DEBUG] (f) classpathElements = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes, C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes, C:\Users\RRegner\.m2\repository\com\boni

tasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar, C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar, C:\Users\RRegner\.m2\repository\org\junit\platform\junit-

platform-engine\1.9.1\junit-platform-engine-1.9.1.jar, C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar, C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-pla

tform-commons-1.9.1.jar, C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar, C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar, C:\Us

ers\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar, C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar, C:\Users\RRegner\.m2\repository\org\awaitility\awaitility

\4.2.0\awaitility-4.2.0.jar, C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar, C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar, C:\Users\RRegner\.m2\reposi

tory\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar, C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar]

[DEBUG] (f) compileSourceRoots = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java]

[DEBUG] (f) compilerId = javac

[DEBUG] (f) debug = true

[DEBUG] (f) encoding = UTF-8

[DEBUG] (f) failOnError = true

[DEBUG] (f) forceJavacCompilerUse = false

[DEBUG] (f) fork = false

[DEBUG] (f) generatedTestSourcesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\generated-test-sources\test-annotations

[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}

[DEBUG] (f) optimize = false

[DEBUG] (f) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] (f) showDeprecation = false

[DEBUG] (f) showWarnings = false

[DEBUG] (f) skipMultiThreadWarning = false

[DEBUG] (f) source = 11

[DEBUG] (f) staleMillis = 0

[DEBUG] (f) target = 11

[DEBUG] (f) useIncrementalCompilation = true

[DEBUG] (f) verbose = false

[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] -- end configuration --

[DEBUG] Using compiler 'javac'.

[DEBUG] Source directories: [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java]

[DEBUG] Classpath: [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar

C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar

C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar

C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar

C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar

C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar

C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar

C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar

C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar

C:\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar

C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar

C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar

C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar

C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar]

[DEBUG] Output directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] CompilerReuseStrategy: reuseCreated

[DEBUG] useIncrementalCompilation enabled

[DEBUG] Stale source detected: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java\com\company\test\_WOMS_ProcessIT.java

[INFO] Changes detected - recompiling the module!

[DEBUG] Classpath:

[DEBUG] C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

[DEBUG] C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar

[DEBUG] C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar

[DEBUG] C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar

[DEBUG] C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar

[DEBUG] Source roots:

[DEBUG] C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java

[DEBUG] Command line options:

[DEBUG] -d C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes -classpath C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes;C:\BonitaStudioSubscription-2021.2-u4\workspace\wo

ms\tests\target\classes;C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar;C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1

.jar;C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar;C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\RRegner\.m2\reposito

ry\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar;C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar;C:\Users\RRegner\.m2\repository\org\apiguard

ian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar;C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar;C:

\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar;C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar;C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\lo

gback-classic-1.2.10.jar;C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar;C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar; -sourcepath C:\BonitaStudioSubscr

iption-2021.2-u4\workspace\woms\tests\src\test\java; -s C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\generated-test-sources\test-annotations -g -nowarn -target 11 -source 11 -encoding UTF-8

[DEBUG] incrementalBuildHelper#beforeRebuildExecution

[INFO] Compiling 1 source file to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] incrementalBuildHelper#afterRebuildExecution

[INFO]

[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bonita-process-test ---

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=275300, ConflictMarker.markTime=82100, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=140000, ConflictIdSorter.topsortTime=25500, ConflictIdSorter.conflictI

dCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=380900, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=26833400, DefaultDependencyCollector.transformTime=922700}

[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4

[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile

[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile

[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile (version managed from default)

[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile

[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile (version managed from default)

[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile

[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile

[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile (version managed from default)

[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile

[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG] junit:junit:jar:3.8.1:test (scope managed from default) (version managed from default)

[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile (exclusions managed from default)

[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile

[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile

[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile

[DEBUG] classworlds:classworlds:jar:1.1:compile

[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile

[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile

[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4

[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4

[DEBUG] Imported: < maven.api

[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4

[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4

[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4

[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4

[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4

[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1

[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3

[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8

[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9

[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader

@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->

[DEBUG] (s) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (s) childDelegation = false

[DEBUG] (s) classesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

[DEBUG] (s) disableXmlReport = false

[DEBUG] (s) enableAssertions = true

[DEBUG] (s) forkMode = once

[DEBUG] (s) junitArtifactName = junit:junit

[DEBUG] (s) localRepository = id: local

url: file:///C:/Users/RRegner/.m2/repository/

layout: default

snapshots: [enabled => true, update => always]

releases: [enabled => true, update => always]

blocked: false

[DEBUG] (f) parallelMavenExecution = false

[DEBUG] (s) perCoreThreadCount = true

[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:c

ompile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.sur

efire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filte

rs=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0

.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-

profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plug

in-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apac

he.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.report

ing:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:

jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=class

worlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations

:jar:3.1:compile}

[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'

role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'

---

[DEBUG] (s) printSummary = true

[DEBUG] (s) projectArtifactMap = {com.bonitasoft:bonita-test-toolkit=com.bonitasoft:bonita-test-toolkit:jar:1.0.1:test, org.junit.jupiter:junit-jupiter-engine=org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test, org.junit.plat

form:junit-platform-engine=org.junit.platform:junit-platform-engine:jar:1.9.1:test, org.opentest4j:opentest4j=org.opentest4j:opentest4j:jar:1.2.0:test, org.junit.platform:junit-platform-commons=org.junit.platform:junit-platform-co

mmons:jar:1.9.1:test, org.junit.jupiter:junit-jupiter-api=org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test, org.apiguardian:apiguardian-api=org.apiguardian:apiguardian-api:jar:1.1.2:test, org.assertj:assertj-core=org.assertj:ass

ertj-core:jar:3.23.1:test, net.bytebuddy:byte-buddy=net.bytebuddy:byte-buddy:jar:1.12.10:test, org.awaitility:awaitility=org.awaitility:awaitility:jar:4.2.0:test, org.hamcrest:hamcrest=org.hamcrest:hamcrest:jar:2.1:test, ch.qos.lo

gback:logback-classic=ch.qos.logback:logback-classic:jar:1.2.10:test, ch.qos.logback:logback-core=ch.qos.logback:logback-core:jar:1.2.10:test, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.32:test}

[DEBUG] (s) redirectTestOutputToFile = false

[DEBUG] (s) remoteRepositories = [ id: central

url: https://repo.maven.apache.org/maven2

layout: default

snapshots: [enabled => false, update => daily]

releases: [enabled => true, update => never]

blocked: false

]

[DEBUG] (s) reportFormat = brief

[DEBUG] (s) reportsDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\surefire-reports

[DEBUG] (s) runOrder = filesystem

[DEBUG] (s) skip = false

[DEBUG] (s) skipTests = false

[DEBUG] (s) testClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] (s) testFailureIgnore = false

[DEBUG] (s) testNGArtifactName = org.testng:testng

[DEBUG] (s) testSourceDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java

[DEBUG] (s) trimStackTrace = true

[DEBUG] (s) useFile = true

[DEBUG] (s) useManifestOnlyJar = true

[DEBUG] (s) useSystemClassLoader = true

[DEBUG] (s) useUnlimitedThreads = false

[DEBUG] (s) workingDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (s) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml

[DEBUG] (s) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] -- end configuration --

[INFO]

[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bonita-process-test ---

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=84600, ConflictMarker.markTime=25500, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=51200, ConflictIdSorter.topsortTime=17600, ConflictIdSorter.conflictIdCo

unt=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=764200, ConflictResolver.conflictItemCount=70, DefaultDependencyCollector.collectTime=16865000, DefaultDependencyCollector.transformTime=965400}

[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.4

[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile

[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG] junit:junit:jar:3.8.1:compile

[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile

[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime

[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile

[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile

[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile

[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile

[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile

[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile

[DEBUG] commons-cli:commons-cli:jar:1.0:compile

[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile

[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile

[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile

[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile

[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile

[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile

[DEBUG] commons-lang:commons-lang:jar:2.1:compile

[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile

[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4

[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4

[DEBUG] Imported: < maven.api

[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4

[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.4

[DEBUG] Included: junit:junit:jar:3.8.1

[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5

[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6

[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7

[DEBUG] Included: commons-cli:commons-cli:jar:1.0

[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15

[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1

[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2

[DEBUG] Included: commons-lang:commons-lang:jar:2.1

[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->

[DEBUG] (f) classesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

[DEBUG] (f) defaultManifestFile = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes\META-INF\MANIFEST.MF

[DEBUG] (f) finalName = bonita-process-test-1.0.0-SNAPSHOT

[DEBUG] (f) forceCreation = false

[DEBUG] (f) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target

[DEBUG] (f) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml

[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] (f) skipIfEmpty = false

[DEBUG] (f) useDefaultManifestFile = false

[DEBUG] -- end configuration --

[DEBUG] isUp2date: true

[DEBUG] Archive C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\bonita-process-test-1.0.0-SNAPSHOT.jar is uptodate.

[INFO]

[INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ bonita-process-test ---

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=95200, ConflictMarker.markTime=31100, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=34300, ConflictIdSorter.topsortTime=19600, ConflictIdSorter.conflictIdC

ount=37, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=516200, ConflictResolver.conflictItemCount=79, DefaultDependencyCollector.collectTime=35763000, DefaultDependencyCollector.transformTime=719900}

[DEBUG] org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2

[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile

[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile (version managed from default)

[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile (scope managed from default) (version managed from default)

[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile (version managed from default)

[DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile (version managed from default)

[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile (version managed from default)

[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile (version managed from default)

[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.15:compile

[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile (version managed from default)

[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG] junit:junit:jar:4.12:compile (version managed from default)

[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile

[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile (version managed from default)

[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile (version managed from default)

[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile

[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile

[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile

[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile

[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile

[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile (version managed from default)

[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile (version managed from default) (exclusions managed from default)

[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile

[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime

[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime

[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime

[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile (version managed from default)

[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile

[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile

[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile

[DEBUG] classworlds:classworlds:jar:1.1:compile

[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile

[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile

[DEBUG] org.apache.maven:maven-toolchain:jar:2.2.1:compile (version managed from default)

[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile (version managed from default)

[DEBUG] org.ow2.asm:asm:jar:6.2:compile

[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M8:compile

[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2

[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2

[DEBUG] Imported: < maven.api

[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2

[DEBUG] Included: org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2

[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.22.2

[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2

[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.22.2

[DEBUG] Included: org.apache.maven.surefire:surefire-logger-api:jar:2.22.2

[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.22.2

[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.15

[DEBUG] Included: junit:junit:jar:4.12

[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3

[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1

[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11

[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6

[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6

[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0

[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3

[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4

[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10

[DEBUG] Included: org.ow2.asm:asm:jar:6.2

[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M8

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$Ap

pClassLoader@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test' with basic configurator -->

[DEBUG] (s) additionalClasspathElements = []

[DEBUG] (s) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (s) childDelegation = false

[DEBUG] (s) classpathDependencyExcludes = []

[DEBUG] (s) defaultClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes

[DEBUG] (s) dependenciesToScan = []

[DEBUG] (s) disableXmlReport = false

[DEBUG] (s) enableAssertions = true

[DEBUG] (s) encoding = UTF-8

[DEBUG] (f) forkCount = 1

[DEBUG] (s) forkMode = once

[DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30

[DEBUG] (s) junitArtifactName = junit:junit

[DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine

[DEBUG] (s) localRepository = id: local

url: file:///C:/Users/RRegner/.m2/repository/

layout: default

snapshots: [enabled => true, update => always]

releases: [enabled => true, update => always]

blocked: false

[DEBUG] (f) parallelMavenExecution = false

[DEBUG] (s) parallelOptimized = true

[DEBUG] (s) perCoreThreadCount = true

[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-failsafe-plugin=org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven

-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotati

ons:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compil

e, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.cod

ehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-d

efault:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:comp

ile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:mave

n-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-regist

ry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org

.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, or

g.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:co

mpile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:

maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile,

org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-j

ava:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile}

[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.failsafe.HelpMojo', role hint: 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:help'

role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.failsafe.IntegrationTestMojo', role hint: 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test'

role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.failsafe.VerifyMojo', role hint: 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify'

---

[DEBUG] (s) printSummary = true

[DEBUG] (s) projectArtifactMap = {com.bonitasoft:bonita-test-toolkit=com.bonitasoft:bonita-test-toolkit:jar:1.0.1:test, org.junit.jupiter:junit-jupiter-engine=org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test, org.junit.plat

form:junit-platform-engine=org.junit.platform:junit-platform-engine:jar:1.9.1:test, org.opentest4j:opentest4j=org.opentest4j:opentest4j:jar:1.2.0:test, org.junit.platform:junit-platform-commons=org.junit.platform:junit-platform-co

mmons:jar:1.9.1:test, org.junit.jupiter:junit-jupiter-api=org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test, org.apiguardian:apiguardian-api=org.apiguardian:apiguardian-api:jar:1.1.2:test, org.assertj:assertj-core=org.assertj:ass

ertj-core:jar:3.23.1:test, net.bytebuddy:byte-buddy=net.bytebuddy:byte-buddy:jar:1.12.10:test, org.awaitility:awaitility=org.awaitility:awaitility:jar:4.2.0:test, org.hamcrest:hamcrest=org.hamcrest:hamcrest:jar:2.1:test, ch.qos.lo

gback:logback-classic=ch.qos.logback:logback-classic:jar:1.2.10:test, ch.qos.logback:logback-core=ch.qos.logback:logback-core:jar:1.2.10:test, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.32:test}

[DEBUG] (s) projectBuildDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target

[DEBUG] (s) redirectTestOutputToFile = false

[DEBUG] (s) remoteRepositories = [ id: central

url: https://repo.maven.apache.org/maven2

layout: default

snapshots: [enabled => false, update => daily]

releases: [enabled => true, update => never]

blocked: false

]

[DEBUG] (s) reportFormat = brief

[DEBUG] (s) reportsDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports

[DEBUG] (f) rerunFailingTestsCount = 0

[DEBUG] (f) reuseForks = true

[DEBUG] (s) runOrder = filesystem

[DEBUG] (f) shutdown = testset

[DEBUG] (s) skip = false

[DEBUG] (f) skipAfterFailureCount = 0

[DEBUG] (s) skipTests = false

[DEBUG] (s) suiteXmlFiles = []

[DEBUG] (s) summaryFile = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports\failsafe-summary.xml

[DEBUG] (s) tempDir = surefire

[DEBUG] (s) testClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] (s) testNGArtifactName = org.testng:testng

[DEBUG] (s) testSourceDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java

[DEBUG] (s) threadCountClasses = 0

[DEBUG] (s) threadCountMethods = 0

[DEBUG] (s) threadCountSuites = 0

[DEBUG] (s) trimStackTrace = true

[DEBUG] (s) useFile = true

[DEBUG] (s) useManifestOnlyJar = true

[DEBUG] (s) useSystemClassLoader = true

[DEBUG] (s) useUnlimitedThreads = false

[DEBUG] (s) workingDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (s) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml

[DEBUG] (s) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] -- end configuration --

[DEBUG] Failsafe report directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports

[DEBUG] Setting system property [basedir]=[C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests]

[DEBUG] Setting system property [user.dir]=[C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests]

[DEBUG] Setting system property [localRepository]=[C:\Users\RRegner\.m2\repository]

[DEBUG] dummy:dummy:jar:1.0 (selected for null)

[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile (selected for compile)

[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile (selected for compile)

[DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile (selected for compile)

[DEBUG] Adding to failsafe booter test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-booter\2.22.2\surefire-booter-2.22.2.jar Scope: compile

[DEBUG] Adding to failsafe booter test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar Scope: compile

[DEBUG] Adding to failsafe booter test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\surefire-logger-api-2.22.2.jar Scope: compile

[DEBUG] Using JVM: C:\Program Files\Java\jdk-11.0.16.1\bin\java with Java version 11

[DEBUG] dummy:dummy:jar:1.0 (selected for null)

[DEBUG] org.apache.maven.surefire:surefire-junit-platform:jar:2.22.2:test (selected for test)

[DEBUG] org.junit.platform:junit-platform-launcher:jar:1.3.1:test (selected for test)

[DEBUG] org.apiguardian:apiguardian-api:jar:1.0.0:test (selected for test)

[DEBUG] org.junit.platform:junit-platform-engine:jar:1.3.1:test (selected for test)

[DEBUG] org.junit.platform:junit-platform-commons:jar:1.3.1:test (selected for test)

[DEBUG] org.opentest4j:opentest4j:jar:1.1.1:test (selected for test)

[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:test (selected for test)

[DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:test (selected for test)

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-launcher\1.3.1\junit-platform-launcher-1.3.1.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.0.0\apiguardian-api-1.0.0.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.3.1\junit-platform-engine-1.3.1.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.3.1\junit-platform-commons-1.3.1.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.1.1\opentest4j-1.1.1.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar Scope: test

[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\surefire-logger-api-2.22.2.jar Scope: test

[DEBUG] Removed artifact org.junit.platform:junit-platform-engine:jar:1.3.1:test from provider. Already appears in test classpath.

[DEBUG] Removed artifact org.opentest4j:opentest4j:jar:1.1.1:test from provider. Already appears in test classpath.

[DEBUG] Removed artifact org.junit.platform:junit-platform-commons:jar:1.3.1:test from provider. Already appears in test classpath.

[DEBUG] Removed artifact org.apiguardian:apiguardian-api:jar:1.0.0:test from provider. Already appears in test classpath.

[DEBUG] test classpath: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\bonita-process-test-1.0.0-SNAPSHOT.jar C:\Users\RRegner\.m

2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar C:\Users\RRegner\.m2\repository\org\

junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-co

mmons\1.9.1\junit-platform-commons-1.9.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian

-api-1.1.2.jar C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar C:\Users\RRegner\.m2\repository\org\

awaitility\awaitility\4.2.0\awaitility-4.2.0.jar C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar C:\Use

rs\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar

[DEBUG] provider classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-launcher\1

.3.1\junit-platform-launcher-1.3.1.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\su

refire-logger-api-2.22.2.jar

[DEBUG] test(compact) classpath: test-classes bonita-process-test-1.0.0-SNAPSHOT.jar bonita-test-toolkit-1.0.1.jar junit-jupiter-engine-5.9.1.jar junit-platform-engine-1.9.1.jar opentest4j-1.2.0.jar junit-platform-commons-1

.9.1.jar junit-jupiter-api-5.9.1.jar apiguardian-api-1.1.2.jar assertj-core-3.23.1.jar byte-buddy-1.12.10.jar awaitility-4.2.0.jar hamcrest-2.1.jar logback-classic-1.2.10.jar logback-core-1.2.10.jar slf4j-api-1.7.32.jar

[DEBUG] provider(compact) classpath: surefire-junit-platform-2.22.2.jar junit-platform-launcher-1.3.1.jar surefire-api-2.22.2.jar surefire-logger-api-2.22.2.jar

[DEBUG] in-process classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-launcher

\1.3.1\junit-platform-launcher-1.3.1.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\

surefire-logger-api-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\maven-surefire-common\2.22.2\maven-surefire-common-2.22.2.jar

[DEBUG] in-process(compact) classpath: surefire-junit-platform-2.22.2.jar junit-platform-launcher-1.3.1.jar surefire-api-2.22.2.jar surefire-logger-api-2.22.2.jar maven-surefire-common-2.22.2.jar

[INFO]

[INFO] -------------------------------------------------------

[INFO] T E S T S

[INFO] -------------------------------------------------------

[DEBUG] Determined Maven Process ID 17476

[DEBUG] boot classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-booter\2.22.2\surefire-booter-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.

2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\surefire-logger-api-2.22.2.jar C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes C:\BonitaStudioSubscriptio

n-2021.2-u4\workspace\woms\tests\target\bonita-process-test-1.0.0-SNAPSHOT.jar C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupi

ter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar C:\Users\RRegner\.m2\repository\org\opentest4j\opentest

4j\1.2.0\opentest4j-1.2.0.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupit

er-api-5.9.1.jar C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar C:\Users\RRegner\.m2\repos

itory\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar C:\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar C:\Us

ers\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar C:\Users\RRegner\.m2\repository\org\slf4j\slf

4j-api\1.7.32\slf4j-api-1.7.32.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-lau

ncher\1.3.1\junit-platform-launcher-1.3.1.jar

[DEBUG] boot(compact) classpath: surefire-booter-2.22.2.jar surefire-api-2.22.2.jar surefire-logger-api-2.22.2.jar test-classes bonita-process-test-1.0.0-SNAPSHOT.jar bonita-test-toolkit-1.0.1.jar junit-jupiter-engine-5.9.1

.jar junit-platform-engine-1.9.1.jar opentest4j-1.2.0.jar junit-platform-commons-1.9.1.jar junit-jupiter-api-5.9.1.jar apiguardian-api-1.1.2.jar assertj-core-3.23.1.jar byte-buddy-1.12.10.jar awaitility-4.2.0.jar hamcrest

-2.1.jar logback-classic-1.2.10.jar logback-core-1.2.10.jar slf4j-api-1.7.32.jar surefire-junit-platform-2.22.2.jar junit-platform-launcher-1.3.1.jar

[DEBUG] Forking command line: cmd.exe /X /C ""C:\Program Files\Java\jdk-11.0.16.1\bin\java" -jar C:\Users\RRegner\AppData\Local\Temp\surefire13746678632954271248\surefirebooter421656032304125644.jar C:\Users\RRegner\AppData\Local\

Temp\surefire13746678632954271248 2023-08-15T14-38-57_697-jvmRun1 surefire11105960774378120891tmp surefire_012569137341742569638tmp"

[INFO] Running com.company.bonita.test._WOMSOrderIT

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in com.company.bonita.test._WOMSOrderIT

[ERROR] com.company.bonita.test._WOMSOrderIT Time elapsed: 0.003 s <<< ERROR!

java.lang.NoClassDefFoundError: org/bonitasoft/web/client/exception/NotFoundException

Caused by: java.lang.ClassNotFoundException: org.bonitasoft.web.client.exception.NotFoundException

[INFO]

[INFO] Results:

[INFO]

[ERROR] Errors:

[ERROR] _WOMSOrderIT » NoClassDefFound org/bonitasoft/web/client/exception/NotFoundExc...

[INFO]

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO]

[INFO]

[INFO] --- maven-failsafe-plugin:2.22.2:verify (default) @ bonita-process-test ---

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoad

er@2cdf8d8a]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify' with basic configurator -->

[DEBUG] (s) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests

[DEBUG] (f) encoding = UTF-8

[DEBUG] (s) reportsDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports

[DEBUG] (s) skip = false

[DEBUG] (f) summaryFile = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports\failsafe-summary.xml

[DEBUG] (s) testClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes

[DEBUG] (s) testFailureIgnore = false

[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e

[DEBUG] -- end configuration --

[DEBUG] Failsafe report directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 3.013 s

[INFO] Finished at: 2023-08-15T14:38:59-04:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on project bonita-process-test: There are test failures.

[ERROR]

[ERROR] Please refer to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports for the individual test results.

[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.

[ERROR] -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on project bonita-process-test: There are test failures.

Please refer to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports for the individual test results.

Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.

at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)

at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)

at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)

at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)

at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)

at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)

at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)

at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)

at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)

at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)

at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)

at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke (Method.java:566)

at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)

at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)

at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)

at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)

Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports for the individual test results.

Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.

at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:289)

at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:161)

at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)

at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)

at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)

at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)

at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)

at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)

at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)

at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)

at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)

at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)

at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)

at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)

at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)

at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke (Method.java:566)

at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)

at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)

at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)

at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)

[ERROR]

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

PS C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests>

Submitted by RegnerRudy on Tue, 08/15/2023 - 23:17

here is my test script WOMS_ProcessIT.java

=================

package com.company.bonita.test;

//import java.util.List;
import com.bonitasoft.test.toolkit.junit.extension.BonitaTests;
import com.bonitasoft.test.toolkit.BonitaTestToolkit;

/*

import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.*;
import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.containsPendingUserTasks;
import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.processInstanceArchived;
import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.processInstanceStarted;

import static com.bonitasoft.test.toolkit.predicate.UserTaskPredicates.*;
import static com.bonitasoft.test.toolkit.predicate.TaskPredicates.*;
import static com.bonitasoft.test.toolkit.predicate.TaskPredicates.taskArchived;
*/

/*

//import com.bonitasoft.test.toolkit.contract.ComplexInputBuilder.complexInput;
import com.bonitasoft.test.toolkit.contract.ComplexInputBuilder;
import com.bonitasoft.test.toolkit.contract.ContractBuilder;
//import com.bonitasoft.test.toolkit.contract.ContractBuilder.newContract;

import com.bonitasoft.test.toolkit.model.BusinessData;
import com.bonitasoft.test.toolkit.model.BusinessObjectDAO;
import com.bonitasoft.test.toolkit.model.Task;
import com.bonitasoft.test.toolkit.model.QueryParameter;
*/

/*
import static org.assertj.core.api.Assertions.assertThat;
import static org.awaitility.Awaitility.await;
import org.junit.jupiter.api.BeforeEach;

*/

import org.junit.jupiter.api.Test;

/*
import org.junit.jupiter.api.extension.RegisterExtension;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
*/

@BonitaTests
//@Execution(ExecutionMode.CONCURRENT)
class _WOMSOrderIT{
/* {
@BeforeEach

void beforeEach (BonitaTestToolkit toolkit){

toolkit.deleteBDMContent();

toolkit.deleteProcessInstances();

// System.out.println("Hello World1");

}
*/

//----------- fc-1 create woms birth cert order
@Test
void should_create_FC_woms_order (BonitaTestToolkit toolkit){

/*
{
var user = toolkit.getUser("andreasr");
// var user = toolkit.getUser("walter.bates");

var processDef = toolkit.getProcessDefinition("Master_Pool");

final BusinessObjectDAO businessObjectDAO = toolkit.getBusinessObjectDAO("com.md.model.WOMSOrder");

assertThat(businessObjectDAO.find(0, 10)).isEmpty();

// System.out.println("Hello World2");

// define the contract

var task1Contract = ContractBuilder.newContract().fromClasspathResource("/contracts/FcOrder.json");

// ---- start the process -----
var processInstance = processDef.startProcessFor(user, task1Contract);

await("Master_Pool instance has not been started yet...").until(processInstance, processInstanceStarted()
.and(containsPendingUserTasks("Master_Pool")));

var task1 = processInstance.getFirstPendingUserTask("Update Order Status");

await().until(task1, hasCandidates(user)
.and(taskReady()));

task1.execute(user, task1Contract);

await().until(task1, taskArchived());

// ---- check the data -----

assertThat(processInstance.searchTasks()).map(Task::getName).containsExactlyInAnyOrder("Retrieve Organization ID from Bonita");

BusinessData request = processInstance.getBusinessData("WOMSOrder");
assertThat(request.getStringField("applicantFirstName")).as("---> Check the first attribute %s", request.getStringField("applicantFirstName")).isEqualTo("QaSample1Fn");

// ---- verify the next pending task -----
var cashierwoms = toolkit.getUser("cashierwoms");
//var cashierTask = processInstance.getFirstPendingUserTask("CAS - Process Payment"); <<< TODO this would be the second task
var cashierTask = processInstance.getFirstPendingUserTask("Cancel Order");

// ------ check that cashierwoms can execute the task
assertThat(cashierTask.getCandidates()).contains(cashierwoms);

}
*/

}

/*

//----------- fc-2 pay for woms birth cert order

@Test
void cashier_no_paymentOption (BonitaTestToolkit toolkit) {

//----------- fc-3a VERIFY woms birth cert order
@Test
void should_Verify_FC_woms_order(BonitaTestToolkit toolkit) {

};

//----------- fc-3b PRINT woms birth cert order
@Test
void should_Print_FC_woms_order(BonitaTestToolkit toolkit) {

};

//----------- fc-4 DISTRIBUTE woms birth cert order
@Test
void callout_FC_woms_order(BonitaTestToolkit toolkit) {

};

};

*/

}

4 answers

1
0
-1
This one is the BEST answer!

this question can be closed... my maven settings on the IDE and the settings.xml file needed updating... the toolkit is running on my local and I'm trying to debug creation of the complex data for my contract.

Here's the code:

var task1Contract = ContractBuilder.newContract()
    .complexInput("orderInput", ComplexInputBuilder.complexInput()
        .textInput("totalFee", "10")
        .textInput("status", "Received")
        .textInput("orderDate", "2021-10-10T00:00:00Z")
        .textInput("OrderSource", "Front Counter")
        .textInput("applicantFirstName", "QaSample1Fn")
        .textInput("applicantLastName", "QaSample1Ln")
        .textInput("miscInfo", "This is creating using Test Toolkit")
        .textInput("notes",  "Order created from Toolkit")
        .booleanInput("funeralHome",  false)
        .complexInput("certHolder", ComplexInputBuilder.complexInput()
                .textInput("applicantRelationship", "Other")
                .textInput("firstName","Justin")
                .textInput("lastName", "Wagner")
                .textInput("age", "5")
                .complexInput("service", ComplexInputBuilder.complexInput()
                                .textInput("eventType" , "Birth")
                                .textInput("serviceType","Regular")
                                .textInput("service","Certified Copy: Normal")
                                .textInput("eventCounty","Baltimore")
                                .textInput("fee","0")
                                .textInput("quantity", "1"))))
    .build();

============== the fields aren't lined up properly... so the process doesn't start ------------------

com.bonitasoft.test.toolkit.exception.StartProcessException:
status: 400
:
{"exception":"class org.bonitasoft.engine.bpm.contract.ContractViolationException","message":"Error while validating expected inputs","explanations":["

{firstName=Justin, lastName=Wagner, applicantRelationship=Other,

service={service
Type=Regular, quantity=1, eventCounty=Baltimore, service=Certified Copy: Normal, fee=0, eventType=Birth}, age=5}

cannot be assigned to multiple COMPLEX type",

"{applicantLastName=QaSample1Ln, notes=Order created from Toolkit, totalFe
e=10, funeralHome=false, miscInfo=This is creating using Test Toolkit,

certHolder={firstName=Justin, lastName=Wagner, applicantRelationship=Other, service={serviceType=Regular, quantity=1, eventCounty=Baltimore, service=Certified Co
py: Normal, fee=0, eventType=Birth}, age=5},

OrderSource=Front Counter, applicantFirstName=QaSample1Fn, orderDate=2021-10-10T00:00Z, status=Received}

cannot be assigned to COMPLEX type"]}
at com.company.bonita.test._WOMSOrderIT.should_create_FC_woms_order(_WOMS_ProcessIT.java:104)

1
0
-1

this question can be closed... my maven settings on the IDE and the settings.xml file needed updating... the toolkit is running on my local and I'm trying to debug creation of the complex data for my contract.

Here's the code:

var task1Contract = ContractBuilder.newContract()
    .complexInput("orderInput", ComplexInputBuilder.complexInput()
        .textInput("totalFee", "10")
        .textInput("status", "Received")
        .textInput("orderDate", "2021-10-10T00:00:00Z")
        .textInput("OrderSource", "Front Counter")
        .textInput("applicantFirstName", "QaSample1Fn")
        .textInput("applicantLastName", "QaSample1Ln")
        .textInput("miscInfo", "This is creating using Test Toolkit")
        .textInput("notes",  "Order created from Toolkit")
        .booleanInput("funeralHome",  false)
        .complexInput("certHolder", ComplexInputBuilder.complexInput()
                .textInput("applicantRelationship", "Other")
                .textInput("firstName","Justin")
                .textInput("lastName", "Wagner")
                .textInput("age", "5")
                .complexInput("service", ComplexInputBuilder.complexInput()
                                .textInput("eventType" , "Birth")
                                .textInput("serviceType","Regular")
                                .textInput("service","Certified Copy: Normal")
                                .textInput("eventCounty","Baltimore")
                                .textInput("fee","0")
                                .textInput("quantity", "1"))))
    .build();

============== the fields aren't lined up properly... so the process doesn't start ------------------

com.bonitasoft.test.toolkit.exception.StartProcessException:
status: 400
:
{"exception":"class org.bonitasoft.engine.bpm.contract.ContractViolationException","message":"Error while validating expected inputs","explanations":["

{firstName=Justin, lastName=Wagner, applicantRelationship=Other,

service={service
Type=Regular, quantity=1, eventCounty=Baltimore, service=Certified Copy: Normal, fee=0, eventType=Birth}, age=5}

cannot be assigned to multiple COMPLEX type",

"{applicantLastName=QaSample1Ln, notes=Order created from Toolkit, totalFe
e=10, funeralHome=false, miscInfo=This is creating using Test Toolkit,

certHolder={firstName=Justin, lastName=Wagner, applicantRelationship=Other, service={serviceType=Regular, quantity=1, eventCounty=Baltimore, service=Certified Co
py: Normal, fee=0, eventType=Birth}, age=5},

OrderSource=Front Counter, applicantFirstName=QaSample1Fn, orderDate=2021-10-10T00:00Z, status=Received}

cannot be assigned to COMPLEX type"]}
at com.company.bonita.test._WOMSOrderIT.should_create_FC_woms_order(_WOMS_ProcessIT.java:104)

1
0
-1

here's my pom.xml

=============


    4.0.0
    com.company.test
    bonita-process-test
    1.0.0-SNAPSHOT
    Bonita process test
    Maven project to test Bonita processes

    
        
        UTF-8
        UTF-8
        11
        11
        2.22.2
        3.0.0-M1
        3.2.0
        1.0.1
        5.9.1
        3.23.1
        4.2.0
        1.2.10
    




    
        
            
                org.junit
                junit-bom
                ${junit.version}
                pom
                import
            
        
    

    
         
            com.bonitasoft
            bonita-test-toolkit
            1.0.1
            test
        
        
            org.junit.jupiter
            junit-jupiter-engine
            test
        
        
            org.assertj 
            assertj-core
            ${assertj-core.version}
            test
        
        
            org.awaitility 
            awaitility
            ${awaitility.version}
            test
        
        
            ch.qos.logback
            logback-classic
            1.2.10
            test
        
    

    
        
            
                
                    org.apache.maven.plugins
                    maven-failsafe-plugin
                    ${maven-failsafe-plugin.version}
                
            
        

        
          
            org.apache.maven.plugins
            maven-failsafe-plugin
            
                
                    
                        integration-test
                        verify
                    
                
            
          
        
    

1
0
-1

it's still failing with the same error message even after commenting out everything except for 2 lines of import statement

============= error message

[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.company.bonita.test._WOMSOrderIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in com.company.bonita.test._WOMSOrderIT
[ERROR] com.company.bonita.test._WOMSOrderIT Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: org/bonitasoft/web/client/exception/NotFoundException
Caused by: java.lang.ClassNotFoundException: org.bonitasoft.web.client.exception.NotFoundException

============= test toolkit code

package com.company.bonita.test;


import java.util.List;
import com.bonitasoft.test.toolkit.junit.extension.BonitaTests;
import com.bonitasoft.test.toolkit.BonitaTestToolkit;


/*

import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.*;
import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.containsPendingUserTasks;
import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.processInstanceArchived;
import static com.bonitasoft.test.toolkit.predicate.ProcessInstancePredicates.processInstanceStarted;


import static com.bonitasoft.test.toolkit.predicate.UserTaskPredicates.*;
import static com.bonitasoft.test.toolkit.predicate.TaskPredicates.*;
import static com.bonitasoft.test.toolkit.predicate.TaskPredicates.taskArchived;
*/




/*

//import com.bonitasoft.test.toolkit.contract.ComplexInputBuilder.complexInput;
import com.bonitasoft.test.toolkit.contract.ComplexInputBuilder;
import com.bonitasoft.test.toolkit.contract.ContractBuilder;
//import com.bonitasoft.test.toolkit.contract.ContractBuilder.newContract;

import com.bonitasoft.test.toolkit.model.BusinessData;
import com.bonitasoft.test.toolkit.model.BusinessObjectDAO;
import com.bonitasoft.test.toolkit.model.Task;
import com.bonitasoft.test.toolkit.model.QueryParameter;
*/


/*
import static org.assertj.core.api.Assertions.assertThat;
import static org.awaitility.Awaitility.await;
import org.junit.jupiter.api.BeforeEach;

*/

import org.junit.jupiter.api.Test;

/*
import org.junit.jupiter.api.extension.RegisterExtension;



import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
*/



@BonitaTests
//@Execution(ExecutionMode.CONCURRENT)
class _WOMSOrderIT{
 /*   {
        @BeforeEach

        void beforeEach (BonitaTestToolkit toolkit){

        toolkit.deleteBDMContent();

        toolkit.deleteProcessInstances();

        //       System.out.println("Hello World1");


    }
*/

//-----------  fc-1 create woms birth cert order
        @Test
        void should_create_FC_woms_order (BonitaTestToolkit toolkit){

/*
        {
            var user = toolkit.getUser("andreasr");
//        var user = toolkit.getUser("walter.bates");

            var processDef = toolkit.getProcessDefinition("Master_Pool");

            final BusinessObjectDAO businessObjectDAO = toolkit.getBusinessObjectDAO("com.md.model.WOMSOrder");


            assertThat(businessObjectDAO.find(0, 10)).isEmpty();

//        System.out.println("Hello World2");

            // define the contract


            var task1Contract = ContractBuilder.newContract().fromClasspathResource("/contracts/FcOrder.json");


// ---- start the process -----
            var processInstance = processDef.startProcessFor(user, task1Contract);

            await("Master_Pool instance has not been started yet...").until(processInstance, processInstanceStarted()
                    .and(containsPendingUserTasks("Master_Pool")));

            var task1 = processInstance.getFirstPendingUserTask("Update Order Status");

            await().until(task1, hasCandidates(user)
                    .and(taskReady()));

            task1.execute(user, task1Contract);

            await().until(task1, taskArchived());


// ---- check the data -----

            assertThat(processInstance.searchTasks()).map(Task::getName).containsExactlyInAnyOrder("Retrieve Organization ID from Bonita");

            BusinessData request = processInstance.getBusinessData("WOMSOrder");
            assertThat(request.getStringField("applicantFirstName")).as("---> Check the first attribute %s", request.getStringField("applicantFirstName")).isEqualTo("QaSample1Fn");


// ---- verify the next pending task  -----
            var cashierwoms = toolkit.getUser("cashierwoms");
//var cashierTask = processInstance.getFirstPendingUserTask("CAS - Process Payment");   <<<  TODO this would be the second task
            var cashierTask = processInstance.getFirstPendingUserTask("Cancel Order");

// ------ check that cashierwoms can execute the task
            assertThat(cashierTask.getCandidates()).contains(cashierwoms);


        }
   */

    }


/*

//-----------  fc-2 pay for woms birth cert order

        @Test
        void cashier_no_paymentOption   (BonitaTestToolkit toolkit) {



//-----------  fc-3a VERIFY woms birth cert order
            @Test
            void should_Verify_FC_woms_order(BonitaTestToolkit toolkit) {

            };



//-----------  fc-3b PRINT woms birth cert order
            @Test
            void should_Print_FC_woms_order(BonitaTestToolkit toolkit) {

            };



//-----------  fc-4 DISTRIBUTE woms birth cert order
            @Test
            void callout_FC_woms_order(BonitaTestToolkit toolkit) {

            };

    };

*/



    }
Notifications