piet.t wrote:
There are no sf.net.hibernate-classes inside the hibernate3-jar - only in hibernate 2 as fuzebest already stated.
So you've three options:
1.) Switch back to hibernate2 (not recommended)
2.) use the hibernate3-classes in org.hibernate.* (strongly recommended). Since the new API is slightly different from the hibernate2-API there might have to be some slight changes in the code.
3.) Use the "old" hibernate-classes form the "new" jar. They're still there, but you have to change the package-name since they're now in org.hibernate.classic.*
Thanks Piet.t,
I got the idea. Thanks again
Regards,
Gopal