]
Michael Musgrove reassigned JBTM-2887:
--------------------------------------
Assignee: Michael Musgrove (was: Mark Little)
No warnings if a field marked with @State is not a supported
datatype
---------------------------------------------------------------------
Key: JBTM-2887
URL:
https://issues.jboss.org/browse/JBTM-2887
Project: JBoss Transaction Manager
Issue Type: Bug
Components: STM
Affects Versions: 5.5.24.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
If a field annotated with @State (such as a map) is not one of the supported datatypes
then any attempt to obtain an STM lock will fail with LockResult.REFUSED.
It would be useful if a warning is logged to indicate why lock acquisition is refused to
prompt the developer to override the save_state and restore_state methods.