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

Josef Andersson (JIRA) noreply at atlassian.com
Mon May 10 07:47:49 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36999#action_36999 ] 

Josef Andersson commented on HHH-2716:
--------------------------------------

Agree, this should be fixed. For example, it should be possible to do copy of generated ids to. MS SQL server has IDENTITY INSERT OFF and so on , which could be used. This could be a great feature.

> Session.replicate failure with identity column
> ----------------------------------------------
>
>                 Key: HHH-2716
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2716
>             Project: Hibernate Core
>          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