Skip to main content
Participant
April 24, 2007
Question

Hibernate

  • April 24, 2007
  • 4 replies
  • 428 views
Has anyone tried using Hibernate with Coldfusion MX and Jrun ? Having a problem with logging the SQL queries generated by Hibernate. The SQL statements are logged but not the values passed into them just get ? question marks instead of the values. seems to be compatability issues between the two from a logging perspective. Does anyone have a solution?

This topic has been closed for replies.

4 replies

Inspiring
April 24, 2007
Hi,

Which method are you using for querying either the createQuery() (or) the getNamedQuery() ?
Participant
April 24, 2007
The HQL is not throwing any errors that all works perfectly. It is just the output to the logfile it is not displaying the parameters that have been used in the SQL queries against the database just displays a ? instead of the value
Inspiring
April 24, 2007
Meanwhile,

Can you post your HQL (that throws error) to this thread?
Inspiring
April 24, 2007
Heard about Matt Woodward's "CFHibernate"... If you haven't you can have the info at,

http://www.mattwoodward.com/blog/index.cfm?mode=entry&entry=D9114EFD-5070-3118-2D4037BE6E5A4C0E