Bug 803747

Summary: Struts 2 Showcase application's JSF integration does not work on EAP6
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Karel Piwko <kpiwko>
Component: StrutsAssignee: Rodney Russ <rruss>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Emil Cervenan <ecervena>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0.0.GACC: maschmid, myarboro, okiss, oskutka, ppenicka
Target Milestone: ---   
Target Release: 2.4.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBWFK-90
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The JSF integration in the Struts 2 Showcase application is not functional with JBoss Enterprise Application Platform 6. To work around this issue, override the default JSF implementation by adding the following configuration into the web.xml file of the application: <context-param> <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name> <param-value>true</param-value> </context-param>
Story Points: ---
Clone Of: JBWFK-90
: 803749 (view as bug list) Environment:
EAP 6.0.0.Beta1 Struts 2.3.1.2
Last Closed: 2013-07-18 14:39:44 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:
Bug Depends On: 724720    
Bug Blocks: 803749    

Comment 1 Karel Piwko 2012-03-15 15:08:10 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Users wishing to use Struts 2 Showcase on EAP6 have to override default JSF implementation on EAP6.

This can be done by adding following configuration fragment into web.xml configuration file of Struts 2 Showcase example:

<context-param>
   <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
   <param-value>true</param-value>
</context-param>

Comment 2 Karel Piwko 2012-06-04 10:10:03 UTC
This is a RN issue only, moved to VERIFIED.

Comment 3 Karel Piwko 2012-06-22 07:43:41 UTC
This have to stay open, moving to ASSIGNED.

Comment 6 Oliver Kišš 2013-02-28 11:43:35 UTC
JSF integration works in Struts 2.3.8 Showcase application

Comment 7 Oliver Kišš 2013-03-01 18:25:51 UTC
I'm sorry, I misunderstood the bug.

In Struts 2.3.8, MyFaces jars still need to be included in the application and enabled in web.xml for JSF to work properly.

Comment 9 Petr Penicka 2013-03-20 15:59:00 UTC
Keeping as a known issue in RN, will properly document in the next release.

Comment 11 Emil Cervenan 2013-04-12 10:48:23 UTC
Release note verified.

Comment 13 Marek Schmidt 2013-07-18 14:39:44 UTC
Migrated to JIRA as https://issues.jboss.org/browse/WFK2-64