[
https://jira.jboss.org/jira/browse/JBPM-1752?page=com.atlassian.jira.plug...
]
Ronald van Kuijk commented on JBPM-1752:
----------------------------------------
Tom Baeyens:
Let's fix this in jPDL 4.0
Thomas Diesler:
A deferred issue cannot have a fix version
Then why not leave it just open and put a fix version of 4.0 on it? That way it does not
get lost. Isn't that what versions are for? Now this issue is not visible anywhere
anymore
Expression Evaluation in ActionHandler Properties
-------------------------------------------------
Key: JBPM-1752
URL:
https://jira.jboss.org/jira/browse/JBPM-1752
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
The parameters for an ActionHandler should be able to use expressions in it, so you could
write
<action class="...">
<x>#{someObject.x}</x>
</action>
This could be done in the FieldInstatiator class (around line 67 we have
"setPropertyValue(Class clazz, Object newInstance, String propertyName, Element
propertyElement)"), but the execution context is not available there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira