On Mon, May 30, 2011 at 10:48 AM, Bruno Dusausoy <[email protected]> wrote: > On 05/30/2011 11:08 AM, Sergey Beryozkin wrote: >> >> Hi >> >> Thanks for the detailed info, that issue has been resolved in 2.3.4, >> the following workaround should fix it for you: >> JAXRSServerFactoryBean sfb = new JAXRSServerFactoryBean(); >> sfb.setTransportId("http://cxf.apache.org/transports/http"); >> ... >> > > Unfortunately that didn't do the trick on 2.3.3 nor on 2.3.4, still the same > issue. > But it works well on 2.4.0 !
That is interesting, though a bit unexpected as I can see the identical code in 2.3.4 and 2.4.0, as far as the defaulting of the trandportId is concerned. Can you give me a favor and clarify a couple of things... Were you getting the same "No DestinationFactory was found for the namespace http://schemas.xmlsoap.org/wsdl/soap/http" with 2.3.4 ? Do you have Spring libs on the runtime classpath ? Is http-jetty dependency included given that you use an absolute HTTP address ? Just trying to figure out only some users do get this exception with 2.3.x Thanks, Sergey > > So I think I will stick to the latest version. > > Thanks a lot ! > > Regards. > -- > Pensez environnement : limitez l'impression de ce mail. > Please don't print this e-mail unless you really need to. > -- Sergey Beryozkin Application Integration Division of Talend http://sberyozkin.blogspot.com
