]
Ryan Emerson closed ISPN-5865.
------------------------------
Resolution: Out of Date
Missing "key-to-string-mapper" element in the cachestore
jdbc config schema file
--------------------------------------------------------------------------------
Key: ISPN-5865
URL:
https://issues.jboss.org/browse/ISPN-5865
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Gustavo Fernandes
Although the parser reads the attribute, the snippet below is technically invalid
according to infinispan-cachestore-jdbc-config-8.0.xsd
{code}
<string-keyed-jdbc-store xmlns="urn:infinispan:config:store:jdbc:8.0"
key-to-string-mapper="org.infinispan.lucene.LuceneKey2StringMapper"
fetch-state="false"
read-only="false"
preload="true"
purge="true">
</string-keyed-jdbc-store>
{code}