• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Trouble with Spring 2.0 @Transactional and Hiberante

 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to Spring, but i've read a lot of documentation, but still can't figure this one out. need help from anyone with experience with @Transactional using <tx:annotation-driven>

I have this:




"sessionFactory" is correctly defined.
Then my service class (Which uses Hibernate 3.1) has this:





then this is from the stack trace:





Any ideas? is this a problem with hibernate?
 
reply
    Bookmark Topic Watch Topic
  • New Topic