You may see console errors similar to the following after starting the ATG Outreach server on WebLogic:

Unable to resolve component
/atg/campaign/tracking/DynamicCampaignStatusListenerContext

To prevent this error from happening, make sure your application server has proper MbeanPermissions for adding a notification listener. To do so, add the following line to the weblogic.policy and java.policy files on both the ATG Outreach and ATG Outreach Production/Staging modules.

//This grants permissions of all actions
//on all MBeans
grant
{
    permission javax.management.MBeanPermission "*", "*";
};
 
loading table of contents...