When running JCK-devtools-8 suite against JDK-8 in EBCDIC emulation mode following tests fail: jaxws/mapping/w2jmapping/document/literal/noncustomization/HeaderTest.html#HeaderTest jaxws/mapping/w2jmapping/document/literal/noncustomization/ServiceAndPortTest.html#ServiceAndPortTest jaxws/mapping/w2jmapping/document/literal/noncustomization/OperationTest.html#OperationTest jaxws/mapping/w2jmapping/document/literal/noncustomization/WrapperStyleTest.html#WrapperStyleTest jaxws/mapping/w2jmapping/document/literal/noncustomization/PortTypeTest.html#PortTypeTest jaxws/mapping/w2jmapping/document/literal/noncustomization/FaultTest.html#FaultTest jaxws/mapping/w2jmapping/document/literal/noncustomization/NonWrapperStyleTest.html#NonWrapperStyleTest jaxws/mapping/w2jmapping/document/literal/noncustomization/SoapHeaderAndFaultTest.html#SoapHeaderAndFaultTest jaxws/mapping/w2jmapping/document/literal/customization/PortTypeTest.html#PortTypeTest jaxws/mapping/w2jmapping/document/literal/customization/OperationTest.html#OperationTest jaxws/mapping/w2jmapping/document/literal/customization/SoapHeaderAndFaultTest.html#SoapHeaderAndFaultTest jaxws/mapping/w2jmapping/document/literal/customization/HeaderTest.html#HeaderTest jaxws/mapping/w2jmapping/document/literal/customization/ServiceAndPortTest.html#ServiceAndPortTest jaxws/mapping/w2jmapping/document/literal/customization/FaultTest.html#FaultTest jaxws/mapping/w2jmapping/document/literal/customization/WrapperStyleTest.html#WrapperStyleTest jaxws/mapping/w2jmapping/document/literal/customization/ServiceConstructorsTest.html#ServiceConstructorsTest jaxws/mapping/w2jmapping/document/literal/customization/NonWrapperStyleTest.html#NonWrapperStyleTest jaxws/mapping/w2jmapping/document/literal/annotations/WebFaultAnnotationsTest.html#WebFaultAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/WebServiceAnnotationTest.html#WebServiceAnnotationTest jaxws/mapping/w2jmapping/document/literal/annotations/HandlerChainAnnotationsTest.html#HandlerChainAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/ResponseWrapperAnnotationTest.html#ResponseWrapperAnnotationTest jaxws/mapping/w2jmapping/document/literal/annotations/SOAPBindingAnnotationTest.html#SOAPBindingAnnotationTest jaxws/mapping/w2jmapping/document/literal/annotations/HelloOperationAnnotationsTest.html#HelloOperationAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/OnewayAnnotationsTest.html#OnewayAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/WebServiceClientAnnotationsTest.html#WebServiceClientAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/WebEndpointAnnotationsTest.html#WebEndpointAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/RequestWrapperAnnotationTest.html#RequestWrapperAnnotationTest jaxws/mapping/w2jmapping/document/literal/annotations/ActionFaultActionAndAddressingAnnotationsTest.html#ActionFaultActionAndAddressingAnnotationsTest jaxws/mapping/w2jmapping/document/literal/annotations/WebParamModesAnnotationsTest.html#WebParamModesAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/HeaderTest.html#HeaderTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/OperationTest.html#OperationTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/WrapperStyleTest.html#WrapperStyleTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/NonWrapperStyleTest.html#NonWrapperStyleTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/ServiceAndPortTest.html#ServiceAndPortTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/FaultTest.html#FaultTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/SoapHeaderAndFaultTest.html#SoapHeaderAndFaultTest jaxws/mapping/w2jmapping/rpc/literal/noncustomization/PortTypeTest.html#PortTypeTest jaxws/mapping/w2jmapping/rpc/literal/annotations/WebServiceClientAnnotationsTest.html#WebServiceClientAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/annotations/WebEndpointAnnotationsTest.html#WebEndpointAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/annotations/WebServiceAnnotationTest.html#WebServiceAnnotationTest jaxws/mapping/w2jmapping/rpc/literal/annotations/ClassLevelSOAPBindingAnnotationTest.html#ClassLevelSOAPBindingAnnotationTest jaxws/mapping/w2jmapping/rpc/literal/annotations/WebParamModesAnnotationsTest.html#WebParamModesAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/annotations/WebFaultAnnotationsTest.html#WebFaultAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/annotations/ActionFaultActionAndAddressingAnnotationsTest.html#ActionFaultActionAndAddressingAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/annotations/OnewayAnnotationsTest.html#OnewayAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/annotations/HelloOperationAnnotationsTest.html#HelloOperationAnnotationsTest jaxws/mapping/w2jmapping/rpc/literal/customization/FaultTest.html#FaultTest jaxws/mapping/w2jmapping/rpc/literal/customization/PortTypeTest.html#PortTypeTest jaxws/mapping/w2jmapping/rpc/literal/customization/EnableWrapperStyleFalseTest.html#EnableWrapperStyleFalseTest jaxws/mapping/w2jmapping/rpc/literal/customization/ServiceAndPortTest.html#ServiceAndPortTest jaxws/mapping/w2jmapping/rpc/literal/customization/OperationTest.html#OperationTest jaxws/mapping/w2jmapping/rpc/literal/customization/HeaderTest.html#HeaderTest jaxws/mapping/w2jmapping/rpc/literal/customization/SoapHeaderAndFaultTest.html#SoapHeaderAndFaultTest jaxws/mapping/w2jmapping/rpc/literal/customization/EnableWrapperStyleTrueTest.html#EnableWrapperStyleTrueTest The tests above fail with the output similar to following one: parsing WSDL... [ERROR] IOException thrown when processing "http://dummy.pseudo-schema#schema2". Exception: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.. I suppose some internal schema couldn't be read. The minimized test is attached; instructions to reproduce the issue: 1. Copy attached test1.zip file to Solaris machine. 2. Unzip test1.zip. 3. In the unzipped test1 directory modify run.sh by setting JDK_HOME environment variable to proper value. 4. Change current directory to unzipped test1 directory. 5. Run run.sh script from unzipped test1 directory.
|