I tried to remove completly hibernate 2 from our project,
but then recognized, that for example HibernateInterceptor depends on Hibernate 2.x. Why is this? Why don't you replace with the new one?
Printable View
I tried to remove completly hibernate 2 from our project,
but then recognized, that for example HibernateInterceptor depends on Hibernate 2.x. Why is this? Why don't you replace with the new one?
Are you using the HibernateInterceptor in the 'org.springframework.orm.hibernate3' package?
you're right, I used the old one, thanxQuote:
Originally Posted by trisberg