TomEE and OpenEJB add by default an interceptor on each EJB to report basic metrics through JMX.
If you don’t want it you can disable it easily.
You basically just need to add the system property (in conf/system.properties to keep it persistent):
openejb.stats.interceptor.disable = true