[9] RFR: 8038966 JAX-WS handles wrongly xsd:any arguments for Web services

Seán Coffey sean.coffey at oracle.com
Wed Sep 17 14:16:49 UTC 2014


Miran,

the src change looks ok but I think there's a problem with the testcase.

You've defined generated classes for wsimport to be output to the TESTSRC
directory. This is often read only and won't work.

TESTCLASSES is the variable you're probably looking for. In any case, I 
think
it's possible for you to avoid use of scripting. Can you invoke wsimport via
the ProcessBuilder API like that done for other wsimport tests ?

regards,
Sean.

On 17/09/14 14:00, Miroslav Kos wrote:
> Hi everybody,
>
> please review patch fixing following issue:
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8038966
> webrev:
> http://cr.openjdk.java.net/~mkos/8038966/jaxws.00/
> http://cr.openjdk.java.net/~mkos/8038966/jdk.01/
>
> It is second part of fix ensuring that content of type 
> xsd:any/content=mixed stays unchanged when processed with JAX-B RI. 
> Regression test within webrev.
>
> Sean, could you sponsor it for me?
>
> Thanks
> Miran
>
>
>




More information about the core-libs-dev mailing list