hi,
i have run a hibernate example that has been given in
rose india.com
programm is running perffectly with out any errors
in console its showing as
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 (?, ?, ?, ?)
but nothing inserting in database and iam using mysql database.