I haven't tried using @Service or @Repository with AppFuse, so I might not be much help. I think I've seen the error you're seeing before - but only with JPA. Are you using JPA or Hibernate? If you're using JPA, make sure there's a @Transactional annotation on loadUserByUsername in your UserDao.
Matt On 1/15/08, chris9955 <[EMAIL PROTECTED]> wrote: > > > I am using openSessionInViewFilter. > > -- > View this message in context: > http://www.nabble.com/Problems-with-transactions-when-upgrading-to-spring-2.5-tp14822520s2369p14841695.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
