mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-1825: Update AWSAPI server's XML configuration
This commit is contained in:
parent
c3c7e7e570
commit
9dcaf508c9
@ -37,17 +37,19 @@
|
|||||||
<!--
|
<!--
|
||||||
@DB support
|
@DB support
|
||||||
-->
|
-->
|
||||||
<aop:config proxy-target-class="true">
|
|
||||||
<aop:aspect id="dbContextBuilder" ref="transactionContextBuilder">
|
|
||||||
<aop:pointcut id="captureAnyMethod"
|
|
||||||
expression="execution(* *(..))"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<aop:around pointcut-ref="captureAnyMethod" method="AroundAnyMethod"/>
|
|
||||||
</aop:aspect>
|
|
||||||
|
|
||||||
</aop:config>
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
@DB support
|
||||||
|
-->
|
||||||
|
<bean id="componentContext" class="com.cloud.utils.component.ComponentContext" />
|
||||||
<bean id="transactionContextBuilder" class="com.cloud.utils.db.TransactionContextBuilder" />
|
<bean id="transactionContextBuilder" class="com.cloud.utils.db.TransactionContextBuilder" />
|
||||||
|
|
||||||
|
<bean id="instantiatePostProcessor" class="com.cloud.utils.component.ComponentInstantiationPostProcessor">
|
||||||
|
<property name="Interceptors">
|
||||||
|
<list>
|
||||||
|
<ref bean="transactionContextBuilder" />
|
||||||
|
</list>
|
||||||
|
</property>
|
||||||
|
</bean>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user