To Whom It May Concern:
I am using hibernate3.jar, Tomcat 5.5, Microsoft SQL 2000. I got the error
taskdef class org.hibernate.tool.hbm2ddl.SchemaExportAsk cannot be found.
I was trying to convert hibernate 2 java code to hibernate 3.
Here is my hibernate.properties file:
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.connection.driver_class=net.sourceforge.jtds.jdbc.Driver
hibernate.connection.url=jdbc:jtds:sqlserver://al:1433/Albert
hibernate.connection.username=sa
hibernate.connection.password=mychau1
Can anybody please give me a hint what the equivalent for hibernate 3 code is for :net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
Can anybody give me the url to find all of the hibernate 3 equivalent classes for hibernate 2.
Thank You.
Yours,
Desperate.
[code][/code]
|