-->
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.  [ 2 posts ] 
Author Message
 Post subject: set von locales wird nicht gespeichert
PostPosted: Tue Jun 19, 2007 5:13 pm 
Beginner
Beginner

Joined: Tue May 11, 2004 8:24 am
Posts: 23
Hi,

ich habe folgendes mapping:

Code:
<set name="locales" table="locales">
    <key column="preference_id"/>
    <element column="locale" type="locale" not-null="true"/>
</set>


Die Tabelle ist richtig angelegt, es gibt keine Fehlermeldungen. Die Daten landen einfach nicht in der Datenbank (PostgreSQL).

Mit "hibernate.show_sql = true" sehe ich auch, dass beim Laden ein "select" auf die Tabelle passiert. Aber nichts beim Speichern.

Auch wenn ich

Code:
<set name="locales" table="locales" cascade="all">
...


einsetze, kein Erfolg.

Hat irgendjemand eine Ahnung was das sein könnte?

Vielen Dank,

Alex


Top
 Profile  
 
 Post subject: ohh, sorry .....
PostPosted: Tue Jun 19, 2007 5:27 pm 
Beginner
Beginner

Joined: Tue May 11, 2004 8:24 am
Posts: 23
Ich habe das Problem gefunden.

Es ist schon toll, kaum hatte ich den Post abgeschickt, fiel es mir wie Schuppen von den Augen ...

Der Zusatz "cascade=all" war in meinen Tests immer falsch gesetzt.

:-(

Sorry, für den (im Endeffekt nicht ganz) nutzlosen Post.

Alex


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.