I'm casting about to some extend. Have you posted up the actual exception?

On Wed, Oct 8, 2008 at 9:23 AM, Will Gomes <[EMAIL PROTECTED]> wrote:

>
> Not very familiar, though i suspected socket reuse had something to do with
> it. However why does using the Service.getPort succeed, wheras the proxy
> factory fails?
>
>
> Benson Margulies-4 wrote:
> >
> > 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.zipCXF_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.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/CXF-Client-Proxy-Factory-bug--tp19867556p19878630.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>

Reply via email to