monitoring was enabled so monitoring peers should exist
Can't just call isStatisticProvider(), since it will be false
if the monitoring peer is null (correctly or incorrectly).
*/
final String monitoringPeerJ2EEType = getMonitoringPeerJ2EEType( j2eeType );
final Monitoring monitoringPeer = item.getMonitoringPeer();
if ( monitoringPeerJ2EEType != null )
{
// See if there actually is a monitoring peer, but null is being returned.
if ( monitoringPeer == null )
{