Hi all, i am getting the
NullPointerException in my application. Please Help me to solve this.
Here is the hibernate.cfg.xml
---------------------------------------------------------------
Here is the contact.hbm.xml
--------------------------------------------------------------------
Here is the
java file inserting the record to the databse
----------------------------------------------------------------------
And i am getting the following error at the line "
session.flush();" Exception in
thread "main" java.lang.NullPointerException
at com.tcs.lamda.POC.hibernate.FirstExample.main(FirstExample.java:33)
Please help me to solve this issue. Please ask if you need any further information.