You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Florian Pinel (JIRA)" <de...@tuscany.apache.org> on 2009/08/24 19:45:59 UTC

[jira] Created: (TUSCANY-3233) Problem with TableRegistry when building the datagraph for a SELECT query

Problem with TableRegistry when building the datagraph for a SELECT query
-------------------------------------------------------------------------

                 Key: TUSCANY-3233
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3233
             Project: Tuscany
          Issue Type: Bug
          Components: Java DAS RDB
    Affects Versions: Java-DAS-beta1
            Reporter: Florian Pinel


When building the datagraph for a SELECT query, the content of the TableRegistry can become corrupted. The TableData primary key stored in the registry is not final, so a copy should be stored instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-3233) Problem with TableRegistry when building the datagraph for a SELECT query

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-3233.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: Java-DAS-Next

Patch applied. Thanks Florian.

> Problem with TableRegistry when building the datagraph for a SELECT query
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-3233
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3233
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java DAS RDB
>    Affects Versions: Java-DAS-beta1
>            Reporter: Florian Pinel
>             Fix For: Java-DAS-Next
>
>         Attachments: TUSCANY-3233.patch
>
>
> When building the datagraph for a SELECT query, the content of the TableRegistry can become corrupted. The TableData primary key stored in the registry is not final, so a copy should be stored instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-3233) Problem with TableRegistry when building the datagraph for a SELECT query

Posted by "Florian Pinel (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Pinel updated TUSCANY-3233:
-----------------------------------

    Attachment: TUSCANY-3233.patch

Attaching patch.

> Problem with TableRegistry when building the datagraph for a SELECT query
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-3233
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3233
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java DAS RDB
>    Affects Versions: Java-DAS-beta1
>            Reporter: Florian Pinel
>         Attachments: TUSCANY-3233.patch
>
>
> When building the datagraph for a SELECT query, the content of the TableRegistry can become corrupted. The TableData primary key stored in the registry is not final, so a copy should be stored instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.