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 "Ishan De Silva (JIRA)" <ji...@apache.org> on 2007/02/05 09:20:05 UTC

[jira] Created: (AXIS2C-523) Need Union type support for the C code generator

Need Union type support for the C code generator
------------------------------------------------

                 Key: AXIS2C-523
                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
             Project: Axis2-C
          Issue Type: Improvement
            Reporter: Ishan De Silva


To generate code for Savan (WS-Eventing) services, we need the support for Union types.

-- 
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-523) Need Union type support for the C code generator

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

Dimuthu Gamage updated AXIS2C-523:
----------------------------------

    Attachment: case46.zip

Fixed with commit 742098.

Test case attached

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>         Attachments: case46.zip, eventing.xsd, savan_sysmon.wsdl
>
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

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


[jira] Updated: (AXIS2C-523) Need Union type support for the C code generator

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

Ishan De Silva updated AXIS2C-523:
----------------------------------

    Attachment: eventing.xsd

The following two places use the "union" type.

<xs:simpleType name="ExpirationType">
      <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" />
  </xs:simpleType>

<xs:simpleType name="OpenSubscriptionEndCodeType">
    <xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" />
  </xs:simpleType>

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>         Attachments: eventing.xsd
>
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

-- 
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-523) Need Union type support for the C code generator

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

Ishan De Silva updated AXIS2C-523:
----------------------------------

    Attachment: savan_sysmon.wsdl

Use this sample WSDL to test the code generator for union types

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>         Attachments: eventing.xsd, savan_sysmon.wsdl
>
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

-- 
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] Commented: (AXIS2C-523) Need Union type support for the C code generator

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592039#action_12592039 ] 

Samisa Abeysinghe commented on AXIS2C-523:
------------------------------------------

Can we fix this? Does anyone know how to fix it?

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>         Attachments: eventing.xsd, savan_sysmon.wsdl
>
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

-- 
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-523) Need Union type support for the C code generator

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

Ishan De Silva updated AXIS2C-523:
----------------------------------

    Component/s: code generation

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

-- 
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-523) Need Union type support for the C code generator

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

Dimuthu Gamage resolved AXIS2C-523.
-----------------------------------

    Resolution: Fixed
      Assignee: Dimuthu Gamage

fixed

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>            Assignee: Dimuthu Gamage
>         Attachments: case46.zip, eventing.xsd, savan_sysmon.wsdl
>
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

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


[jira] Commented: (AXIS2C-523) Need Union type support for the C code generator

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592045#action_12592045 ] 

Dimuthu Gamage commented on AXIS2C-523:
---------------------------------------

We need to do some work to fix this, specially in identifying the type in run time. We already discussed some work around to get this done in the mailing list, i.e. by putting a member variable in the adb structure to identify it type.

I think with that approach, we can do this.

> Need Union type support for the C code generator
> ------------------------------------------------
>
>                 Key: AXIS2C-523
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-523
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>            Reporter: Ishan De Silva
>         Attachments: eventing.xsd, savan_sysmon.wsdl
>
>
> To generate code for Savan (WS-Eventing) services, we need the support for Union types.

-- 
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