Thank you, this worked! What a relief. I thought I was going to go crazy with this considering the start up servlet worked correctly. I guess I won't have to throw my computer out the window after all.
mraible wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Problems-with-transactions-when-upgrading-to-spring-2.5-tp14822520s2369p14886363.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]
