1 Reply Latest reply on Jan 17, 2008 9:09 AM by pmuir

    logging "org.hibernate.type"

      Hi,

      Thanks in advance for the more than adequate responses I've received in the past. I wish IBM would only answer to the questions I post, and my employer is paying big time for it.
      Anyway currently I'm trying to debug my own application and I'm looking at the variables passed into queries. I used to be able to view the org.hybernate.type.[types] via

      <category name="org.hibernate.type">
       <priority value="DEBUG"/>
       </category>

      the queries itself are viewable by show-sql = true. The binding and returning variables would appear below, alas I cant display them anymore.
      I checked the jboss-log4j.xml, checked for Threshold settings etc. I do see the org.hibernate.pretty.Printer output reacting to changes to log4j settings but not the org.hibernate.type.[types].
      I also decompiled the org.hibernate.type.StringType /Applications/jboss-4.2.2.GA/server/default/lib/Hibernate3.jar, but I dont see the logging statements in there.
      Is there a fix?

      regards,
      Jeroen.
      ENV:
      13:47:21,453 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
      13:47:21,732 INFO [ServerInfo] Java version: 1.5.0_07,Apple Computer, Inc.