thanks for suggestions,
acctully it worked for me when I added
<classpath>
<location>.</location>
</classpath>
and changed busCfg="classpath:cxf.xml" to busCfg="cxf.xml"
to xbean.xml which is strange because '.' location should be on classpath by
deafult.
before that my cxf.xml file wasn't found,
so finally I used cxf inside my SU and the problem with schema didn't
occured (it only occured when I put cxf.xml in SERVICEMIX_HOME/conf
directory) so adding that jar wasn't necessery
Freeman Fang wrote:
>
> And you do need
> xsi:schemaLocation="http://cxf.apache.org/transports/http/configuration
> http://cxf.apache.org/schemas/configuration/http-conf.xsd
> for your cxf.xml
> Freeman Fang wrote:
>> looks like you miss
>> cxf-rt-transports-http-${cxf.version}.jar for your project
>>
>
>
--
View this message in context: http://www.nabble.com/Configuring-proxy-server-for-new-HTTP-Provider-CXF-BC-tp18571235p18609258.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.
|