No one can give me an hint on this? Is it an issue, or the W3CEndpointReference type is not supported inside Exceptions?
Marco. On Mon, 2009-01-19 at 19:23 +0100, Marco wrote: > I All, > > It seems that CXF ignores the W3CEndpointReference in the Exceptions. > > For example, if i have an exception with: > > public W3CEndpointReference reason = null; > > The schema has an empty nillable element for it: > > <xs:complexType name="EchoException"> > <xs:sequence> > <xs:element nillable="true"/> > </xs:sequence> > </xs:complexType> > > ...while if i use W3CEndpointReference in parameters and return types, > the EPR is correctly managed. I have this behaviour with both 2.1.3 and > 2.1.4-SNAPSHOT. Is this an issue? > If needed, i can send you a test case. > > Marco.
