Re: Re: Re: about AOP development

2016-01-21 Thread Vladimir Ershov
Hi, Yes, sure, I can take a look. Just send me, please, your full logs with exception, and describe how exactly you reproduce it (how many nodes started, which one is client and etc.). Thanks! On Thu, Jan 21, 2016 at 9:43 AM, 李玉珏 <18624049...@163.com> wrote: > Hi: > > I understand your

Re: Re: Re: about AOP development

2016-01-20 Thread 李玉珏
Hi: I understand your approach, it should be feasible, but not very elegant. If use ProxyFactory in spring. At runtime dynamically add interceptor, can solve the problem, but performance will influence. I switched to a different way of writing, using the Service mechanism, code has been

Re: Re: about AOP development

2016-01-20 Thread Vladimir Ershov
Hi! I've checked your code and spot an issue. The root cause, is using of Autowired annotation, since it cause bean to be serialized on a client side, and that leads ClassNotFoundException on the server side during bean deserialization, since server was started from *.sh, without necessary spring

Re: Re: about AOP development

2016-01-19 Thread 李玉珏
Hi: The relevant code on the GitHub, the address is: https://github.com/liyuj/computegrid Sent from Mail Master On 2016-01-20 04:32 , Dmitriy Setrakyan Wrote: The list does not support attachments. You can use pastebin [1] or gist [2] to paste your code and send the link here. [1]