Every time this section of code is called, the following warning is displayed:
09:02:34,655 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used via the bean container
Upon inspecting EJBTHREE-1246, it appears this warning can be ignored by bean developers. If that is the case, is it necessary to fill up the console and log with benign warnings? There can be lots of these if the application is large.