This content has been marked as final.
Show 1 reply
-
1. Re: SMX 4.4.1 fuse-03-06: None of the policy alternatives can be satisfied
ffang Feb 18, 2013 1:44 AM (in response to vishp)Hi,
You need elaborate how your configure the ws-security, I guess through ws-policy in wsdl, right?
Most likely you miss some Import-Package cause this problem, given the FUSE ESB version you're using, add
<Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
to your maven-bundle-plugin should be helpful.
Freeman