dev@ws-test-harness.java.net

Re: test harness failure

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Mon, 09 Oct 2006 15:06:57 -0700

Jitendra Kotamraju wrote:

> Is the test harness keeping uptodate with JAXWS changes ? May be the
> following is added recently to JAX-WS. Looks like it is not working
> when it tries to inject port names with the following signatures.
>
> @WebEndpoint(name = "HelloPort")
> public Hello getHelloPort(javax.xml.ws.WebServiceFeature... features) {

I have put a fix to skip those methods while injecting the ports in the
test program.

Jitu

>
> [java] 1) fromwsdl.asyncprovider.client
> test_bsh(com.sun.xml.ws.test.exec.ClientExecutor)java.lang.IllegalArgumentException:
> wrong number of arguments
> [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> [java] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
> [java] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> [java] at
> com.sun.xml.ws.test.exec.ClientExecutor.injectResources(ClientExecutor.java:108)
>
> [java] at
> com.sun.xml.ws.test.exec.ClientExecutor.runBare(ClientExecutor.java:55)
> [java] at com.sun.xml.ws.test.Main$1.doRun(Main.java:223)
> [java] at com.sun.xml.ws.test.Main.run(Main.java:231)
> [java] at com.sun.xml.ws.test.Main.doMain(Main.java:161)
> [java] at com.sun.xml.ws.test.Main.main(Main.java:149)
>
>
> Thanks,
> Jitu
>