Add support for IDL bounded strings
-----------------------------------

                 Key: YOKO-183
                 URL: http://issues.apache.org/jira/browse/YOKO-183
             Project: Yoko - CORBA Server
          Issue Type: Sub-task
          Components: Idl2Wsdl
    Affects Versions: 1.0-incubating-M2
            Reporter: Matteo Vescovi


Currently, IDL bounded strings are treated as unbounded strings.
This needs to be fixed.

e.g. 

IDL:
typedef string<10> boundedString;

XMLSCHEMA:
<xs:simpleType name="boundedString">
  <xs:restriction base="xs:string">
    <xs:maxLength value="10" fixed="true"/>
  </xs:restriction>
</xs:simpleType>

CORBATypeMap:
<corba:anonstring bound="10" name="_1_boundedString" type="xs:boundedString"/>
<corba:alias basetype="corbatm:_1_boundedString" name="boundedString" 
repositoryID="IDL:boundedString:1.0" type="xs:boundedString"/>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to