]
Paul Ferraro updated WFLY-7757:
-------------------------------
Affects Version/s: 10.1.0.Final
Infinispan JDBC cache stores missing read/write attribute operations
for legacy attributes
------------------------------------------------------------------------------------------
Key: WFLY-7757
URL:
https://issues.jboss.org/browse/WFLY-7757
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 11.0.0.Alpha1
In WF9, the following commands were valid:
/subsystem=infinispan/cache-container=foo/local-cache=bar/store=string-jdbc:read-attribute(name=datasource)
/subsystem=infinispan/cache-container=foo/local-cache=bar/store=string-jdbc:write-attribute(name=datasource,
value=java:jboss/datasources/ExampleDS)
In WF10, these commands result in "Unknown attribute" errors. Even though the
"datasource" attribute was deprecated in WF11, these operations should still
work, and should return a value translated from the "data-source" attribute.