]
Tom Jenkinson commented on JBTM-2592:
-------------------------------------
Hi Mark, it was added here:
Incorrect warning messaging in ShadowingStore
---------------------------------------------
Key: JBTM-2592
URL:
https://issues.jboss.org/browse/JBTM-2592
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Transaction Core
Affects Versions: 5.2.11.Final
Reporter: Mark Little
Assignee: Mark Little
Priority: Minor
warn_objectstore_ShadowingStore_6 currently says ...
"ShadowingStore::read_state() - no type name given for object state"
... when in fact the else clause is triggered when the state isn't committed or
uncommitted (typically when it's unknown and the state doesn't exist).
I'm not sure when this warning message was added because it wasn't there in
JBossTS 4.8 or 4.15.3.
I'm going to fix this issue (the text). I'll create a separate issue because I
think this should be info not warning.