Hello, It seems that, even with peer class loading enabled, Ignite is searching for a Service's method argument classes from it's root classpath. Consider de following example:
Now, start 2 Ignite nodes with peer class loading enabled. From one node, deploy and invoke service: Invocation will fail with Ignite complaining that it couldn't find TestServiceImpl class in sun.misc.Launcher$AppClassLoader (full log here <http://apache-ignite-users.70518.x6.nabble.com/file/n437/ignite_exception.log> ) Now, if I change from TestService.execute(TestRequest) to something like TestService.execute(int), then it works as expected. Any clue? Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Failed-to-unmarshal-service-method-arguments-tp437.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
