Into the class: com.trg.search.hibernate.HibernateSearchProcessor
into function public "List search(Session session, Class<?> searchClass,
ISearch search)" line 96
has a lost System.out.println.
It should be changed to:
if (logger.isDebugEnabled())
{
logger.debug(hql)
}
Or something like that.
Original issue reported on code.google.com by terciofi...@gmail.com on 19 Jun 2009 at 6:50
Original issue reported on code.google.com by
terciofi...@gmail.com
on 19 Jun 2009 at 6:50