Joined: Wed Aug 24, 2005 12:07 pm Posts: 17
|
Hi all,
I am using hibernate v2.1.6 with exo-tomcat portal.I have configured everything necessary for hibernate environment.
Here is the code snippet:::
Configuration config = new Configuration();
config.configure();
SessionFactory sessionFactory =config.buildSessionFactory();
The error occurs on the last line i.e
SessionFactory sessionFactory =config.buildSessionFactory();
On the console of exo-tomcat it gives me error:
ERROR error:27 - Invocation Target Exception :-java.lang.reflect.InvocationTargetException
I m not getting any idea about this error.All suggestions are welcome.
Thanks in advance
Chirag.
|
|