Bug 535666 (RHQ-2338)

Summary: "WARN [DefaultActionRendererBase] Must set an id for the default action source" written repeatedly to server log by Seam
Product: [Other] RHQ Project Reporter: Ian Springer <ian.springer>
Component: Core UIAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 1.2CC: ccrouch, cwelton, thomas.soring
Target Milestone: ---Keywords: SubBug
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-2338
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-22 18:08:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 565628    

Description Ian Springer 2009-08-11 21:35:00 UTC
This is due to an id attribute not being included on the parent component of an s:defaultAction tag (see http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4125851 ). We'll need to check and potentially fix this in 44 places in portal-war (search for "<s:defaultAction").


Comment 1 Red Hat Bugzilla 2009-11-10 21:02:29 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2338


Comment 2 thomas.soring 2009-11-23 09:36:40 UTC
Hello there,

do you now, how i can fix this problem for me? When this will be fixed in the official version?

Comment 3 Ian Springer 2009-11-25 19:34:12 UTC
There's no ETA. It's fairly low priority, since its only symptom is warning messages in the log. 

The workaround would be to turn down the log level to ERROR for the class that emits the warnings, i.e. add the following to <rhq-server-home>/jbossas/server/default/conf/jboss-log4j.xml:

  <category name="org.jboss.seam.ui.renderkit.DefaultActionRendererBase">
     <priority value="ERROR"/>
  </category>

Comment 4 wes hayutin 2010-02-16 16:53:34 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs.

keyword:
new = Tracking + FutureFeature + SubBug

Comment 5 wes hayutin 2010-02-16 16:58:51 UTC
making sure we're not missing any bugs in rhq_triage

Comment 6 Corey Welton 2010-11-22 18:08:51 UTC
closing per gwt effort