-
Bug
-
Resolution: Done
-
Minor
-
14.0.2.Final
-
None
-
None
When creating a cache as follows:
{
"distributed-cache": {
"mode": "SYNC",
"encoding": {
"key":
,
"value":
},
"persistence": {
"table-jdbc-store": {
"shared": true,
"segmented": false,
"dialect": "POSTGRES",
"table-name": "model",
"connection-pool":
}
}
}
}
With the table:
create table model (
id integer primary key,
name char(20),
model char(20),
soc char(20),
memory_mb integer,
ethernet boolean,
release_year integer
);
The cache creation fails with the error
Caused by: java.lang.IllegalArgumentException: SqlType not supported: 1