-->
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.  [ 3 posts ] 
Author Message
 Post subject: HILO Generator generiert negative nummern
PostPosted: Wed Aug 09, 2006 6:27 am 
Newbie

Joined: Wed Aug 09, 2006 6:13 am
Posts: 2
hallo,

wir nutzen den hilo id generator in einer mail gateway applikation um primary key IDs zu erzeugen. seit heute morgen erzeugt das ding negative IDs, was in der applikation nicht so toll ist (file dumps fangen mit - an, referenzen werden nicht mehr richtig geparst etc.)! das feld next_hi in der hibernate_unique key tabelle steht auf 65578, ich denke mal dass er da bei 65536 irgendwas bedeutendes ueberschritten hat. wie kriege ich es hin, dass ich wieder positive ids bekomme? kann ich next_hi einfach in der datenbank auf einen kleineren wert runtersetzen? unsere ID felder sind in der db alle als number(19) deklariert, die tabellen haben meist nur max. 50.000 records - da sollten also noch genug positive zahlen "frei" sein :-)

vielen dank vorab
till

datenbank:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production

hibernate: Hibernate 3.1 beta 2
code beispiel:
Code:
    /**
     * @return Returns the id.
     * @hibernate.id generator-class="hilo"
     */
    public Long getId() {
        return id;
    }


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 18, 2006 2:26 pm 
Newbie

Joined: Mon Sep 18, 2006 2:23 pm
Posts: 1
Habt ihr den type="long" in der mapping file ?


Top
 Profile  
 
 Post subject: Re: HILO Generator generiert negative nummern
PostPosted: Thu Sep 28, 2006 9:09 am 
Newbie

Joined: Wed Aug 09, 2006 6:13 am
Posts: 2
> Habt ihr den type="long" in der mapping file ?

yo, xdoclet generiert das automatisch anhand des java typs. habe die id generator methode inzwischen von hilo auf sequence umgestellt um das problem zumindest zu umgehen.


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

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.