ComplexTypeExtendingSimpleType
------------------------------

         Key: TUSCANY-444
         URL: http://issues.apache.org/jira/browse/TUSCANY-444
     Project: Tuscany
        Type: Bug

  Components: C++ SDO  
    Versions: Cpp-current    
 Environment: Windows XP
    Reporter: Simon Laws


 The following xml input 

 <ComplexTypeExtendingSimpleType AddedByExtension="AddedByExtensionAttribute"  
                                                                    
xsi:type="tns:ComplexTypeExtendingSimpleTypeType">
    ComplexTypeExtendingSimpeType
</ComplexTypeExtendingSimpleType>

With the following schema

  <complexType name="ComplexTypeExtendingSimpleTypeType">
    <simpleContent>
      <extension base="tns:SimpleTypeWithNameType">
                <attribute name="AddedByExtension" type="string"/>
      </extension>
    </simpleContent>  
  </complexType>

Causes the runtime to fail with the following:

SDOIllegalArgumentException Cannot add a properties to data types: 
ComplexTypeExtendingSimpleTypeTypeException
        



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to