Goga, Murtaza napisał(a):
If you are using Spring, you might want to check if you are supplying a valid 'dataSource' property to the SqlMapClientFactoryBean. I had seen similar behavior, and it turned out that the TransactionManager was not created for the SqlMapExecutorDelegate. The second query attempts to use a null txManager and it cascades down to the error you are seeing.
Yeah! That's it. I didn't pass the dataSource to the SqlMapClientFactoryBean. Instead I've passed it to the DAO class - witch is also possible and works fine in _some_ situations.
Thanks for your help!! Greetings, -me. -- --==--==---------------------- Witold Bołt :: [EMAIL PROTECTED] gsm#660316053 :: www.houp.info
