[
https://issues.jboss.org/browse/RF-12909?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-12909:
------------------------------------
The list of files currently in the richfaces5 repository:
{code}
framework/src/main/resources/META-INF/dataTable.faces-config.xml
framework/src/main/resources/META-INF/select.faces-config.xml
framework/src/main/resources/META-INF/fileupload.faces-config.xml
framework/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml
framework/src/main/resources/META-INF/core.faces-config.xml
framework/src/main/config/validator.faces-config.xml
framework/src/main/config/toggle.faces-config.xml
framework/src/main/config/ajax.faces-config.xml
framework/src/main/config/iteration.faces-config.xml
framework/src/main/config/misc.faces-config.xml
{code}
If I understand [~lfryc]'s description correctly, it is only the first 5 faces-config
files above that are not processed by the CDK. These faces-config files are all clearly
named, and if they pose no functional problem, I do not see an advantage of introducing a
layer of indirection by assembling them into a single file.
Aggregate all *.faces-config.xml in richfaces.jar:/META-INF to one
faces-config.xml
-----------------------------------------------------------------------------------
Key: RF-12909
URL:
https://issues.jboss.org/browse/RF-12909
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: build/distribution
Affects Versions: 5.0.0.Alpha1
Reporter: Lukáš Fryč
Fix For: 5.0.0.Alpha2
Original Estimate: 4 hours
Remaining Estimate: 4 hours
These config files are not in src/main/config and thus they are not processed by CDK -
they are included in the META-INF and thus they are processed by JSF in runtime.
It makes the META-INF unpolished.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira