You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/10/19 22:34:51 UTC

[jira] Created: (GERONIMO-386) openejb cmp attempt to modify identity columns

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-386
    Summary: openejb cmp attempt to modify identity columns
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Apache Geronimo
 Components: 
             OpenEJB
   Versions:
             1.0-M2

   Assignee: 
   Reporter: David Jencks

    Created: Tue, 19 Oct 2004 1:34 PM
    Updated: Tue, 19 Oct 2004 1:34 PM

Description:
Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


[jira] Commented: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by "Gianny DAMOUR (JIRA)" <de...@geronimo.apache.org>.
     [ http://nagoya.apache.org/jira/browse/GERONIMO-386?page=comments#action_55189 ]
     
Gianny DAMOUR commented on GERONIMO-386:
----------------------------------------

I have committed a new primary key generator, which uses table auto-generated primary key to generate the primary keys of a CMP EJB.

I update in the following days the way this generator works.

> openejb cmp attempt to modify identity columns
> ----------------------------------------------
>
>          Key: GERONIMO-386
>          URL: http://nagoya.apache.org/jira/browse/GERONIMO-386
>      Project: Apache Geronimo
>         Type: Bug
>   Components: OpenEJB
>     Versions: 1.0-M2
>     Reporter: David Jencks
>     Assignee: Gianny DAMOUR
>  Attachments: run-with-derby.diff
>
> Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.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


[jira] Assigned: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-386?page=all ]

Matt Hogstrom reassigned GERONIMO-386:
--------------------------------------

    Assign To: Matt Hogstrom  (was: Gianny Damour)

> openejb cmp attempt to modify identity columns
> ----------------------------------------------
>
>          Key: GERONIMO-386
>          URL: http://issues.apache.org/jira/browse/GERONIMO-386
>      Project: Geronimo
>         Type: Bug
>   Components: OpenEJB
>     Versions: 1.0-M2
>     Reporter: David Jencks
>     Assignee: Matt Hogstrom
>      Fix For: 1.0
>  Attachments: run-with-derby.diff
>
> Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.

-- 
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] Updated: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by de...@geronimo.apache.org.
The following issue has been updated:

    Updater: David Jencks (mailto:djencks@apache.org)
       Date: Tue, 19 Oct 2004 1:48 PM
    Comment:
diffs to openejb project files needed to build default database to use derby xa and to run itests with derby.
    Changes:
             Attachment changed to run-with-derby.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/GERONIMO-386?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-386
    Summary: openejb cmp attempt to modify identity columns
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Apache Geronimo
 Components: 
             OpenEJB
   Versions:
             1.0-M2

   Assignee: 
   Reporter: David Jencks

    Created: Tue, 19 Oct 2004 1:34 PM
    Updated: Tue, 19 Oct 2004 1:48 PM

Description:
Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


[jira] Assigned: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by "Gianny DAMOUR (JIRA)" <de...@geronimo.apache.org>.
     [ http://nagoya.apache.org/jira/browse/GERONIMO-386?page=history ]

Gianny DAMOUR reassigned GERONIMO-386:
--------------------------------------

    Assign To: Gianny DAMOUR

> openejb cmp attempt to modify identity columns
> ----------------------------------------------
>
>          Key: GERONIMO-386
>          URL: http://nagoya.apache.org/jira/browse/GERONIMO-386
>      Project: Apache Geronimo
>         Type: Bug
>   Components: OpenEJB
>     Versions: 1.0-M2
>     Reporter: David Jencks
>     Assignee: Gianny DAMOUR
>  Attachments: run-with-derby.diff
>
> Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.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


[jira] Closed: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-386?page=all ]
     
Matt Hogstrom closed GERONIMO-386:
----------------------------------

    Resolution: Fixed

Closing per comments from Gianny that this is no longer an issue.

> openejb cmp attempt to modify identity columns
> ----------------------------------------------
>
>          Key: GERONIMO-386
>          URL: http://issues.apache.org/jira/browse/GERONIMO-386
>      Project: Geronimo
>         Type: Bug
>   Components: OpenEJB
>     Versions: 1.0-M2
>     Reporter: David Jencks
>     Assignee: Gianny Damour
>      Fix For: 1.0
>  Attachments: run-with-derby.diff
>
> Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.

-- 
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] Updated: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by "David Blevins (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-386?page=all ]

David Blevins updated GERONIMO-386:
-----------------------------------

    Fix Version: 1.0
                     (was: 1.0-M5)

> openejb cmp attempt to modify identity columns
> ----------------------------------------------
>
>          Key: GERONIMO-386
>          URL: http://issues.apache.org/jira/browse/GERONIMO-386
>      Project: Geronimo
>         Type: Bug
>   Components: OpenEJB
>     Versions: 1.0-M2
>     Reporter: David Jencks
>     Assignee: Gianny Damour
>      Fix For: 1.0
>  Attachments: run-with-derby.diff
>
> Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.

-- 
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] Updated: (GERONIMO-386) openejb cmp attempt to modify identity columns

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-386?page=all ]

Aaron Mulder updated GERONIMO-386:
----------------------------------

    Fix Version: 1.0-M5
    Environment: 

Seems likely that this is no longer an issue, but please review for M5.

> openejb cmp attempt to modify identity columns
> ----------------------------------------------
>
>          Key: GERONIMO-386
>          URL: http://issues.apache.org/jira/browse/GERONIMO-386
>      Project: Geronimo
>         Type: Bug
>   Components: OpenEJB
>     Versions: 1.0-M2
>     Reporter: David Jencks
>     Assignee: Gianny Damour
>      Fix For: 1.0-M5
>  Attachments: run-with-derby.diff
>
> Some databases such as Derby have non-modifiable identity columns instead of sequences.  Currently openejb cmp attempts to set such columns on insert.

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