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

Vsevolod Golovanov (JIRA) issues at jboss.org
Fri Jun 22 19:04:00 EDT 2018


Vsevolod Golovanov created WFLY-10628:
-----------------------------------------

             Summary: 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
    Affects Versions: 10.1.0.Final
            Reporter: Vsevolod Golovanov
            Assignee: Jason Greene


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.5.0#75005)


More information about the jboss-jira mailing list