[teiid-issues] [JBoss JIRA] (TEIID-2116) Serialized datatype issue

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Aug 20 11:17:15 EDT 2012


     [ https://issues.jboss.org/browse/TEIID-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2116.
-----------------------------------

    Resolution: Done


added a MetadataFactory.correctDataTypes method and added some clarification between runtime/built-in types.  This will fix issues with anything except cross-schema enterprise (non built-in) datatypes.  correctDataTypes is called automatically for Teiid cached metadata.  correctDataTypes should also be called by any custom caching of a MetadataFactory.
                
> Serialized datatype issue
> -------------------------
>
>                 Key: TEIID-2116
>                 URL: https://issues.jboss.org/browse/TEIID-2116
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Server
>    Affects Versions: 7.1
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.1
>
>
> Serialized metadata will contain references to datatype entries that will be duplicated upon deserialization with system'vdb type entries.  Ideally there should be only 1 representation of each unique type. 
> In general we have a representation issue with datatypes, which are either system or vdb scoped, when we serialize just a MetadataFactory that only represents a schema.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list