You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Timo Thomas (JIRA)" <xm...@xml.apache.org> on 2010/09/27 10:12:34 UTC

[jira] Issue Comment Edited: (XMLBEANS-396) GML 3.1.1 generated code fails to compile.

    [ https://issues.apache.org/jira/browse/XMLBEANS-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915230#action_12915230 ] 

Timo Thomas edited comment on XMLBEANS-396 at 9/27/10 4:11 AM:
---------------------------------------------------------------

When's this fix going into the repository? I just checked out the current sources, and I still get this error when compiling the code for GML 3.1.1 or 3.2.1 :

ValueArrayPropertyTypeImpl.java:533: generatedSetterHelperImpl(org.apache.xmlbeans.XmlObject,javax.xml.namespace.QName,int,short) in org.apache.xmlbeans.impl.values.XmlObjectBase cannot be applied to (java.lang.Object,javax.xml.namespace.QName,int,short)
        generatedSetterHelperImpl(xnull, NULL$6, i, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_ARRAYITEM);

BTW, how to obtain the 2.4.1 version? I can't see such a tag or revision in the SVN.





      was (Author: timothomas@web.de):
    When's this fix going into the repository? I just checked out the current sources, and I still this error when compiling the code for GML 3.1.1 or 3.2.1 :

ValueArrayPropertyTypeImpl.java:533: generatedSetterHelperImpl(org.apache.xmlbeans.XmlObject,javax.xml.namespace.QName,int,short) in org.apache.xmlbeans.impl.values.XmlObjectBase cannot be applied to (java.lang.Object,javax.xml.namespace.QName,int,short)
        generatedSetterHelperImpl(xnull, NULL$6, i, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_ARRAYITEM);

BTW, how to obtain the 2.4.1 version? I can't see such a tag or revision in the SVN.




  
> GML 3.1.1 generated code fails to compile.
> ------------------------------------------
>
>                 Key: XMLBEANS-396
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-396
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions: Version 2.4.1 
>            Reporter: Chris Clark
>             Fix For: Version 2.4.1 
>
>
> After generating code for GML 3.1.1, the code fails to compile. The following compilation error is given: 
> generatedSetterHelperImpl(org.apache.xmlbeans.XmlObject,javax.xml.namespace.QName,int,short) in org.apache.xmlbeans.impl.values.XmlObjectBase cannot be applied to (java.lang.Object,javax.xml.namespace.QName,int,short) generatedSetterHelperImpl(xnull, NULL$26, i, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_ARRAYITEM);
> It appears this error is a result of changes made to SchemaTypeCodePrinter.java. The call generatedSetterHelperImpl is called in 2 places in this class, however the second place is surrounded by an "if ( isobj )" which appears to generate invalid code. I believe this code needs to be updated to reflect the  "if ( xmltype && !isSubstGroup )" as in the first place the code is called.
> This code change fixed the issue with GML 3.1.1 gode generation. Someone more familiar with the code should verify and commit this change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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