Hi,

PolicyReferences are not being included into the generated wsdl.  Even
if I inline them into the spring context it still does not work.
Interesting is that if I define
a reference in my SEI, such as:

@Policies({
        @Policy(uri = "#TransportAndUsernamePolicy", placement =
Policy.Placement.BINDING_OPERATION_INPUT)
    })

I see it in the wsdl:

<wsp:PolicyReference URI="#TransportAndUsernamePolicy"/>

But the accompanying policy itself is not included.

https://issues.apache.org/jira/browse/CXF-4532

I am hoping to fix at one of these problems myself and submit a patch.
 Any pointers would be appreciated.

Reply via email to