Daniel Kulp created CXF-5888:
--------------------------------
Summary: Unwrapped operation detection not looking for attributes
of extended types
Key: CXF-5888
URL: https://issues.apache.org/jira/browse/CXF-5888
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 3.0.0, 2.7.11
Reporter: Daniel Kulp
Assignee: Daniel Kulp
Fix For: 2.7.13, 3.0.2
If an operation points an a complexType, the unwrapping logic does check if the
type has an attribute and will keep the operation as "bare" if there is an
attribute. However, if the complexType is an extension of another complexType
that contains attributes, those attributes are not examined and thus the
operation may be "unwrapped", but those attributes are then lost.
Per spec, the operation should remain in bare mode for this case.
--
This message was sent by Atlassian JIRA
(v6.2#6252)