> -----Original Message-----
> From: Daniel Kulp [mailto:dk...@apache.org]
> Sent: Friday, October 22, 2010 07:50
> To: Gary Gregory
> Cc: users@cxf.apache.org
> Subject: Re: NullPointerException migrating from 2.1.10 to CXF 2.3.0 and
> 2.2.11
> 
> On Thursday 21 October 2010 11:15:30 pm Gary Gregory wrote:
> 
> > > Interesting.  I'm actually surprised that works unless there is a
> > > resolvable wsdlLocation on the LdeWebServiceProvider class.    The
> > > endpoint.publish doesn't provide any sort of address.     Could you TRY
> > > changing that to endpoint.publish("/") or just endpoint.publish("") and
> > > seeing if that changes the behavior at all?  Mostly just curious.
> >
> > Both endpoint.publish("/") and endpoint.publish("") work!
> >
> > Which solution workaround is safest?
> 
>  endpoint.publish("/")
> 
> seems to be how it's treated internally in a few places, so I would suggest
> that.   In anycase, the issue is now fixed on trunk, merging to the branches
> now.  :-)
> 
> > > ANYWAY, that's the information I needed to create a test case.
> >
> > I'm calling you Doctor Dan from now on :)
> 
> :-)

I am happy to report that this was the only serious issue I had when migrating 
from 2.2.10 to 2.2.11 to 2.3.0.

The only other item worth mentioning is that I had to work around compiler 
errors by changing code from "Interceptor" to "Interceptor<? Extends Message>"

Gary

> 
> 
> --
> Daniel Kulp
> dk...@apache.org
> http://dankulp.com/blog

Reply via email to