[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building WildFly Test Suite: Integration - VDX 1.0.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) @ wildfly-ts-integ-vdx ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ wildfly-ts-integ-vdx ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ wildfly-ts-integ-vdx ---
[INFO] Executing: /bin/sh -c cd '/home/rsvoboda/git/vdx-wildfly-testsuite' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/rsvoboda/git/vdx-wildfly-testsuite
[INFO] Storing buildNumber: 37df4dfb8b4679fcf5107e8ab4a7bb94ad1765f1 at timestamp: 1483733861220
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ wildfly-ts-integ-vdx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rsvoboda/git/vdx-wildfly-testsuite/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ wildfly-ts-integ-vdx ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ wildfly-ts-integ-vdx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ wildfly-ts-integ-vdx ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ wildfly-ts-integ-vdx ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.wildfly.test.integration.vdx.standalone.JBossWSTestCase
----------------------------------------- Start JBossWSTestCase - incorrectValueOfModifyWsdlAddressElement -----------------------------------------
[0m21:17:52,793 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3-redhat-1
[0m[0m21:17:54,575 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final-redhat-1
[0m[33m21:17:54,858 WARN [org.jboss.as.warn.fd-limit] (main) WFLYSRV0071: The operating system has limited the number of open files to 1024 for this process; a value of at least 4096 is recommended
[0m[0m21:17:55,071 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) starting
[0m[0m21:17:55,339 INFO [org.jboss.as.domain.management] (MSC service thread 1-2) WFLYDM0136: Registered OpenSSL provider
[0m[31m21:17:57,298 ERROR [org.jboss.as.controller] (Controller Boot Thread)
OPVDX001: Validation error in standalone.xml -----------------------------------
|
| 385:
| 386:
| 387: ttrue
| ^^^^ "WFLYCTL0097: Wrong type for 'modify-wsdl-address'. Expected [BOOLEAN]
| but was STRING"
|
| 388:
| 389:
| 390:
|
| The primary underlying error message was:
| > "WFLYCTL0097: Wrong type for 'modify-wsdl-address'. Expected [BOOLEAN]
| > but was STRING"
|
|-------------------------------------------------------------------------------
[0m[31m21:17:57,304 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143) [wildfly-controller-3.0.0.Alpha17-redhat-1.jar:3.0.0.Alpha17-redhat-1]
at org.jboss.as.server.ServerService.boot(ServerService.java:373) [wildfly-server-3.0.0.Alpha17-redhat-1.jar:3.0.0.Alpha17-redhat-1]
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:314) [wildfly-controller-3.0.0.Alpha17-redhat-1.jar:3.0.0.Alpha17-redhat-1]
at java.lang.Thread.run(Thread.java:785) [vm.jar:1.8.0]
[0m[31m21:17:57,319 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[0m[0m21:17:57,365 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) stopped in 23ms
[0mStart of the server failed. This is expected.
Restoring server configuration. Configuration to be restored @org.wildfly.test.integration.vdx.utils.server.ServerConfig(profileName=, subtreeName=webservices, configuration=standalone.xml, hostConfig=host.xml, parameterName=foo, xmlTransformationGroovy=webservices/AddModifyWsdlAddressElementWithIncorrectValue.groovy, subsystemName=webservices, parameterValue=bar, xmlTransformationClass=class org.wildfly.test.integration.vdx.transformations.DoNothing)
----------------------------------------- Stop JBossWSTestCase - incorrectValueOfModifyWsdlAddressElement -----------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.289 sec <<< FAILURE! - in org.wildfly.test.integration.vdx.standalone.JBossWSTestCase
incorrectValueOfModifyWsdlAddressElement(org.wildfly.test.integration.vdx.standalone.JBossWSTestCase) Time elapsed: 10.284 sec <<< FAILURE!
java.lang.AssertionError: log doesn't contain ' ^^^^ Wrong type for 'modify-wsdl-address'. Expected [BOOLEAN] but was'
at org.wildfly.test.integration.vdx.standalone.JBossWSTestCase.incorrectValueOfModifyWsdlAddressElement(JBossWSTestCase.java:92)
Results :
Failed tests:
JBossWSTestCase.incorrectValueOfModifyWsdlAddressElement:92->TestBase.assertContains:68 log doesn't contain ' ^^^^ Wrong type for 'modify-wsdl-address'. Expected [BOOLEAN] but was'
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.708 s
[INFO] Finished at: 2017-01-06T21:17:57+01:00
[INFO] Final Memory: 17M/30M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project wildfly-ts-integ-vdx: There are test failures.
[ERROR]
[ERROR] Please refer to /home/rsvoboda/git/vdx-wildfly-testsuite/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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