[jboss-jira] [JBoss JIRA] (WFLY-10628) Define name in wildfly-jsf-injection's faces-config.xml

Brian Stansberry (Jira) issues at jboss.org
Thu Jan 24 21:36:00 EST 2019


     [ https://issues.jboss.org/browse/WFLY-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFLY-10628:
------------------------------------
    Component/s: JSF


> Define name in wildfly-jsf-injection's faces-config.xml
> -------------------------------------------------------
>
>                 Key: WFLY-10628
>                 URL: https://issues.jboss.org/browse/WFLY-10628
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: JSF
>    Affects Versions: 10.1.0.Final
>            Reporter: Vsevolod Golovanov
>            Assignee: Jason Greene
>            Priority: Major
>
> A name allows configuring specific load order in application's faces-config.xml. Does it matter for such a small and seemingly order agnostic lib as wildlfy-jsf-injection? It would've simplified working around WELD-2512... And it's a trivial change. Something like:
> {code}
> <?xml version="1.0" encoding="utf-8"?>
> <faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> 	xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
> 	version="2.2">
> 	<name>wildfly_jsf_injection</name>
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list