]
James Perkins updated WFLY-10208:
---------------------------------
Fix Version/s: 14.0.0.Final
[Artemis 2.x upgrade] Bad constant used in
PropertySQLProviderFactory
---------------------------------------------------------------------
Key: WFLY-10208
URL:
https://issues.jboss.org/browse/WFLY-10208
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Erich Duda
Assignee: Jeff Mesnil
Priority: Blocker
Labels: feature-branch-blocker
Fix For: 14.0.0.Final
There is bad constant used on line \[1\]. The SQL should release backup lock so
BACKUP_LOCK_ROW_ID should be used instead of LIVE_LOCK_ROW_ID.
\[1\]
https://github.com/jmesnil/wildfly/blob/be3af696141c9a6755583a5d1ab82f851...