Thanks for the patch! Applied and now the CxfInvokeTest works fine for me, thanks!
BTW it seems that CXF depends on 2.0.5 of jaxb-impl which doesn't appear in a repo I can see; for now I've hacked the camel poms to exclude that and use a lower version. On 4/6/07, William Tam <[EMAIL PROTECTED]> wrote:
Sorry about that. Here it is. If the attachment is still missing, it is a one liner. - <artifactId>cxf-rt-transports-http</artifactId> + <artifactId>cxf-rt-transports-http-jetty</artifactId> Thanks! On 4/6/07, James Strachan <[EMAIL PROTECTED]> wrote: > On 4/6/07, William Tam <[EMAIL PROTECTED]> wrote: > > James, > > I saw a CxfInvokeTest failure after deleting my local repository. I > > attached a quick patch to pom.xml. It was caused by the recent separation > > of jetty from the cxf-rt-transports-http artifact. Thanks! > > A-ha! I wondered what it was. BTW I didn't see a patch attatched to > your mail? I tried adding jetty & cxf-rt-transports-http is already > in the pom.xml; so wasn't sure how to fix it as I still get > > java.lang.RuntimeException: Could not find destination factory for > transport http://schemas.xmlsoap.org/soap/http > at org.apache.cxf.binding.soap.SoapTransportFactory.getDestination (SoapTransportFactory.java:76) > at org.apache.cxf.endpoint.ServerImpl.<init>(ServerImpl.java:77) > > -- > > James > ------- > http://radio.weblogs.com/0112098/ >
-- James ------- http://radio.weblogs.com/0112098/
