Does this issue have any progress ?
I tried latest 2.0.3 but still no luck...
Type: Posts; User: ingramchen; Keyword(s):
Does this issue have any progress ?
I tried latest 2.0.3 but still no luck...
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!
I asked on AspectJ mailing list, too. But got the same answer as you said...
anyway, thanks reply.
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...
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...
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,...