I resolved my issue, I found that the jaxws:endpoint publishedEndpointUrl setting no longer works.
I only had to use that because I needed the client to download the wsdl through https while all my services ran over https. In the end I had to create a trust everyone trustManager and register it as the default jvm url/https manager so I could retrieve wsdl's over self signed certificates. After all that, I could get rid of my http port, which meant I didn't need the publishedEndpointUrl anymore. On 2/26/13, MarcoC <[email protected]> wrote: > I've the same problem. > > In my case the wsdlLocation in the WebService annotation is empty and I'm > using spring to initialize CXF. > It worked fine until 2.6.0. > > I found out that probably depends by this improvement > https://issues.apache.org/jira/browse/CXF-4674 but I don't know how to fix > it. > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/upgrade-from-cxf-2-6-2-to-2-7-3-null-pointer-error-on-startup-tp5722982p5723652.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Ted.
