Lets say I have a property defined in my switchyard.xml
If I have a JPA native query, also in my switchyard.xml that includes
(select sysdate + interval '720' minute from dual)
I would like to use the property in the native query such as
(select sysdate + interval '{horizonWindowMinutes}' minute from dual)
Is there a way using switchyard that I can achieve this property substitution?