I got the following exception:

MetadataNamingStrategy does not support JDK dynamic proxies - export the target beans directly or use CGLIB proxies instead

This occurs because I use dynamic proxies in some places but I am not intended to export it to JMX. Does it mean if I have dynamic proxy at all, I should use MetadataNaming? This error should be warning instead of exception. What do you think?

Thanks!