You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org> on 2006/11/15 06:21:37 UTC

[jira] Created: (AXIS2C-403) Syntax errors in CTypinfo.java Type Map (WSDL2C Java Tool)

Syntax errors in CTypinfo.java Type Map (WSDL2C Java Tool)
----------------------------------------------------------

                 Key: AXIS2C-403
                 URL: http://issues.apache.org/jira/browse/AXIS2C-403
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Milinda Lakmal Pathirage


Following lines in the CTypeInfo.java cause compilation errors of Generated code
CTypeInfo.addTypemapping(XSD_UNSIGNEDBYTE,
                "unsinged char");

// a xsd:nonNegativeInteger
CTypeInfo.addTypemapping(XSD_NONNEGATIVEINTEGER,
                "unsinged int");
// a xsd:positiveInteger
CTypeInfo.addTypemapping(XSD_POSITIVEINTEGER,
                "unsinged int");


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2C-403) Syntax errors in CTypinfo.java Type Map (WSDL2C Java Tool)

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-403?page=all ]

Dinesh Premalal resolved AXIS2C-403.
------------------------------------

    Fix Version/s: 0.96
       Resolution: Fixed

> Syntax errors in CTypinfo.java Type Map (WSDL2C Java Tool)
> ----------------------------------------------------------
>
>                 Key: AXIS2C-403
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-403
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Milinda Lakmal Pathirage
>         Assigned To: Dinesh Premalal
>             Fix For: 0.96
>
>
> Following lines in the CTypeInfo.java cause compilation errors of Generated code
> CTypeInfo.addTypemapping(XSD_UNSIGNEDBYTE,
>                 "unsinged char");
> // a xsd:nonNegativeInteger
> CTypeInfo.addTypemapping(XSD_NONNEGATIVEINTEGER,
>                 "unsinged int");
> // a xsd:positiveInteger
> CTypeInfo.addTypemapping(XSD_POSITIVEINTEGER,
>                 "unsinged int");

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Assigned: (AXIS2C-403) Syntax errors in CTypinfo.java Type Map (WSDL2C Java Tool)

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-403?page=all ]

Dinesh Premalal reassigned AXIS2C-403:
--------------------------------------

    Assignee: Dinesh Premalal

> Syntax errors in CTypinfo.java Type Map (WSDL2C Java Tool)
> ----------------------------------------------------------
>
>                 Key: AXIS2C-403
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-403
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Milinda Lakmal Pathirage
>         Assigned To: Dinesh Premalal
>
> Following lines in the CTypeInfo.java cause compilation errors of Generated code
> CTypeInfo.addTypemapping(XSD_UNSIGNEDBYTE,
>                 "unsinged char");
> // a xsd:nonNegativeInteger
> CTypeInfo.addTypemapping(XSD_NONNEGATIVEINTEGER,
>                 "unsinged int");
> // a xsd:positiveInteger
> CTypeInfo.addTypemapping(XSD_POSITIVEINTEGER,
>                 "unsinged int");

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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