We're migrating from CXF 2.5.10 to 3.1.3.
Used to set cacheLevel on JMSConfiguration like this :

<jaxws:client name="client">
    <jaxws:features>
        <bean class="org.apache.cxf.transport.jms.JMSConfigFeature">
            <property name="jmsConfig" ref="jmsConfig"/>
        </bean>
    </jaxws:features>
</jaxws:client>

<bean id="jmsConfig" class="org.apache.cxf.transport.jms.JMSConfiguration">
    <property name="cacheLevel" value="3"/>
</bean>

However, this property has been removed in CXF 3.

How cacheLevel could be set in CXF 3 ?



--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-3-1-3-JMSConfiguration-cacheLevel-tp5761834.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to