-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: MSSQL 2005 / generator class="foreign"
PostPosted: Thu Nov 08, 2007 7:49 am 
Newbie

Joined: Thu Jun 14, 2007 5:41 am
Posts: 3
hi all

am making a test to migrate from postgres to MSSQL 2005 i got a problem that i couldn't insert a record in the after using a spy i found that the insert statement is generated dublicate so the transaction is roled back

log for MSSQL 2005:-
1194517178278|0|4|statement|insert into COMPANY (COMPANY_SETTING_FK, UNIT_FK, ID) values (?, ?, ?)|insert into COMPANY (COMPANY_SETTING_FK, UNIT_FK, ID) values ('', '', '2c928a85127622e501127622eee70002')
1194517178435|0|4|statement|insert into COMPANY (COMPANY_SETTING_FK, UNIT_FK, ID) values (?, ?, ?)|insert into COMPANY (COMPANY_SETTING_FK, UNIT_FK, ID) values ('', '', '2c928a85127622e501127622eee70002')
1194517178450|0|4|rollback||


log for postgres:-
1194515470006|15|4|statement|insert into COMPANY (COMPANY_SETTING_FK, UNIT_FK, ID) values (?, ?, ?)|insert into COMPANY (COMPANY_SETTING_FK, UNIT_FK, ID) values ('', '', '2c928a85127622e501127622eee70002')


my driver : net.sourceforge.jtds.jdbc.Driver


hbm:-
<class name="CompanyImpl" table="COMPANY" dynamic-insert="false" dynamic-update="false">
<id name="id" type="java.lang.String" unsaved-value="null">
<column name="ID" sql-type="VARCHAR(255)"/>
<generator class="foreign">
<param name="property">organization</param>
</generator>
</id>
<one-to-one name="organization" class="OrganizationImpl" foreign-key="COMPANY_ORGANIZATION_FKC" cascade="none" constrained="true" lazy="proxy" fetch="select"/>


dialact & sqlmappings are configured for sql server

all other operations work fine just this is the only case i use generator class="foreign"

_________________
best regards,,,

Mohamed Badawy


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.