[
https://jira.jboss.org/jira/browse/JBPM-2514?page=com.atlassian.jira.plug...
]
Joram Barrez updated JBPM-2514:
-------------------------------
Fix Version/s: jBPM 4.3
Priority: Minor (was: Major)
Ah now I understand! Thanks for the excellent unit test!
The problem is that the textValue field in Variable is set by calling the setObject()
method from the setValue() method in Variable.
However, when reloading a variable from the DB, the value is injected through
field-injection instead of calling the setValue() method on the Variable type.
Planned for jBPM 4.3.
Variable textValue will not be set by reload from db
----------------------------------------------------
Key: JBPM-2514
URL:
https://jira.jboss.org/jira/browse/JBPM-2514
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.0
Reporter: Hauke Rabe
Priority: Minor
Fix For: jBPM 4.3
Attachments: JUnit Test-Method.txt
Cause the variable hbm mapping use field access, the setObject method is not passed to
set the textValue variable.
--
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