• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Hibernate with HSQLdb - SQLException requires collation in statement

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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






 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic