How familiar are you with the TCP security rules regarding socket reuse? I'd expect that this would fail unless you do the SO_REUSEADDR tricks, at least.
On Tue, Oct 7, 2008 at 5:21 PM, Will Gomes <[EMAIL PROTECTED]> wrote: > > I'm using jetty to deploy cxf services. I have tried to execute the > sequence > below using JaxWsProxyFactoryBean and JaxWsAPI service.getPort to get the > client. When using the latter everything works. When using the proxy > factory bean, the last call (step 5) results in a socket exception, unless > there is some sort of pause in between step 3 & 4. Is there bug in proxy > factory? I've attached sample project to demonstrate the issue. > http://www.nabble.com/file/p19867556/CXF_Jetty_Bug.zip CXF_Jetty_Bug.zip > > 1. Start jetty > 2. Get client & make service call > 3. Stop jetty > 4. Start jetty > 5. Get client & make service call > > > Also, any word on the following JIRA issue: > > https://issues.apache.org/jira/browse/CXF-1821 > > > -- > View this message in context: > http://www.nabble.com/CXF-Client-Proxy-Factory-bug--tp19867556p19867556.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
