[akka-user] Re: Akka with Java: remote actor deploy with SpringExtension

2018-01-17 Thread Kemmy Guo
Can you tell me which class to serialize? On Tuesday, October 10, 2017 at 5:12:23 PM UTC+8, Deep Gandhi wrote: > > Ok. > Rob Crawford thank you for the explanation. But is it the right way of > passing whole ApplicationContext remotely? > > It is working now after serializer binding as mentioned

[akka-user] Re: Akka with Java: remote actor deploy with SpringExtension

2017-10-10 Thread Deep Gandhi
Ok. Rob Crawford thank you for the explanation. But is it the right way of passing whole ApplicationContext remotely? It is working now after serializer binding as mentioned by Frédéric Gendebien On Monday, 9 October 2017 19:54:00 UTC+5:30, Rob Crawford wrote: > > The Props have a reference to

[akka-user] Re: Akka with Java: remote actor deploy with SpringExtension

2017-10-09 Thread Rob Crawford
The Props have a reference to the Spring ApplicationContext, and the serializer is attempting to serialize the ApplicationContext to send it to the remote system. On Friday, October 6, 2017 at 3:12:40 AM UTC-4, Deep Gandhi wrote: > > I am also facing the same issue. Anything you got on this? >

[akka-user] Re: Akka with Java: remote actor deploy with SpringExtension

2017-10-06 Thread Deep Gandhi
I am also facing the same issue. Anything you got on this? On Thursday, 13 April 2017 02:10:00 UTC+5:30, Alexander Lukyanchikov wrote: > > Hi, > > We are using Akka with Java API, integrated with Spring Framework (each > actor is Prototype scope Spring bean) > There is no problem to create local