posted 10 years ago
Hi,
I am trying to use togglez library for future toggle with Spring 2.0.
but the issue is that in one of the class of togglez library which usses method from Spring 2.5 to get applicationContext object.
Code from togglez library
so to load applicationContext for Spring 2.0 I have overridden method find as below.
but the issue is that togglez library is still calling it's own version of find method.
Can anybody help me solve this issue.