You might have CLASSPATH problem. Be sure that your config XML files
have Hibernate Jar's. I think that you don't use
> <fileset dir="${hibernate.dir}/lib">
> <include name="**/*.jar"/>
> </fileset>
Right? It just define fileset, you should add it to LIBS/JARS.

Signature
Mladen Adamovic
home page: http://home.blic.net/adamm
> I'm having an error when I tried to use the tool hbm2java.
> I've created a target in ant and here's the result :
[quoted text clipped - 60 lines]
> Your help would be appreciate.
> M_A