error. Where Should I copy hibernate.cfg.xml,
October 29, 2007 at 1:20 PM
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. /hibernate.cfg.xml not found org.hibernate.HibernateException: /hibernate.cfg.xml not found at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:147) at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:1287) at org.hibernate.cfg.Configuration.configure(Configuration.java:1309) at org.hibernate.cfg.Configuration.configure(Configuration.java:1296) at roseindia.tutorial.hibernate.FirstExample.main(FirstExample.java:19) Exception in thread "main" java.lang.NullPointerException at roseindia.tutorial.hibernate.FirstExample.main(FirstExample.java:35)
View All Comments
| View Tutorial