Hello All, We are migrating from Ignite 2.7.6 to 2.8.1 and have hit an issue where CacheStore implementations that include Spring injected DataSource objects, these datasources turn out to be null. After investigation, it appears that there is a change in behaviour under Ignite 2.8.x where it seems like the CacheStore is Serialized and therefore loose the injected Spring references. This was not the case with 2.7.6 as the transient DataSource did not loose it's injected value in that version.
I have tried to make the CacheStore implement ApplicationContextAware, but it hasn't helped as the Spring context is not re-initialized post serialization. Has anyone come across this and figured out a way to resolve this? Thanks Yohan _________________________________________________________ This email, its contents, and any attachments transmitted with it are intended only for the addressee(s) and may be confidential and legally privileged. We do not waive any confidentiality by misdelivery. If you have received this email in error, please notify the sender immediately and delete it. You should not copy it, forward it or otherwise use the contents, attachments or information in any way. Any liability for viruses is excluded to the fullest extent permitted by law. Tudor Capital Europe LLP (TCE) is authorised and regulated by The Financial Conduct Authority (the FCA). TCE is registered as a limited liability partnership in England and Wales No: OC340673 with its registered office at 10 New Burlington Street, London, W1S 3BE, United Kingdom
