-
General J2EE (1 messages)
- Posted by: satish kumar
- Posted on: February 20 2008 06:25 EST
Hi, I downloaded and started practising hibernate 3.2. In the extracted folder hibernate tutorial is there. I am following that. At the mid I am getting the IntialSessionFactory creation failed; no getter method available in events.Event class. I searched in the tutorial. Everything is working fine. Getter and Setter methods are present in Event class. I want to resolve this error. I searched in forums. But I am not able to find a good answer. Any Help is Appreciated. Thanks in advance.Threaded Messages (1)
- resolved by satish kumar on February 25 2008 00:50 EST
-
resolved[ Go to top ]
- Posted by: satish kumar
- Posted on: February 25 2008 00:50 EST
- in response to satish kumar
first we has to start the hsql database with command java ../lib/hsqldb.jar org.hsqldb.Server and then execute the program in the tutorial with command ant run -Daction=store the program is running perfectly. Thanks Bye