Yes, that was the problem. I was using a BeanFactory instead of an ApplicationContext. Everything works great now. Thanks a lot and I apologize for not noticing that this had been addressed on a...
Type: Posts; User: devilfalcon; Keyword(s):
Yes, that was the problem. I was using a BeanFactory instead of an ApplicationContext. Everything works great now. Thanks a lot and I apologize for not noticing that this had been addressed on a...
I'm trying to set up an application with declarative transactions using Spring 2 and IBatis and am having no luck. I'd appreciate it if one of the Spring gurus on this board can spot how I screwed...