You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <ji...@apache.org> on 2006/03/02 07:05:42 UTC

[jira] Created: (TUSCANY-58) SDO2 name of the anonymous type the doesn't conform to the spec

SDO2 name of the anonymous type the doesn't conform to the spec
---------------------------------------------------------------

         Key: TUSCANY-58
         URL: http://issues.apache.org/jira/browse/TUSCANY-58
     Project: Tuscany
        Type: Bug
  Components: Java SDO Implementation  
    Reporter: Raymond Feng


The spec says: "[NAME] of the anonymous type is the same as the name of the enclosing element declaration."

For example, if the anonymous type is enclosed by element "test", The current implementation still return "test_._type" from XSDHelper.getLocalName(Type) and "TestType" from Type.getName(). That's the EMF naming convention.

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


[jira] Resolved: (TUSCANY-58) SDO2 name of the anonymous type the doesn't conform to the spec

Posted by "Frank Budinsky (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-58?page=all ]
     
Frank Budinsky resolved TUSCANY-58:
-----------------------------------

    Resolution: Fixed

fixed in revision 387960

> SDO2 name of the anonymous type the doesn't conform to the spec
> ---------------------------------------------------------------
>
>          Key: TUSCANY-58
>          URL: http://issues.apache.org/jira/browse/TUSCANY-58
>      Project: Tuscany
>         Type: Bug
>   Components: Java SDO Implementation
>     Reporter: Raymond Feng

>
> The spec says: "[NAME] of the anonymous type is the same as the name of the enclosing element declaration."
> For example, if the anonymous type is enclosed by element "test", The current implementation still return "test_._type" from XSDHelper.getLocalName(Type) and "TestType" from Type.getName(). That's the EMF naming convention.

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