[infinispan-issues] [JBoss JIRA] (ISPN-5865) Missing "key-to-string-mapper" element in the cachestore jdbc config schema file
Gustavo Fernandes (JIRA)
issues at jboss.org
Thu Oct 15 07:11:00 EDT 2015
Gustavo Fernandes created ISPN-5865:
---------------------------------------
Summary: 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list