Bug 535666 (RHQ-2338) - "WARN [DefaultActionRendererBase] Must set an id for the default action source" written repeatedly to server log by Seam
Summary: "WARN [DefaultActionRendererBase] Must set an id for the default action sour...
Keywords:
Status: CLOSED WONTFIX
Alias: RHQ-2338
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 1.2
Hardware: All
OS: All
low
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact:
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks: rhq_triage
TreeView+ depends on / blocked
 
Reported: 2009-08-11 21:35 UTC by Ian Springer
Modified: 2013-08-06 00:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-22 18:08:51 UTC
Embargoed:


Attachments (Terms of Use)

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


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