Re: Pre Hook before actual Ignite commit

2016-06-23 Thread amitpa
Okay...I think in our case the CacheSToreFactory had an instance of DataSource so that might have been the problem, let me try that -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5845.html Sent from the Apache Ignite

Re: Pre Hook before actual Ignite commit

2016-06-23 Thread Denis Magda
figured per > node ? > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5744.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Pre Hook before actual Ignite commit

2016-06-22 Thread amitpa
Hey, Sorry for being pedantic. But should I log this as an issue? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5784.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Pre Hook before actual Ignite commit

2016-06-19 Thread amitpa
This does however occur. Hikari is not serializable and we are getting that error. Do you need the DataSource sto be serialized? Cant this be configured per node ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5744

Re: Pre Hook before actual Ignite commit

2016-06-17 Thread amitpa
Ignore this..My bad, I was doing this in a class which was not serializable ... -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5712.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Pre Hook before actual Ignite commit

2016-06-17 Thread amitpa
org.apache.ignite.internal.IgniteKernal.getOrCreateCache(IgniteKernal.java:2476) Any tips on this? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5708.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Pre Hook before actual Ignite commit

2016-06-16 Thread Denis Magda
= new > CacheSpringStoreSessionListener(); > >lsnr.setDataSource(CacheSpringPersonStore.DATA_SRC); > >return lsnr; >} >}); > > > > > > -- > View this message in context: > http://apache-ignite-us

Re: Pre Hook before actual Ignite commit

2016-06-16 Thread amitpa
in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5701.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Pre Hook before actual Ignite commit

2016-06-16 Thread Denis Magda
te behind stores so that all > existing calls have a transaction and do not create their own. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5685.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Pre Hook before actual Ignite commit

2016-06-16 Thread amitpa
create their own. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5685.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Pre Hook before actual Ignite commit

2016-06-16 Thread amitpa
-Hook-before-actual-Ignite-commit-tp5679.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.