[JBoss JIRA] (JBWS-3937) Build and test failures with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15)
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3937?page=com.atlassian.jira.plugin.... ]
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)
9 years, 3 months
[JBoss JIRA] (JBWS-3937) Build failure with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15)
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3937?page=com.atlassian.jira.plugin.... ]
Alessio Soldano commented on JBWS-3937:
---------------------------------------
This is basically the same issue that caused JBWS-3910, except it is not reproducible with Oracle JDK 8.
> Build failure 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)
9 years, 3 months
[JBoss JIRA] (JBWS-3937) Build failure with IBM JDK 8 (20150711_01 based on Oracle jdk8u51-b15)
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-3937:
-------------------------------------
Summary: Build failure 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)
9 years, 3 months
[JBoss JIRA] (JBWS-3919) Client-side message context value HTTP_REQUEST_HEADERS is not shared between SOAP handlers
by Jim Ma (JIRA)
[ https://issues.jboss.org/browse/JBWS-3919?page=com.atlassian.jira.plugin.... ]
Jim Ma updated JBWS-3919:
-------------------------
Assignee: Jim Ma
> Client-side message context value HTTP_REQUEST_HEADERS is not shared between SOAP handlers
> ------------------------------------------------------------------------------------------
>
> Key: JBWS-3919
> URL: https://issues.jboss.org/browse/JBWS-3919
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Reporter: Takashi Nishigaya
> Assignee: Jim Ma
> Fix For: jbossws-cxf-5.1.0.Final
>
> Attachments: handler_header_chain.zip
>
>
> CXF runtime does NOT propagate JAX-WS standard context value MessageContext.HTTP_REQUEST_HEADERS to the subsequent client-side SOAP handlers. For instance,
> 1. The first client handler puts the newly created HTTP request header map that contains the custom header 'foo' in the message context.
> 2. The second client handler can not refer to the custom header 'foo' added in the step 1. The HTTP request header map in the message context is null.
> The weird thing is that the custom header added in the step 1 is correctly received by the server-side web services.
> The both of Java SE default JAX-WS implementations and GlassFish correctly share HTTP_REQUEST_HEADERS map between handlers.
> Please check the attached test case and compare the two test case. The method testHandlerChainOnServer() tests the case that the client is running on the container. On the other hand, testHandlerChainOnStandalone() tests the standalone client case.
> In order to reproduce the issue:
> $ mvm clean test -P wildly-managed (or -P wildly-remote)
> Additionally, this behavior is the same in EAP 6.3.3.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (JBWS-3919) Client-side message context value HTTP_REQUEST_HEADERS is not shared between SOAP handlers
by Jim Ma (JIRA)
[ https://issues.jboss.org/browse/JBWS-3919?page=com.atlassian.jira.plugin.... ]
Jim Ma commented on JBWS-3919:
------------------------------
This is fixed in cxf 3.1.2 : https://issues.apache.org/jira/browse/CXF-6506.
We can mark this issue as resolved.
> Client-side message context value HTTP_REQUEST_HEADERS is not shared between SOAP handlers
> ------------------------------------------------------------------------------------------
>
> Key: JBWS-3919
> URL: https://issues.jboss.org/browse/JBWS-3919
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Reporter: Takashi Nishigaya
> Fix For: jbossws-cxf-5.1.0.Final
>
> Attachments: handler_header_chain.zip
>
>
> CXF runtime does NOT propagate JAX-WS standard context value MessageContext.HTTP_REQUEST_HEADERS to the subsequent client-side SOAP handlers. For instance,
> 1. The first client handler puts the newly created HTTP request header map that contains the custom header 'foo' in the message context.
> 2. The second client handler can not refer to the custom header 'foo' added in the step 1. The HTTP request header map in the message context is null.
> The weird thing is that the custom header added in the step 1 is correctly received by the server-side web services.
> The both of Java SE default JAX-WS implementations and GlassFish correctly share HTTP_REQUEST_HEADERS map between handlers.
> Please check the attached test case and compare the two test case. The method testHandlerChainOnServer() tests the case that the client is running on the container. On the other hand, testHandlerChainOnStandalone() tests the standalone client case.
> In order to reproduce the issue:
> $ mvm clean test -P wildly-managed (or -P wildly-remote)
> Additionally, this behavior is the same in EAP 6.3.3.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (JBWS-3936) JBossWS 5.0.1.Final errata
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3936?page=com.atlassian.jira.plugin.... ]
Alessio Soldano commented on JBWS-3936:
---------------------------------------
WildFly 8.2.1.Final, WildFly 9.0.0.Final, WildFly 9.0.1.Final
* [JBWS-3702] FIXME: Add support for https protocol
* [JBWS-3620] Authentication failures w/ Undertow
* FIXME: [CXF-1519] Explicitely set the namespace of a WebFault
* FIXME: [CXF-2531] Wrong "transport" attribute in soap12:binding
* FIXME: [CXF-4600] Exception inheritance not working over SOAP protocol
* [JBWS-2480] Soap attachments are dropped on server response
* [JBWS-2561] XOP request not properly inlined
> JBossWS 5.0.1.Final errata
> --------------------------
>
> Key: JBWS-3936
> URL: https://issues.jboss.org/browse/JBWS-3936
> Project: JBoss Web Services
> Issue Type: Task
> Components: jbossws-cxf
> Reporter: Alessio Soldano
> Assignee: Alessio Soldano
> Fix For: jbossws-cxf-5.0.1.Final
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (JBWS-3936) JBossWS 5.0.1.Final errata
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-3936:
-------------------------------------
Summary: JBossWS 5.0.1.Final errata
Key: JBWS-3936
URL: https://issues.jboss.org/browse/JBWS-3936
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.0.1.Final
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months