Hi Sergey,
Thanks for tip, I was indeed poking around same classes as you suggested.
Found out that for some reason, spring is creating & setting Bus at
endpoint.
Then I tried defining & overriding bean definition as follows:
<bean id="cxf" class="org.apache.cxf.bus.spring.SpringBus"
destroy-method="shutdown" scope="singleton">
<property name="properties">
<map>
<entry key="ws-security.enable.nonce.cache" value="false"/>
</map>
</property>
</bean>
still no luck.
I also tried referencing endpoint with above bus: <jaxws:endpoint bus="cxf"
.......... >
looks like I'm running out of luck...
--
View this message in context:
http://cxf.547215.n5.nabble.com/Properties-defined-on-Bus-are-not-available-on-Endpoints-tp5754469p5754495.html
Sent from the cxf-user mailing list archive at Nabble.com.