Do not use the WebLogic domain for JMX object names

A JMX object name consists of two parts, the domain and key properties. When using WebLogic Server MBeans, the domain is com.bea. WebSphere Application Server provided MBeans use the WebSphere domain. This rule flags any string that starts with com.bea. Evaluate the use of the string to determine if it is used for the domain of a WebLogic JMX MBean. If so, modify the code to use an MBean in the WebSphere domain.

If your application is using system MBeans, change the application to use a WebSphere Application Server MBean that provides similar function and use the WebSphere domain.

For more information see,