This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Configuring JDBC Cache Loader via CLIcyron Mar 26, 2013 10:28 PM (in response to mashama)you can try this /subsystem=infinispan/cache-container=foo/local-cache=bar/ binary-keyed-jdbc-store=BINARY_KEYED_JDBC_STORE:add(datasource=foobarDS, binary-keyed-table={"id-column" => {"name" => "ID_COLUMN","type" => "VARCHAR(255)"},"data-column" => {"name" => "DATA_COLUMN","type" => "BINARY"},"timestamp-column" => {"name" => "TIMESTAMP_COLUMN","type" => "BIGINT"}) 
 
    