We assume, even when a helper function is used, that the list is static.
If you want to force server-side invocation of your helper function to
refresh the list you need to include a parameter in the definition. This
signals the list is dynamic and should be refreshed using the helper
function.
S
I have an enum along the lines of
Bean.x : (new com.xyz.MyClass()).getNames()
Which works fine and getNames() is called when JBoss first starts up and the
first time that a rule using this enum is created.
But, getNames() is never called again. Either when a new rule is created or
if you do the