Hi! Today discussed with Dmitriy we found that it will be great feature if Schema Import utility will also generate bean for store factory in Spring XML configuration.
I faced following problem: because of dynamic caches CacheConfiguration should be serializable, but CacheJdbcPojoStore contains Datasource (not serializable in general). After internal discussion with Andrey Novikov and Yakov we came to decision that we could generate a factory class for datasouce for most popular RDBMS (usually RDBMS supplied with vendor Datasource implementation) And if user will use something different or will need to use some other Datasource (c3po for example), he always could replace generated code with its own. Thoughts? -- Alexey Kuznetsov GridGain Systems www.gridgain.com
