Bug 792946 (JBEPP-24)

Summary: Turn off portlet discovery management
Product: [JBoss] JBoss Enterprise Portal Platform 4 Reporter: Prabhat Jha <prabhat.jha>
Component: PortalAssignee: Prabhat Jha <prabhat.jha>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3.0.GA   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-24
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-19 20:55:41 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Prabhat Jha 2008-11-19 20:59:09 UTC
project_key: JBEPP

In jboss-service.xml under core-management, there is a mbean definition

<mbean
     code="org.jboss.varia.scheduler.Scheduler"
     name="portal:service=Management,type=Scheduler">
     <attribute
        name="SchedulableMBean">portal:service=Management,type=PortletDiscoveryManagement,name=Default</attribute>
     <attribute name="SchedulableMBeanMethod">processPortletDiscovery()</attribute>
     <attribute name="InitialStartDate">NOW</attribute>
     <attribute name="SchedulePeriod">30000</attribute>
     <attribute name="InitialRepetitions">-1</attribute>
     <attribute name="StartAtStartup">true</attribute>
  </mbean> 

This needs to be turned off.  As per http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/Scheduling_Tasks-org.jboss.varia.scheduler.Scheduler_.html, simply setting the flag to false for "StartAtStartup" should do the job.

Comment 1 Prabhat Jha 2010-01-19 20:55:41 UTC
No need at this stage of product life.

Comment 2 Jared MORGAN 2011-11-18 02:48:19 UTC
Release Notes Docs Status: Added: Not Required