]
James Perkins updated WFCORE-3501:
----------------------------------
Fix Version/s: 4.0.0.Alpha6
Allow System properties to be set at parse time before extensions are
loaded in standalone mode
-----------------------------------------------------------------------------------------------
Key: WFCORE-3501
URL:
https://issues.jboss.org/browse/WFCORE-3501
Project: WildFly Core
Issue Type: Task
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Fix For: 4.0.0.Alpha6
Subject says it all, except that if the property value includes an expression and the
expression cannot be resolved at parse time, the property will not be set at parse time
and the logic already in place will deal with it. There should be no reason for anyone to
use an expression, certainly not an unresolvable one, in a property that needs to be set
before extensions are loaded.