Sergey,

a certain amount of 'mvn clean install' fixed this, which leads me to
believe that I had a version problem that took more fixing than I
realized.

thansk,

b e nson

On Fri, Jul 22, 2011 at 4:51 PM, Sergey Beryozkin <[email protected]> wrote:
> Hi Benson,
>
> Are you getting "No DestinationFactory was found for
> the namespace http://cxf.apache.org/transports/http";
> or some other exception - just double check please it's only CXF 2.4.1
> which is involved.
> We have many demos working with the configuration which pretty much
> looks exactly like
> the one in the context below...
>
> Cheers, Sergey
>
> On Fri, Jul 22, 2011 at 6:55 PM, Benson Margulies <[email protected]> 
> wrote:
>> I'm getting 'http transport not found' when launching a jax-rs
>> endpoint from Spring in a webapp using the context loader.
>>
>> It's pretty basic:
>>
>>  <import resource="classpath:META-INF/cxf/cxf.xml" />
>>  <import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
>>
>>  <jaxrs:server id="rdfQueryProxyService" address="/visualization">
>>    <jaxrs:serviceBeans>
>>      <bean class="com.basistech.jug.ui.rdf.RdfVisualizationService" />
>>    </jaxrs:serviceBeans>
>>    <jaxrs:providers>
>>        <bean class="org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider"/>
>>    </jaxrs:providers>
>>  </jaxrs:server>
>>
>> I didn't even think that the http transport was part of the process
>> inside of a servlet.
>>
>
>
>
> --
> Sergey Beryozkin
>
> http://sberyozkin.blogspot.com
> Talend - http://www.talend.com
>

Reply via email to