You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Diggy Bell (JIRA)" <ji...@apache.org> on 2007/05/01 23:24:15 UTC

[jira] Created: (AXIS2-2625) WSDL2C generates invalid C data types for unsigned values (positiveInteger)

WSDL2C generates invalid C data types for unsigned values (positiveInteger)
---------------------------------------------------------------------------

                 Key: AXIS2-2625
                 URL: https://issues.apache.org/jira/browse/AXIS2-2625
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.1.1
         Environment: Linux
            Reporter: Diggy Bell


When generating code from a WSDL file containing positiveInteger data types, the generated code contains values with a data type of "unsinged int" or "unsinged char".  These should be "unsigned".  The error is in the following file:

./src/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/CTypeInfo.java

The affected line numbers are:

Line 115
Line 119
Line 127


-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2625) WSDL2C generates invalid C data types for unsigned values (positiveInteger)

Posted by "Diggy Bell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492964 ] 

Diggy Bell commented on AXIS2-2625:
-----------------------------------

I verified that the issue does not exist in Axis2C v1.0.

> WSDL2C generates invalid C data types for unsigned values (positiveInteger)
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2625
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2625
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1.1
>         Environment: Linux
>            Reporter: Diggy Bell
>
> When generating code from a WSDL file containing positiveInteger data types, the generated code contains values with a data type of "unsinged int" or "unsinged char".  These should be "unsigned".  The error is in the following file:
> ./src/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/CTypeInfo.java
> The affected line numbers are:
> Line 115
> Line 119
> Line 127

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2625) WSDL2C generates invalid C data types for unsigned values (positiveInteger)

Posted by "Diggy Bell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492965 ] 

Diggy Bell commented on AXIS2-2625:
-----------------------------------

Errr...scratch that...The error does not exist in Axis2 v1.2.

> WSDL2C generates invalid C data types for unsigned values (positiveInteger)
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2625
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2625
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1.1
>         Environment: Linux
>            Reporter: Diggy Bell
>
> When generating code from a WSDL file containing positiveInteger data types, the generated code contains values with a data type of "unsinged int" or "unsinged char".  These should be "unsigned".  The error is in the following file:
> ./src/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/CTypeInfo.java
> The affected line numbers are:
> Line 115
> Line 119
> Line 127

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2625) WSDL2C generates invalid C data types for unsigned values (positiveInteger)

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2625.
--------------------------------------

    Resolution: Fixed

Issue is not there in 1.2 release , so we are safe to close the issue.

> WSDL2C generates invalid C data types for unsigned values (positiveInteger)
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2625
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2625
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1.1
>         Environment: Linux
>            Reporter: Diggy Bell
>
> When generating code from a WSDL file containing positiveInteger data types, the generated code contains values with a data type of "unsinged int" or "unsinged char".  These should be "unsigned".  The error is in the following file:
> ./src/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/CTypeInfo.java
> The affected line numbers are:
> Line 115
> Line 119
> Line 127

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org