Hi,
i am having trouble with some log messages in our server log. These messages comes from HbmBinder.java line 300 (hibernate version 3.2.6):
Code:
log.info(
"Mapping class: " + entity.getEntityName() +
" -> " + entity.getTable().getName()
);
and Configuration.java line 305 (hibernate version 3.2.6):
Code:
log.info( "Reading mappings from file: " + xmlFile.getPath() );
The server administrator complains about these messages, i think they end up in error log for some unknown reason. I would change the debug settings in log4j.properties, unfortunately they would apply for all applications on the server, therefore I would like to change the settings in hibernate.cfg.xml, if that is possible. But so far I wasn't able to find information how to do it.