You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ja...@ws.apache.org on 2004/07/23 01:06:17 UTC

[jira] Assigned: (JAXME-19) Generated Java source for boolean attributes creates get versus is method

Message:

   The following issue has been re-assigned.

   Assignee: Jochen Wiedmann (mailto:jochen@apache.org)
   Assigner: Jochen Wiedmann (mailto:jochen@apache.org)
       Date: Thu, 22 Jul 2004 4:05 PM
    Comment:
Fortunately, this is a trivial matter. However, JaxMe's behaviour is indeed a violation of the SPEC (see 4.5.1). A question, though, which is unclear to me: The bug report definitely applies to the following:

    <xs:element name="foo" type="xs:boolean"/>

However, how does the RI behave in the case of

    <xs:element name="foo" type="xs:boolean" minOccurs="0"/>

Thanks for any clarification.


---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-19

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-19
    Summary: Generated Java source for boolean attributes creates get versus is method
       Type: Bug

     Status: Open
   Priority: Trivial

    Project: JaxMe

   Assignee: Jochen Wiedmann
   Reporter: John Conlon

    Created: Thu, 22 Jul 2004 9:31 AM
    Updated: Thu, 22 Jul 2004 4:05 PM
Environment: 0.3 release candidate

Description:
JaxMe creates a get<AttName> Java source method for an attribute with a boolean type, but Sun's JAXB RI creates a is<AttName> method.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org