Sure...and btw i missed mentioning in the repo..but only the Ports table & schema is used for the purposes of the demo the other tables are not used.
What happens is that in the file (https://github.com/softwarebrahma/MyBatis-Ignite-L2-cache-POC/blob/master/domain/src/main/java/com/brocade/dcm/domain/xml/PostsMapper.xml) if i remove the line "<cache type="org.mybatis.caches.ignite.IgniteCacheAdapter" />" then everything will work fine without ignite caching. But the moment i add that line as shown in the uploaded file the mapper method calls just hang.. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/MyBatis-Ignite-L2-cache-Integration-does-not-work-with-Ignite-2-0-tp13126p13130.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
