Open sergiofm opened 10 years ago
+1 when i call elasticSearchService?.index(domain) on some domain instances happen same problem, are session is bound to thread?
Hey, I'm working with mongodb and I'm having the same problem Failed to marshall domain instance. Did anyone solve it, yet?
Hi! Im my system, I have a job that start some threads to update entitys and in some entitys elasticsearch plugin is throwing a LazyInitializationException like the log below. Any ideas what could cause this? My guess is that other thread is closing that session before IndexRequestQueue realize the marshall of the instance. Is there a way to force IndexRequestQueue to start a new session if the session is allready closed?
Thanks very mutch.