-->
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: Désactiver le row count
PostPosted: Fri Nov 28, 2008 11:23 am 
Newbie

Joined: Tue Nov 23, 2004 11:07 am
Posts: 7
Location: Switzerland
Bonjour,


Jp'ai un problème avec un driver jdbc et j'aimerais désactiver le row count d'hibernate
Pour l'instant, ca fonctionne avec l'update, mais pas avec l'insert .
Que fais-je faux ?

merci

Hibernate version: .3.2

Mapping documents:
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">

<hibernate-mapping
>
<class
name="ch.ejpd.a2k.useradmin.common.export.dto.ExportProfileDTO"
table="TAAA_PROFIL"
lazy="false"
dynamic-update="false"
dynamic-insert="false"
select-before-update="false"
optimistic-lock="none"
>

<id
name="profileId"
column="PROFIL_ID"
type="java.lang.Long"
length="12"
>
<generator class="assigned">
<!--
To add non XDoclet generator parameters, create a file named
hibernate-generator-params-ExportProfileDTO.xml
containing the additional parameters and place it in your merge dir.
-->
</generator>
</id>

<property
name="ssoLoginId"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="SSO_LOGIN_ID"
length="30"
not-null="false"
/>

<property
name="ssoPortalId"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="SSO_PORTAL_ID"
length="30"
not-null="false"
/>

<property
name="active"
type="char"
update="true"
insert="true"
access="property"
column="ACTIV_JN_CD"
not-null="true"
/>

<property
name="anag"
type="char"
update="true"
insert="true"
access="property"
column="HAT_ANAG_JN_CD"
not-null="true"
/>

<property
name="asyl"
type="char"
update="true"
insert="true"
access="property"
column="HAT_ASYL_JN_CD"
not-null="true"
/>

<property
name="bueg"
type="char"
update="true"
insert="true"
access="property"
column="HAT_BUEG_JN_CD"
not-null="true"
/>

<property
name="amtstelle"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="AMTSSTELLE"
length="5"
not-null="true"
/>

<property
name="anrede"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="ANREDE"
length="15"
not-null="true"
/>

<property
name="authCodes"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="AUT_CODES"
length="2048"
not-null="false"
/>

<property
name="benuId"
type="java.lang.Integer"
update="true"
insert="true"
access="property"
column="BENU_ID"
length="5"
not-null="false"
/>

<property
name="buro"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="BUERO"
length="8"
not-null="true"
/>

<property
name="canton"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="KANTON_CD"
length="2"
not-null="true"
/>

<property
name="ctrlModDat"
type="java.util.Calendar"
update="true"
insert="true"
access="property"
column="CTL_MOD_DAT"
not-null="true"
/>

<property
name="ctrlModUid"
type="long"
update="true"
insert="true"
access="property"
column="CTL_MOD_UID"
length="12"
not-null="true"
/>

<property
name="description"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="DESCRIPTION"
length="128"
not-null="false"
/>

<property
name="edossTypes"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="EDOSS_TYPES"
length="512"
not-null="false"
/>

<property
name="edossTypesExcl"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="EDOSS_TYPES_R"
length="256"
not-null="false"
/>

<property
name="email"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="EMAIL"
length="128"
not-null="false"
/>

<property
name="faxNr"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="TELEFAX_NR"
length="15"
not-null="true"
/>

<property
name="firstname"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="VORNAME"
length="30"
not-null="false"
/>

<property
name="kuerzel"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="KUERZEL"
length="5"
not-null="true"
/>

<property
name="language"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="SPRACHE"
length="2"
not-null="true"
/>

<property
name="lastname"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="NAME"
length="30"
not-null="true"
/>

<property
name="location"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="LOKATION"
length="128"
not-null="false"
/>

<property
name="oe"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="OE"
length="15"
not-null="true"
/>

<property
name="oeDn"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="OE_DN"
length="128"
not-null="true"
/>

<property
name="phoneNr"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="TELEFON_NR"
length="15"
not-null="true"
/>

<property
name="politGemeinde"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="POLIT_GEMEINDE_CD"
length="4"
not-null="true"
/>

<property
name="printerGrp"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="PRT_GROUP_CD"
length="6"
not-null="true"
/>

<property
name="printerLocation"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="PRT_ORT"
length="30"
not-null="false"
/>

<property
name="profileType"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="PROFIL_TYP"
length="12"
not-null="true"
/>

<property
name="regiKennung"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="REGKENN"
length="4"
not-null="true"
/>

<property
name="zarKid"
type="java.lang.Integer"
update="true"
insert="true"
access="property"
column="ZAR_KIDENT"
length="5"
not-null="false"
/>

<property
name="oeDescription"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="OE_DESC"
length="128"
not-null="true"
/>

<property
name="bewGkKomb"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="BEW_GK_KOMB"
length="3"
not-null="false"
/>

<property
name="einrGkKomb"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="EINR_GK_KOMB"
length="3"
not-null="false"
/>

<property
name="isBewGkRechnung"
type="char"
update="true"
insert="true"
access="property"
column="BEW_GK_RECH"
length="1"
not-null="false"
/>

<property
name="isEinrGkRechnung"
type="char"
update="true"
insert="true"
access="property"
column="EINR_GK_RECH"
not-null="false"
/>

<property
name="isPrinterOnHold"
type="char"
update="true"
insert="true"
access="property"
column="PRT_ON_HOLD_JN_CD"
not-null="false"
/>

<property
name="printerCd"
type="java.lang.String"
update="true"
insert="true"
access="property"
column="PRT_CD"
length="6"
not-null="false"
/>

<sql-insert>insert into TAAA_PROFIL (SSO_LOGIN_ID, SSO_PORTAL_ID,
ACTIV_JN_CD, HAT_ANAG_JN_CD, HAT_ASYL_JN_CD, HAT_BUEG_JN_CD,
AMTSSTELLE, ANREDE, AUT_CODES, BENU_ID, BUERO, KANTON_CD, CTL_MOD_DAT,
CTL_MOD_UID, DESCRIPTION, EDOSS_TYPES, EDOSS_TYPES_R, EMAIL,
TELEFAX_NR, VORNAME, KUERZEL, SPRACHE, NAME, LOKATION, OE, OE_DN,
TELEFON_NR, POLIT_GEMEINDE_CD, PRT_GROUP_CD, PRT_ORT, PROFIL_TYP,
REGKENN, ZAR_KIDENT, OE_DESC, BEW_GK_KOMB, EINR_GK_KOMB, BEW_GK_RECH,
EINR_GK_RECH, PRT_ON_HOLD_JN_CD, PRT_CD, PROFIL_ID) values (?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)</sql-insert>
<sql-update>update TAAA_PROFIL set SSO_LOGIN_ID=?,
SSO_PORTAL_ID=?, ACTIV_JN_CD=?, HAT_ANAG_JN_CD=?, HAT_ASYL_JN_CD=?,
HAT_BUEG_JN_CD=?, AMTSSTELLE=?, ANREDE=?, AUT_CODES=?, BENU_ID=?,
BUERO=?, KANTON_CD=?, CTL_MOD_DAT=?, CTL_MOD_UID=?, DESCRIPTION=?,
EDOSS_TYPES=?, EDOSS_TYPES_R=?, EMAIL=?, TELEFAX_NR=?, VORNAME=?,
KUERZEL=?, SPRACHE=?, NAME=?, LOKATION=?, OE=?, OE_DN=?, TELEFON_NR=?,
POLIT_GEMEINDE_CD=?, PRT_GROUP_CD=?, PRT_ORT=?, PROFIL_TYP=?,
REGKENN=?, ZAR_KIDENT=?, OE_DESC=?, BEW_GK_KOMB=?, EINR_GK_KOMB=?,
BEW_GK_RECH=?, EINR_GK_RECH=?, PRT_ON_HOLD_JN_CD=?, PRT_CD=? where
PROFIL_ID=?</sql-update>

</class>

</hibernate-mapping>


Full stack trace of any exception that occurs:
org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: -1; expected: 1


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.