-->
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: Hibernate sysouts...
PostPosted: Tue May 05, 2009 10:12 am 
Newbie

Joined: Tue May 05, 2009 10:05 am
Posts: 2
Hallo!
Das Problem scheint schon des öfteren besprochen, jedoch die Lösung bringt mich nicht weiter:
Hibernate gibt mir immer bei jedem SELECT, INSERT, UPDATE ein System.out.printline an die Console.
Im log4j file ist das ganze Hibernate package auf OFF.
Wenn ich das org.hibernate.SQL auf ALL schalte erhalte ich die SELECTS,... einmal von Hibernate und zusätzlich von log4j.
Anscheinend soll die <property name="show_sql">false</property> helfen. Bringt mir jedoch nichts. Sysouts bleiben.
Hab jetzt nahezu alle Hibernate Versionen von 3.0 - 3.26 ausprobiert (aus den maven repositories) immer das selbe.

Ich konfiguriere mein Hibernate über xml.

Ich wäre euch wirklich dankbar wenn ihr ein paar gute Ratschläge hättet. Die vielen Sysouts machen sinvolles Debugging über log4j sehr schwer :-)

lg
Lukas


Top
 Profile  
 
 Post subject: Re: Hibernate sysouts...
PostPosted: Tue May 05, 2009 10:59 am 
Newbie

Joined: Tue May 05, 2009 10:05 am
Posts: 2
Also!
Nach einigem debugging, wurde mir folgendes klar:
die Propertie: show_sql konnte ich durch das XML nicht verändern, werder durch
<property name="show_sql">false</property>
<property name="hibernate.show_sql">false</property>
<property name="hibernate.showSql">false</property>

Also durch folgendes kann es geändert werden:
Wenn ihr eure Configuration durch das XML einlest,
Configuration conf = new Configuration().configure();
dann kurz,
conf.setProperty("hibernate.show_sql", "false");
dann noch die session factory erstellen,
sessionFactory = conf.buildSessionFactory();
dann läufts.
lg
Luki


Top
 Profile  
 
 Post subject: Re: Hibernate sysouts...
PostPosted: Thu May 07, 2009 7:29 am 
Expert
Expert

Joined: Thu Jan 08, 2009 6:16 am
Posts: 661
Location: Germany
Evtl. hast du die property an der falschen Stelle gesetzt. Falls du JPA benutzt, solltest du es in der persistence.xml setzen, ansonsten in der hibernate.cfg.xml.

_________________
-----------------
Need advanced help? http://www.viada.eu


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.