> And yet it appears with a question mark on the log:
> 2012-06-10 12:20:53,757 DEBUG [org.springframework.jdbc.core.JdbcTemplate] -
> Executing prepared SQL statement [Select count('x') from users Where name =
> ? And password = ?]
>

So no change from last time.  You will continue to see those
statements with "?" for query parameters, but I had expected to see
additional lines with the values for each parameter.  Maybe the
categories have changed.

> Should I add something else to the log4j? any other ideas?

Remove the above and add the following:

<logger name="log4j.logger.org.hibernate.type">
  <level value="TRACE" />
</logger>

If that works, post the relevant excerpts from the logs so I can see
the computed hash.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to