Hi,
I'm using jboss aop for monitoring purposes.
I have an aop included in my ear :
EAR
aop
jar
jar
war
In my aop i have an xml defining my aspect and its bindings.
It works well but now i want to enable/disable all the bindings at runtime.
I've tried to call undeploy on the aspectdefinition retrieved from aspectmanager but it doesn't seem to remove all the bindings.
Can someone point me into the right direction for this ?
Thanks,
Maximilien