Question

I know Spring must implement a "advice" dedicated to transaction, so where is the code that implements the tx:advice tag?

I will also appreciate for the <aop:advisor> tag's implementation, if you could point out the location in spring jar.

Was it helpful?

Solution

Spring uses BeanDefinitionParser implementations to parse the XML in XML context files. In this particular case, it uses org.springframework.transaction.config.TxAdviceBeanDefinitionParser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top