[jbossws-issues] [JBoss JIRA] (JBWS-3937) Build and test failures with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15)

Alessio Soldano (JIRA) issues at jboss.org
Thu Aug 13 11:46:02 EDT 2015


     [ https://issues.jboss.org/browse/JBWS-3937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-3937:
----------------------------------
    Summary: Build and test failures with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15)  (was: Build failure with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15))


> Build and test failures with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15)
> --------------------------------------------------------------------------------
>
>                 Key: JBWS-3937
>                 URL: https://issues.jboss.org/browse/JBWS-3937
>             Project: JBoss Web Services
>          Issue Type: Bug
>          Components: jbossws-cxf, tools-jaxws
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: jbossws-cxf-5.1.0.Final
>
>
> {noformat}
> wsconsume:
> [wsconsume] Consuming wsdl: /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl
> [wsconsume] Consuming wsdl: /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/resources/jaxws/holder/META-INF/wsdl/HolderService.wsdl
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jbossws-cxf-shared-tests ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 3 resources
> [INFO] Copying 39 resources to ../test-classes
> [INFO] Copying 292 resources to ../test-resources
> [INFO] Copying 45 resources to ../test-resources
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 292 resources to ../test-resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:2.4:testCompile (default-testCompile) @ jbossws-cxf-shared-tests ---
> [INFO] Compiling 1061 source files to /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/target/test-classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] bootstrap class path not set in conjunction with -source 1.7
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[77,11] error: cannot find symbol
> [ERROR]   symbol:   class Registration
>   location: class ComplexTestCase
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[171,11] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class ComplexTestCase
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[203,11] error: cannot find symbol
> [ERROR]   symbol:   class InvoiceCustomer
>   location: class ComplexTestCase
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[236,11] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class ComplexTestCase
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[261,11] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class ComplexTestCase
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[281,11] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class ComplexTestCase
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[42,48] error: cannot find symbol
> [ERROR]   symbol: class Registration
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[47,24] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[47,63] error: cannot find symbol
> [ERROR]   symbol:   class AlreadyRegisteredFault_Exception
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[47,97] error: cannot find symbol
> [ERROR]   symbol:   class ValidationFault_Exception
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[73,71] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: package org.jboss.test.ws.jaxws.complex
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[77,39] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[77,80] error: cannot find symbol
> [ERROR]   symbol:   class AlreadyRegisteredFault_Exception
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[77,114] error: cannot find symbol
> [ERROR]   symbol:   class ValidationFault_Exception
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[104,37] error: cannot find symbol
> [ERROR]   symbol:   class InvoiceCustomer
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[104,77] error: cannot find symbol
> [ERROR]   symbol:   class AlreadyRegisteredFault_Exception
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[104,111] error: cannot find symbol
> [ERROR]   symbol:   class ValidationFault_Exception
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[110,35] error: cannot find symbol
> [ERROR]   symbol:   class Customer
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[110,10] error: cannot find symbol
> [ERROR]   symbol:   class Statistics
>   location: class RegistrationServiceImpl
> /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/holder/HolderTestCase.java:[53,48] error: cannot find symbol
> [INFO] 20 errors 
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] JBoss Web Services - Stack CXF ..................... SUCCESS [  0.837 s]
> [INFO] JBoss Web Services - Endorsed factories ............ SUCCESS [  1.267 s]
> [INFO] JBoss Web Services - Stack CXF JASPI ............... SUCCESS [  4.911 s]
> [INFO] JBoss Web Services - Stack CXF Add-ons ............. SUCCESS [  0.013 s]
> [INFO] JBoss Web Services - Stack CXF UDP transport ....... SUCCESS [  0.791 s]
> [INFO] JBoss Web Services - Stack CXF Undertow http transport SUCCESS [  0.977 s]
> [INFO] JBoss Web Services - Stack CXF Runtime Client ...... SUCCESS [  4.931 s]
> [INFO] JBoss Web Services - Stack CXF Server .............. SUCCESS [  2.172 s]
> [INFO] JBoss Web Services - Stack CXF Resources ........... SUCCESS [  1.309 s]
> [INFO] JBoss Web Services - Stack CXF Test utils .......... SUCCESS [  0.925 s]
> [INFO] JBoss Web Services - Stack CXF Distribution ........ SUCCESS [01:43 min]
> [INFO] JBoss Web Services - Stack CXF Testsuite ........... SUCCESS [ 19.666 s]
> [INFO] JBoss Web Services - Stack CXF Specific Tests ...... SUCCESS [ 27.452 s]
> [INFO] JBoss Web Services - Stack Agnostic Tests .......... FAILURE [ 19.477 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 03:16 min
> [INFO] Finished at: 2015-08-12T14:44:51+02:00
> [INFO] Final Memory: 129M/216M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.4:testCompile (default-testCompile) on project jbossws-cxf-shared-tests: Compilation failure: Compilation failure:
> [ERROR] bootstrap class path not set in conjunction with -source 1.7
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[77,11] error: cannot find symbol
> [ERROR] symbol:   class Registration
> [ERROR] location: class ComplexTestCase
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[171,11] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class ComplexTestCase
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[203,11] error: cannot find symbol
> [ERROR] symbol:   class InvoiceCustomer
> [ERROR] location: class ComplexTestCase
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[236,11] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class ComplexTestCase
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[261,11] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class ComplexTestCase
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/ComplexTestCase.java:[281,11] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class ComplexTestCase
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[42,48] error: cannot find symbol
> [ERROR] symbol: class Registration
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[47,24] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[47,63] error: cannot find symbol
> [ERROR] symbol:   class AlreadyRegisteredFault_Exception
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[47,97] error: cannot find symbol
> [ERROR] symbol:   class ValidationFault_Exception
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[73,71] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: package org.jboss.test.ws.jaxws.complex
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[77,39] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[77,80] error: cannot find symbol
> [ERROR] symbol:   class AlreadyRegisteredFault_Exception
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[77,114] error: cannot find symbol
> [ERROR] symbol:   class ValidationFault_Exception
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[104,37] error: cannot find symbol
> [ERROR] symbol:   class InvoiceCustomer
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[104,77] error: cannot find symbol
> [ERROR] symbol:   class AlreadyRegisteredFault_Exception
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[104,111] error: cannot find symbol
> [ERROR] symbol:   class ValidationFault_Exception
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[110,35] error: cannot find symbol
> [ERROR] symbol:   class Customer
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/complex/RegistrationServiceImpl.java:[110,10] error: cannot find symbol
> [ERROR] symbol:   class Statistics
> [ERROR] location: class RegistrationServiceImpl
> [ERROR] /home/development/jbossqe/jbws51beta1/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/holder/HolderTestCase.java:[53,48] error: cannot find symbol
> [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
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :jbossws-cxf-shared-tests
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbossws-issues mailing list