RFR: 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode

Miroslav Kos miroslav.kos at oracle.com
Mon Mar 31 14:05:03 UTC 2014


Thanks Chris, the code adjusted:
http://cr.openjdk.java.net/~mkos/8038307/jaxws.02/

Glad, if you can sponsor it for me.

Regards
Miran

On 31/03/14 15:34, Chris Hegarty wrote:
> Looks ok to me Miran.
>
> You can use String.getBytes(StandardCharsets.UTF_8) if you don't want 
> to handle UnsupportedEncodingException.
>
> I can sponsor this for you, if you need a sponsor.
>
> -Chris.
>
> [1] 
> http://docs.oracle.com/javase/8/docs/api/java/nio/charset/StandardCharsets.html#UTF_8
>
> On 31/03/14 14:19, Miroslav Kos wrote:
>> Hi there,
>> please review folowing simple fix -
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8038307
>> Fix: http://cr.openjdk.java.net/~mkos/8038307/jaxws.01/
>> Test: http://cr.openjdk.java.net/~mkos/8038307/jdk.01/
>>
>> Issue related to EBCDIC encoding/WsImport tool.
>>
>> Thanks
>> Miran
>>
>>




More information about the core-libs-dev mailing list