It's working great with 2.9-SNAPSHOT and the following context
(propertyPlaceholder needs to be declared in the camel context)

        <camelContext xmlns="http://camel.apache.org/schema/spring";>
                <propertyPlaceholder id="properties"
location="classpath:endpoint.properties"/>
                <package>com.groupemb</package>
        </camelContext>

        <cxf:cxfEndpoint id="referentielOut" address="{{referentiel.address}}"
                wsdlURL="{{referentiel.wsdl}}" 
serviceName="{{referentiel.service}}"
                endpointName="{{referentiel.endpoint}}">
                <cxf:properties>
                        <entry key="dataFormat" value="PAYLOAD" />
                </cxf:properties>
        </cxf:cxfEndpoint>

Thanks Willem !

--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-endpoint-and-properties-tp4848384p4848812.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to