Hello Krishna. I have investigated you problem. The next reasons have been found:
1). You have incorrect ExceptionMasterKey class. Class has violations to Java Beans field names (setexceptionId and getexceptionID). 2). Cache type metadata for key type is configured to use exceptionOid field, but it is using field exceptionId. 3). In class ExceptionMaster for columns with type NUMBER(30) correspond to fields with incompatible type java.lang.Long. This fields should have type java.math.BigDecimal. That type now used in configuration of cache type metadata. To fix configuration you can fix types in cache type metadata ( https://gist.github.com/vsisko/5ace39d3874ceac29b72/revisions) or change types in class ExceptionMaster. On Tue, Jul 28, 2015 at 6:02 PM, krishnangc < [email protected]> wrote: > Hi Alexey, > > I have send a mail to you with the class files and db schema. > > Thanks and Regards > > Krishna > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Failed-to-find-mapping-description-tp725p733.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vasiliy Sisko GridGain Systems www.gridgain.com
