[ 
https://issues.apache.org/jira/browse/YOKO-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483119
 ] 

Balaji Ravi commented on YOKO-314:
----------------------------------

corba:alias is something we will try to support but we dont need to support all 
the types listed in TCKind... Some of the types are not needed because we just 
need to support those types that we map from corba to xml schema or viceversa.

That said, i think our tools (idltowsdl) doesn't generate corba:alias types, it 
directly maps it to the actual type & not the typedef.

> why alias type is not supported 
> --------------------------------
>
>                 Key: YOKO-314
>                 URL: https://issues.apache.org/jira/browse/YOKO-314
>             Project: Yoko - CORBA Server
>          Issue Type: Bug
>          Components: CorbaBinding
>            Reporter: Freeman Fang
>
> if my wsdl contain typeMapping like
> <corba:alias basetype="corba:long" name="org.csapi.TpInt32"
>             repositoryID="IDL:org/csapi/TpInt32:1.0" type="xsd:int"/>
> I will get "Unsupported complex type" exception, after investigating the 
> code, I found that type alias is not supported in yoko.
> The type supported in yoko can be found from readObjectFromStax() of 
> CorbaStaxObject.java.
> My question is why type alias is not supported in yoko now? Is yoko going to 
> support all types listed in TCKind.java in near future?

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

Reply via email to