|
From: Dmitriy K. <dko...@ru...> - 2004-02-27 19:22:34
|
Hi all, I've added BeanPostProcessor (org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager) to "register" custom AdvisorAdapters to be used within SpringAOP module. All that needs to be done is to define any non-default AdvisorAdapters and this post processor in application context. See test cases for details. Regards, Dmitriy. |