-
Bug
-
Resolution: Done
-
Major
-
None
CONFIGURATION GUIDE - JBoss EAP 7.2
21.1.1. Installing a JSF Implementation
Add the JSF Injection JAR File
https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html-single/configuration_guide/index#install_jsf_implementation
2. Copy the wildfly-jsf-injection and weld-core-jsf JAR files from EAP_HOME/modules/system/layers/base/org/jboss/as/jsf-injection/main/ to the JSF_IMPL_NAME-JSF_VERSION/ subdirectory.
The above procedure does not mention that if the server is applied a cumulative patch, wildfly-jsf-injection and weld-core-jsf JAR files need to copy from EAP_HOME/system/layers/base/.overlays/layer-base-jboss-eap-7.2.z.CP/org/jboss/as/jsf-injection/main/ dir instead of EAP_HOME/modules/system/layers/base/org/jboss/as/jsf-injection/main/.
To make it clearer, I suggest that we change the sentence as below.
2. Copy the wildfly-jsf-injection and weld-core-jsf JAR files from EAP_HOME/modules/system/layers/base/org/jboss/as/jsf-injection/main/ to the JSF_IMPL_NAME-JSF_VERSION/ subdirectory. If the server is applied a cumulative patch, make sure to copy these JAR files from EAP_HOME/system/layers/base/.overlays/layer-base-jboss-eap-7.2.z.CP/org/jboss/as/jsf-injection/main/ directory.
- is related to
-
WFLY-13322 Ability to configure JSF Implementation that uses the jsf-injection module instead of copying jars
- Resolved