Hi all,
I am trying to run the helloworld program from
Java persistance with Hibernate(
http://www.amazon.com/Java-Persistence-Hibernate-Christian-Bauer/dp/1932394885/ref=sr_1_1?ie=UTF8&s=books&qid=1282779459&sr=8-1.)
But I am getting acquisition attempt failed error. Could anyone please help me out.
My pojo is Message.java
HibernateUtil.java
HelloWorld.java
My
ant build file is
build.xml
My hibernate.cfg.xml is
My Hibernate mapping file is
Message.hbm.xml
I have all the needed jar files under
D:\JavaProjects\MyProjects\JPWH\helloworld-native\lib
My Hibernate version
hibernate-distribution-3.5.5-Final
My Hsqldb version
hsqldb-2.0.0
when i run ant
ant clean
ant compile
ant copymetafiles
ant startdb
ant dbmanager
All the above run fine. but when i run the command ant schemaexport i get the following error
Thanks for your time and patience.
With regards
Deepthi