-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: net.sf.hibernate.tool.hbm2ddl.SchemaExportTask
PostPosted: Wed Mar 01, 2006 3:01 pm 
Beginner
Beginner

Joined: Mon Feb 27, 2006 11:16 am
Posts: 25
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]


Top
 Profile  
 
 Post subject: h3 package
PostPosted: Wed Mar 01, 2006 7:41 pm 
Expert
Expert

Joined: Fri Jul 22, 2005 2:42 pm
Posts: 670
Location: Seattle, WA
H3 is in new package now hence
org.hibernate.tool.hbm2ddl.SchemaExportTask

_________________
--------------
Konstantin

SourceLabs - dependable OpenSource systems


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.