Search:

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

Search: Search took 0.02 seconds.

  1. Does this issue have any progress ? I tried...

    Does this issue have any progress ?
    I tried latest 2.0.3 but still no luck...
  2. Wow! That's exactly what I want. I integrate...

    Wow! That's exactly what I want. I integrate above codes into AbstractDependencyInjectionSpringContextTests subclass and it does detect duplication of id.

    Thank you very much!
  3. I asked on AspectJ mailing list, too. But got the...

    I asked on AspectJ mailing list, too. But got the same answer as you said...

    anyway, thanks reply.
  4. How to turn off bean replacement for same id ?

    Hi all,

    By default Spring allow the same bean id in different xml files, and later bean always silently replace previous definition. In our development environment, this causes more trouble...
  5. How do I write pointcut for arbitary argument location ?

    Hi all,
    AspectJ support wild card in args such as:



    args(foo, ..) // first argument match foo, the rest is any
    or
    args(.., foo) // last argument match foo, the rest is any

    but I...
  6. Configure JTA (JOTM) to share hibernate and jdbc connection?

    Dear all,

    Is it possible use JTA(JOTM) to let HibernateTemplate and JdbcTemplate share the same database connection ? I have tried to configure JtaTransactionManager with HibernateIntercetor,...
Results 1 to 6 of 6