not getting the data inserted into the database.,
December 31, 2007 at 7:21 PM
i'm not getting any error. still the value is not getting inserted inside database. The netbeans log is attached. init: deps-jar: compile-single: run-single: log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. Inserting Record Done Hibernate: insert into CONTACT (FIRSTNAME, LASTNAME, EMAIL, ID) values (?, ?, ?, ?) BUILD SUCCESSFUL (total time: 1 second)
plz explain where to configure the log4j. and who creates the stated query. and how can i get the reference of values that is passed inside the query.