[Hibernate] Questions

2004-01-05 Thread Qin Ding
I have a very large set of xml schema (w3c complied). I wonder if I can use the schema to generate ddl, java, and mapping file? If I can generate DDL based on the schema and build a database using the DDL, I can generate java and hibernate mapping file based on the database schema using Ant. Is

[Hibernate] Questions

2004-01-07 Thread Qin Ding
The company has built a very large set of xml schema (w3c complied). I wonder if I can use the schema to generate a java, mapping file, ddl for a RDBMS. If I can generate DDL based on the schema and build a database using the DDL, I can generate java and hibernate mapping file based on the databa

[Hibernate] Help, Please!

2004-01-08 Thread Qin Ding
I am learning the hibernate. I got the follwoing error and I don't know how to fix it. Can someone help me? Thanks. 1. middlegen-hibernate examples finally run successfully. I got three java and three hbm files (ie Person, Flight, and Reservation). 2. I put the hibernate.properties file in the