This content has been marked as final.
Show 4 replies
-
1. Re: NoSuchMethodError in Hotrod Client
rvansa Jul 21, 2015 11:15 AM (in response to rameshprml)And which version is that?
-
2. Re: NoSuchMethodError in Hotrod Client
rameshprml Jul 21, 2015 11:29 AM (in response to rvansa)7.2.3
-
3. Re: NoSuchMethodError in Hotrod Client
rvansa Jul 22, 2015 3:11 AM (in response to rameshprml)That must be a version mismatch on your classpath; I've checked infinispan-commons-7.2.3.Final.jar and the method is there.
-
4. Re: NoSuchMethodError in Hotrod Client
rameshprml Jul 23, 2015 8:22 AM (in response to rvansa)We have added both library(6.3.0) and client-remote(7.2.3) jars in the eclipse and thats why this issue has come. Thanks for your reply.