Hi Rob,
Because I'm porting exist codes from an EJB app to Spring, I don't have the luxury to use JdbcTemplate. I've tried modifying my original datasource & transaction manger configuration as...
Type: Posts; User: quoct; Keyword(s):
Hi Rob,
Because I'm porting exist codes from an EJB app to Spring, I don't have the luxury to use JdbcTemplate. I've tried modifying my original datasource & transaction manger configuration as...
Hi Rob,
Here is my serviceImple code sample that I used in my testing.
thanks,
Quoc
public class BoxHandlingServiceImpl implements BoxHandlingService
Hi rod,
Thank you for your quick response. To be honest, this is my very first Spring application. It's still not quite clear to me how the datasource can be switched dynamically in the solution...
Hi,
I'm trying to configure a service using autoproxy, and I'm having problem getting the transaction to work. In the following configuration, my application is not enlisting in a transaction, so...
Hi,
I have an application that needs to support two databases with identical schema (not data), but at any one time only connection is used. Because the business logic is the same, I don't really...
woohoo! it works! thank you very much!
Hi all,
I'd like to know if there is a way to split up the applicationcontext.xml into multiple files. Basically, I'd like to move the datasource configuration into another file so that the same...