| Joined: Wed Jul 07, 2004 5:35 am
 Posts: 7
 Location: L
 | 
				
					| hey there,
 i have a problem with my log4j.properties file. By executing my programm i get the following error messages:
 
 --------------------------------------------------------------
 
 log4j:WARN No appenders could be found for logger (net.sf.hibernate.cfg.Environment).
 log4j:WARN Please initialize the log4j system properly.
 
 --------------------------------------------------------------
 
 The file lies below my class.root. If i put it into the class.root i works fine. Must that file be in the class.root? Or how can i tell hibernate to find it where else as in the class.root? Maybe over the Configuration.addProperties() method?
 
 Thankx in advance
 
 Angry Angel
 
 
 |  |