I would recommend changing
ignite
.getOrCreateCache(new CacheConfiguration<TestResponseKey, TestResponse>(
Application.TEST_CACHE_NAME)))
to
ignite
.cache(Application.TEST_CACHE_NAME)
just to check if you really accessing the same cache that was creating
from your xml file and not creating a new one with empty
CacheConfiguration
Kind Regards,
Evgenii
2017-09-01 16:35 GMT+03:00 Kenan Dalley <[email protected]>:
> FYI, my update wasn't that my problem was solved, but that the website got
> rid of the work that I did to post the code. Please take a look at the
> code
> that I've posted yesterday because I'm still having the issue.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>