Hi there, When using the new ignite (1.7.0) to load data from database into cache, I get the following error Caused by: javax.cache.CacheException: Failed to find mapping description [cache=EntityReleaseTargetCache, typeId=-163799280]. Please configure JdbcType to associate cache 'EntityReleaseTargetCache' with JdbcPojoStore.
It was okay to perform cache load within 1.5.0.final version. But cannot load data in the new version. I have already set the jdbc mapping via the schema-import util generated class file CacheConfig.java. Any one facing the same problem as I did? Best regards, Kevin
