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.