Bug 792946 (JBEPP-24) - Turn off portlet discovery management
Summary: Turn off portlet discovery management
Keywords:
Status: CLOSED WONTFIX
Alias: JBEPP-24
Product: JBoss Enterprise Portal Platform 4
Classification: JBoss
Component: Portal
Version: 4.3.0.GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Prabhat Jha
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-19 20:59 UTC by Prabhat Jha
Modified: 2011-11-18 02:48 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-19 20:55:41 UTC
Type: Task


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEPP-24 0 None None None Never

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



Note You need to log in before you can comment on or make changes to this bug.