In my Java Project, hibernate.cfg.xml is sitting in the source folder-- \src. So, to be precise, it is a file in the source folder, sitting right next to the source codes.
However, Eclipse can't see it. Please see for Hibernate -- object creation error for the background of this Q.
My jar files are/should be in right places. And the header of hibernate.cfg.xml is the exact copy of one of the config files out of the installation package.
I am seeing the same error log with and without hibernate.cfg.xml in the project-- that's how I know it's not being processed on.
Where should hibernate.cfg.xml be ???