Search:

Type: Posts; User: quoct; Keyword(s):

Search: Search took 0.03 seconds.

  1. Hi Rob, Because I'm porting exist codes from...

    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...
  2. Hi Rob, Here is my serviceImple code sample...

    Hi Rob,

    Here is my serviceImple code sample that I used in my testing.

    thanks,
    Quoc



    public class BoxHandlingServiceImpl implements BoxHandlingService
  3. Hi rod, Thank you for your quick response. To...

    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...
  4. Problem with transaction autoproxy - help please!

    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...
  5. Need help with multiple datasource transaction configuration

    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...
  6. Replies
    2
    Views
    2,380

    woohoo! it works! thank you very much!

    woohoo! it works! thank you very much!
  7. Replies
    2
    Views
    2,380

    multiple config files for applicationcontext

    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...
Results 1 to 7 of 7