[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2716) Session.replicate failure with identity column

Yves Martin (JIRA) noreply at atlassian.com
Tue Jul 10 09:34:52 EDT 2007


Session.replicate failure with identity column
----------------------------------------------

                 Key: HHH-2716
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2716
             Project: Hibernate3
          Issue Type: Bug
          Components: core
    Affects Versions: 3.2.2
         Environment: Java 1.5, MySQL 5.0.27 and Hibernate Annotations 3.2.1.GA
            Reporter: Yves Martin


I'm trying to use replicate:
http://www.hibernate.org/hib_docs/reference/en/html/objectstate.html#objectstate-replicating

The column "@version" is replicated properly (same value in second db) but the column "@Id @GeneratedValue" contains a new value from the db2 sequence.
In fact the insert statement generated by the replicate method does not include the "id" column.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list