Hi all,
I am new to Hibernate. And i am at my wits end as none of the programs are working out.

Could anyone please help me out with these errors.
Its a simple program from Harnessing Hibernate chapter 2. It deals with creating
java files from the hbm.xml file using hbm2java and generating schema from hbm.xml file
I am using
ant tasks for Maven and hibernate tools.
build.xml
hibernate.properties
log4j.properties
pom.xml
So according to the build file i first run
D:\JavaProjects\MyProjects\HarnessingHibernate\ch02>ant prepare
Now Under D:\JavaProjects\MyProjects\HarnessingHibernate\ch02 I have
a classes folder
Then i run D:\JavaProjects\MyProjects\HarnessingHibernate\ch02>ant codegen
My src folder now has track.java.
Then i run D:\JavaProjects\MyProjects\HarnessingHibernate\ch02>ant schema
under D:\JavaProjects\MyProjects\HarnessingHibernate\ch02 data folder is created which contains music.script music.lck and music.properties files.
All the above mentioned targets run fine without any prob
But whe i run
D:\JavaProjects\MyProjects\HarnessingHibernate\ch02>ant schema
I get the follwing error.
What does
[java] java.sql.SQLException: error in script file line: 1 Unexpected token
NAME, requires COLLATION in statement [SET DATABASE NAME] mean
main.script
music.properties
Could anyone please help me in solving this problem as this example lays a strong foundation for my future examples and under standing Hibenate.
Thanks in advance for your time and patience.
With Regard
Deepthi