[OS-JIRA] Created: (CAY-130) "read-only" set incorrectly on flattened relationship

From: jir..bjectstyle.org
Date: Fri May 21 2004 - 19:57:46 EDT

  • Next message: jir..bjectstyle.org: "[OS-JIRA] Created: (CAY-131) Improve Query/FetchSpec handling for class generation"

    Message:

      A new issue has been created in JIRA.

    ---------------------------------------------------------------------
    View the issue:

      http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-130

    Here is an overview of the issue:
    ---------------------------------------------------------------------
            Key: CAY-130
        Summary: "read-only" set incorrectly on flattened relationship
           Type: Bug

         Status: Assigned
       Priority: Minor

        Project: Cayenne
     Components:
                 Cayenne Core Library
       Fix Fors:
                 1.1 [DEV]
       Versions:
                 1.1 [DEV]

       Assignee: Andrus Adamchik
       Reporter: Andrus Adamchik

        Created: Fri, 21 May 2004 7:56 PM
        Updated: Fri, 21 May 2004 7:56 PM
    Environment: Cayenne 1.1M6 (but I suspect all versions are affected)

    Description:
    A join table like this should be a valid table for read/write flattened relationship. Cayenne thinks it is read-only:

            <db-entity name="join_artist_exhibit">
                    <db-attribute name="artist_pk" type="INTEGER" isMandatory="true"/>
                    <db-attribute name="exhibit_pk" type="INTEGER" isMandatory="true"/>
                    <db-attribute name="pk" type="INTEGER" isPrimaryKey="true" isMandatory="true"/>
            </db-entity>

    More schema details in the original message by Mike Elliott at http://objectstyle.org/cayenne/lists/cayenne-user/2004/05/0053.html

    ---------------------------------------------------------------------
    JIRA INFORMATION:
    This message is automatically generated by JIRA.

    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa

    If you want more information on JIRA, or have a bug to report see:
       http://www.atlassian.com/software/jira



    This archive was generated by hypermail 2.0.0 : Fri May 21 2004 - 19:57:47 EDT