Hi:
I had just sent the code to the list.
在 16/1/19 20:39, Denis Magda 写道:
Seems that peerClassLoading doesn't work for your case. Please share
the source code of your example.
--
Denis
On 1/18/2016 3:48 PM, 李玉珏@163 wrote:
Hi:
I have already opened the peerClassLoading.
My practice is in eclipse create a java project, developed a
ComputeTaskSplitAdapter examples, then in the ComputeJobAdapter call
configured spring interceptors service. This example in eclipse
operation is no problem.
But if I open a node in the command line by ignite.sh, it will prompt
the following error in the command line.
In the default configuration file of ignite, the same configuration
of the peerClassLoading=true.
在 16/1/18 19:39, Yakov Zhdanov 写道:
Can you please try enabling "peerClassLoading" and share the results
here?
--Yakov
2016-01-16 12:09 GMT+03:00 李玉珏@163 <18624049...@163.com>:
Hi:
In a distributed environment, if use the spring AOP programming,
generated
a class of byte code enhancement, then the error will be reported as
follows:
java.lang.ClassNotFoundException:
demo.computegrid.ComputeGridService$$EnhancerBySpringCGLIB$$7b44b192
This error I understand, this class does not exist on the remote node.
But the question is, is it a technical limitation of Ignite, or is
it the
way I use it,or is it a bug?
I opened the peer class loading , the normal deployment I did not
test,
but I estimate it will be the same error.