There is an inconsistency with expressions and where they can be used
exactly. The bindable property placeholder support came in 1.5 (which
it is *not* expressions) and when used in
listener/property/filter/plugin parameters it does *not* use the
"properties." name space (anyways, event. cannot be used during
configuration time). Try just using ${nameOfProperty} here Brian.
Anyways, could you please file a ticket regarding this exception
(meaning that you cannot use namespacing)? There is an issue of
backward compatibility here that needs to be addressed, but in general
we should support "properties."
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/newticket
The issue is the EE and bindable property placeholder support is
actually two different subsystems that both use ${} as keyword while EE
uses namespaces and bindable property placeholders does not. Just need
to figure out how to merge them without breaking BC.
Best,
.Peter
Brian Klaas said the following on 05/27/2009 03:36 PM: