In addition trying to annotate separate fields in the SEI at the
BINDING_OPERATION_INPUT only applies to the last field annotated, the
others are ignored.

I am testing with 2.7 trunk.

A test project is attached to the jira

On Tue, Oct 2, 2012 at 2:14 PM, Jason Pell <[email protected]> wrote:
> 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