Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    468

    Spring AOP Reentrancy

    Hi all,

    My application uses Spring AOP heavily, and for certain idempotent advices, I would like to enable reentrancy prevention to them.

    I know that since AspectJ 1.6.7, this is already...
  2. Thanks a lot Martin. I realized that the reason...

    Thanks a lot Martin. I realized that the reason why I said "it wasn't working and I had to change the expression to be matching with DAO", because my integration tests are testing against DAOs...
  3. Thanks! I managed to get it working it seems, by:...

    Thanks! I managed to get it working it seems, by:

    1. Getting rid of the ProxyFactoryBean which was introduced during the stage I HAD HibernateInterceptor.
    2. Changing the point cut expression to...
  4. Thanks for the quick reply Marten! Just a few...

    Thanks for the quick reply Marten! Just a few minutes back I replaced <aop:/> and <tx:/> with the "traditional" TransactionProxyFactoryBean and I managed to see thread-bound session behaviour. So I...
  5. Couldn't configure thread-bound session management (HibernateTransactionManager)

    Hi guys,

    I have read the TX document <2.5.x/reference/transaction.html> and some blogs for guidelines. But I still couldn't get what I wish to achieve: session-per-conversation (thread-bound and...
  6. Does anyone have anything to share on this? Or a...

    Does anyone have anything to share on this? Or a link of a decent document?

    Cheers.
  7. JMS and Transaction Management not working as expected

    Hi all,

    I am kind of new to JMS and I am trying to set up transaction management after reading a few articles from OnJava and JavaWorld. Pardon me if I'm having some terribly wrong concept about...
Results 1 to 7 of 7