Hi Dan,
Here's the configuration I'm using in my sample code:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath:META-INF/cxf/cxf.xml
classpath:META-INF/cxf/cxf-extension-soap.xml
classpath:META-INF/cxf/cxf-servlet.xml
classpath:META-INF/cxf/cxf-extension-policy.xml
classpath:META-INF/cxf/cxf-extension-ws-security.xml
classpath:META-INF/cxf/cxf-extension-http.xml
classpath:META-INF/cxf/cxf-extension-addr.xml
</param-value>
</context-param>
Works with 2.2.8, not with 2.2.10 or 2.3.1.
- Dennis
On 12/24/2010 04:19 PM, Daniel Kulp wrote:
> What does your spring config look like? Are you using explicite imports
> like
> META-INF/cxf/cxf.xml? If so, are you importing the policy and security
> extensions as well?
>
> Dan
>
>
>
>
> On Thursday 23 December 2010 3:32:33 pm John Franey wrote:
>
>> I believe symmetric binding policy is supported in cxf 2.3.1, but this log
>> message says no:
>>
>> [PolicyEngineImpl] Alternative {
>> http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SymmetricBinding is
>> not supported
>>
>> I've been working over the cxf documentation for over a day. I am stumped.
>>
>> What do I have to do to turn on support for symmetric binding?
>>
>> I'm writing a client that will run in jbossws-cxf 3.4.0.
>>
>> Thanks,
>> John
>>
>