Hi there, I'm running some cache queries and I'm getting this exception, Im running 2 different queries from diffefent WAR's, predicates are different, but the first that gets registered/run is the one that works, other just throw this exception.
Exception: https://gist.github.com/roar109/13856c493f3f50f6c2f7 My configuration is this: ----------------------------------------------------------------------------------------- JBoss 1 War (Server Mode, peerclassloading=true, requiredSerializable=false, deploymentMode=CONTINUOUS) ---------------------------------------------------------------------------------------- JBoss 2 X War (Client mode, peerclassloading=true, requiredSerializable=default value, deploymentMode=CONTINUOUS, Query with XPredicate) Y War (Client mode, peerclassloading=true, requiredSerializable=default value, deploymentMode=CONTINUOUS, Query with YPredicate) ---------------------------------------------------------------------------------------- Any ideas about what could be wrong? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Encountered-incompatible-class-loaders-for-cache-Error-in-Queries-tp1590.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
