Felipe Alexandre Rodrigues created CXF-5338:
-----------------------------------------------
Summary: The JavaBeans API specification
Key: CXF-5338
URL: https://issues.apache.org/jira/browse/CXF-5338
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Reporter: Felipe Alexandre Rodrigues
Priority: Trivial
When I performed wsdl2java on a wsdl that have a complextype with a element
with minOccurs="0" and type="xsd:boolean" attributes.
The class generated a Boolean (Wrapper) property for that.
The problem is that the reader method starts with isProperty istead of
getProperty.
When generate a primitive boolean property its ok. But in the case of Wrapper,
the reader method must be getMethod instead of isMethod.
--
This message was sent by Atlassian JIRA
(v6.1#6144)