I have exeption nullpoint in line
SessionFactory,
March 14, 2007 at 4:35 PM
I have exeption nullpoint in line SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory(); I brocked line to 2 lines Configuration conf = new Configuration(); SessionFactory sessionFactory = conf.configure().buildSessionFactory(); end exeption cam in 1 line pls help me Thanks.
View All Comments
| View Tutorial