Hi,
you're right.
I'm producing cache like:
CacheConfiguration<String, List> cc = new CacheConfiguration<>("xxxcache");
NB: ->
Ignition.ignite().configuration().setClassLoader(Thread.currentThread().getContextClassLoader());
return Ignition.ignite().getOrCreateCache(cc);
So I needed to set CL in cach producer shown in NB to get ear loading
working.
thx.
/hw
--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/Ignite-classloading-and-tomee-ear-tp4681871p4681873.html
Sent from the TomEE Users mailing list archive at Nabble.com.
|