[midPoint] Use of constants in systemConfiguration object?

Frédéric Lohier frederic at lohier.org
Mon Dec 9 14:21:56 CET 2019


Hello,



I am trying to make use of the constants as described here, but the
systemConfiguration object doesn’t resolve the constant.



In midpoint.home/config.xml I have the following :



<configuration>

  <midpoint>

    <constants>

      <orgName>Example, Inc.</orgName>

    </constants>

  </midpoint>

</configuration>



And in systemConfiguration object I have the following :



<systemConfiguration>

  <deploymentInformation>

    <customerName>

      <expression>

        <const>orgName</const>

      </expression>

    </customerName>

  </deploymentInformation>

</systemConfiguration>



Is it supposed to work in the systemConfiguration object ?

My deployment is using Midpoint 4.0.1-dist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20191209/d573bd97/attachment.htm>


More information about the midPoint mailing list