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 "Sam Meder (JIRA)" <ji...@apache.org> on 2008/03/12 20:50:46 UTC

[jira] Created: (AXIS2C-1052) Bad code from anonymous empty clompex types

Bad code from anonymous empty clompex types
-------------------------------------------

                 Key: AXIS2C-1052
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1052
             Project: Axis2-C
          Issue Type: Bug
          Components: code generation
    Affects Versions: 1.3.0
            Reporter: Sam Meder


I tried generating stubs from the VMWare vim25 wsdls and ended up with a bunch of compile errors. They all seem related to code generated from anonymous and empty <ComplexType/> declarations, e.g:

 <element name="AddInternetScsiSendTargetsResponse">
            <complexType />
 </element>

This seems to generate code with the following two statements (I'll attach the generated code):

 AXIS2_FREE(env->allocator,start_input_str);
 AXIS2_FREE(env->allocator,end_input_str);

The issue is that neither start_input_str nor end_input_str are ever declared/assigned, so compilation fails.

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


[jira] Assigned: (AXIS2C-1052) Bad code from anonymous empty clompex types

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

Lahiru Gunathilake reassigned AXIS2C-1052:
------------------------------------------

    Assignee: Lahiru Gunathilake

> Bad code from anonymous empty clompex types
> -------------------------------------------
>
>                 Key: AXIS2C-1052
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1052
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>    Affects Versions: 1.3.0
>            Reporter: Sam Meder
>            Assignee: Lahiru Gunathilake
>         Attachments: adb_AddInternetScsiSendTargetsResponse.c
>
>
> I tried generating stubs from the VMWare vim25 wsdls and ended up with a bunch of compile errors. They all seem related to code generated from anonymous and empty <ComplexType/> declarations, e.g:
>  <element name="AddInternetScsiSendTargetsResponse">
>             <complexType />
>  </element>
> This seems to generate code with the following two statements (I'll attach the generated code):
>  AXIS2_FREE(env->allocator,start_input_str);
>  AXIS2_FREE(env->allocator,end_input_str);
> The issue is that neither start_input_str nor end_input_str are ever declared/assigned, so compilation fails.

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


[jira] Resolved: (AXIS2C-1052) Bad code from anonymous empty clompex types

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

Lahiru Gunathilake resolved AXIS2C-1052.
----------------------------------------

    Resolution: Fixed

>From 2008 12th Nightly build this issue is resolved.

Regs
lahiru

> Bad code from anonymous empty clompex types
> -------------------------------------------
>
>                 Key: AXIS2C-1052
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1052
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>    Affects Versions: 1.3.0
>            Reporter: Sam Meder
>            Assignee: Lahiru Gunathilake
>         Attachments: adb_AddInternetScsiSendTargetsResponse.c
>
>
> I tried generating stubs from the VMWare vim25 wsdls and ended up with a bunch of compile errors. They all seem related to code generated from anonymous and empty <ComplexType/> declarations, e.g:
>  <element name="AddInternetScsiSendTargetsResponse">
>             <complexType />
>  </element>
> This seems to generate code with the following two statements (I'll attach the generated code):
>  AXIS2_FREE(env->allocator,start_input_str);
>  AXIS2_FREE(env->allocator,end_input_str);
> The issue is that neither start_input_str nor end_input_str are ever declared/assigned, so compilation fails.

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


[jira] Updated: (AXIS2C-1052) Bad code from anonymous empty clompex types

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

Sam Meder updated AXIS2C-1052:
------------------------------

    Attachment: adb_AddInternetScsiSendTargetsResponse.c

> Bad code from anonymous empty clompex types
> -------------------------------------------
>
>                 Key: AXIS2C-1052
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1052
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>    Affects Versions: 1.3.0
>            Reporter: Sam Meder
>         Attachments: adb_AddInternetScsiSendTargetsResponse.c
>
>
> I tried generating stubs from the VMWare vim25 wsdls and ended up with a bunch of compile errors. They all seem related to code generated from anonymous and empty <ComplexType/> declarations, e.g:
>  <element name="AddInternetScsiSendTargetsResponse">
>             <complexType />
>  </element>
> This seems to generate code with the following two statements (I'll attach the generated code):
>  AXIS2_FREE(env->allocator,start_input_str);
>  AXIS2_FREE(env->allocator,end_input_str);
> The issue is that neither start_input_str nor end_input_str are ever declared/assigned, so compilation fails.

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