atom feed10 messages in net.java.dev.jax-ws.devRe: Did someone change LocalTransport...
FromSent OnAttachments
Paul SandozJul 14, 2006 6:43 am 
kathy walshJul 14, 2006 6:49 am 
Paul SandozJul 14, 2006 6:53 am 
kathy walshJul 14, 2006 6:56 am 
Paul SandozJul 14, 2006 6:59 am 
kathy walshJul 14, 2006 7:01 am 
Paul SandozJul 14, 2006 7:05 am 
kathy walshJul 14, 2006 7:14 am 
Arun GuptaJul 14, 2006 11:19 am 
Paul SandozJul 17, 2006 1:54 am 
Subject:Re: Did someone change LocalTransport for Dispatch? -----Re: Unit tests with latest local transport
From:kathy walsh (Kath@Sun.COM)
Date:Jul 14, 2006 7:14:02 am
List:net.java.dev.jax-ws.dev

yes, I'll be in touch in a bit. Kathy

Paul Sandoz wrote:

kathy walsh wrote:

Paul- If you are out of date with the workspace this is understandable.

Dispatch tests needed to be modified to enable LocalTransport.

There was a time in the past where the new LocalTransport jar caused all the Dispatch Test to fail when run in local mode-

OK.

Also, my test workspace is fairly up to date and the Dispatch tests run fine with LocalTransport.

Would it be possible to zip up your workspace and make it accessible via a link?

Where did you get the latest LocaTransport jar from?

Paul Sandoz wrote:

kathy walsh wrote:

Paul-

Where did you get the unit tests from?

This are the internal jaxws-ri unit tests.

My workspace may not be up to date though and i cannot up date it given the CVS issues... can you reproduce with your local copy?

Paul Sandoz wrote:

Hi,

I am running the unit tests with the latest JAX-WS local transport i see a similar exception occuring, see at end of the email. Seems to be an issue when javax.xml.ws.Service.createDispatch is called

Any reason why this is so?

Paul.

java.io.FileNotFoundException: /jaxrpc-client_dispatch_header_doclit/hello/WEB-INF/sun-jaxws.xml (No such file or directory) java.lang.Error: java.io.FileNotFoundException: /jaxrpc-client_dispatch_header_doclit/hello/WEB-INF/sun-jaxws.xml (No such file or directory) at com.sun.xml.ws.transport.local.LocalTransportFactory.createServerService(LocalTransportFactory.java:88)

at com.sun.xml.ws.transport.local.LocalTransportFactory.doCreate(LocalTransportFactory.java:61)

at com.sun.xml.ws.api.pipe.TransportPipeFactory.create(TransportPipeFactory.java:111)

at com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext.createTransportPipe(ClientPipeAssemblerContext.java:105)

at com.sun.xml.ws.client.dispatch.StandalonePipeAssembler.createClient(StandalonePipeAssembler.java:44)

at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:313)

at com.sun.xml.ws.client.WSServiceDelegate.createDispatch(WSServiceDelegate.java:280)

at javax.xml.ws.Service.createDispatch(Service.java:164) at client.dispatch.header.doclit.client.TestCaseBase.createDispatchSource(TestCaseBase.java:113)

at client.dispatch.header.doclit.client.TestCaseBase.getDispatchSource(TestCaseBase.java:132)

at client.dispatch.header.doclit.client.DispatchHeaderTest.testEchoSource(DispatchHeaderTest.java:61)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

Caused by: java.io.FileNotFoundException: /jaxrpc-client_dispatch_header_doclit/hello/WEB-INF/sun-jaxws.xml (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at java.io.FileInputStream.<init>(FileInputStream.java:66) at com.sun.xml.ws.transport.local.LocalTransportFactory.parseEndpoints(LocalTransportFactory.java:102)

at com.sun.xml.ws.transport.local.LocalTransportFactory.createServerService(LocalTransportFactory.java:73)