Bug 1051652
Summary: | [GSS] (6.2.x) JAVASERVERFACES-3080: Issue when more than one f:viewParam is included in f:metadata. | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | ivassile | |
Component: | JSF | Assignee: | Farah Juma <fjuma> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Remes <tremes> | |
Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> | |
Priority: | medium | |||
Version: | 6.2.0 | CC: | bmaxwell, cdewolf, fjuma, klape, rsmeral, smumford, vtunka | |
Target Milestone: | CR2 | |||
Target Release: | EAP 6.2.2 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Due to an upstream bug, including more than one +f:viewParam+ inside +f:metadata+ did not work in previous versions of JBoss EAP 6. An upgrade to the JSF component has resolved this issue and now more than one +f:viewParam+ can now be included in +f:metadata+.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1052265 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-02 12:49:42 UTC | Type: | Bug | |
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: | 1052265 | |||
Bug Blocks: | 1051676 |
Description
ivassile
2014-01-10 19:10:55 UTC
JAVASERVERFACES-3080 has been resolved in JSF 2.1.27. The artifacts for the JBoss version of Mojarra 2.1.27 have now been released to Nexus. The source is available here: https://github.com/jboss/jboss-jsf-api_spec/tree/2.1.27 https://github.com/jboss/mojarra/tree/2.1.27-jbossorg-1 We need to include JSF version 2.1.27 is EAP 6.2.1. Support cases: https://access.redhat.com/support/cases/00980270 https://access.redhat.com/support/cases/01000701 Verified with attached reproducer from JAVASERVERFACES-3080 in EAP 6.2.2.CP.CR2. If this bug requires a release note in the 6.2.2 document, is it possible to have relevant details added to the Doc Text field above to allow ECS to draft an entry. I've updated the Doc Text field. Reformatted release note text, Including original below for reference: Cause: Due to a Mojarra issue https://java.net/jira/browse/JAVASERVERFACES-3080 Consequence: Including more than one f:viewParam inside f:metadata does not work. Fix: JSF in EAP 6.2.2 has been upgraded from Mojarra 2.1.19 to Mojarra 2.1.27 (this version of Mojarra includes the fix for JAVASERVERFACES-3080). Result: More than one f:viewParam can now be included in f:metadata. Verified on EAP 6.3.0.ER1. Sorry, that was supposed to go to #1052265. |