Many thanks, closely looking into it.

But so far what I see is that over all the idea is the same as what I came
up with. Wrapping your actor system in a class that can be handled by the
framework.

I don't see what exact subtle information it provides if it is not things
particular to Osgi.

Any particular point that I I don't see?

On Wed, Jun 10, 2015 at 5:11 AM Brian Topping <[email protected]>
wrote:

> https://github.com/akka/akka/tree/master/akka-osgi/src/main/scala/akka/osgi 
> shows
> how to instantiate an ActorSystem under OSGI, which is similar to Spring in
> that it can be considered a dependency injected framework with a lifecycle.
> You should be able to map this code with little difficulty.
>
> Brian
>
> On Jun 9, 2015, at 2:50 PM, Maatary Okouya <[email protected]>
> wrote:
>
> Hi, I do not wished to instantiate actor from the bean, but just an actor
> system.
>
>
> The only solution i see so far is to wrap, the actor system in an
> ActorSystemBen and provide a getActorsystem method to it. The point is,
> from this bean i can call  ActorSystem()  apply method.
>
>
> Is there something more elegant or better ?
>
>
> Best,
>
> M
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
>
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
>
>
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Akka User List" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/akka-user/IWGAPnU4gdc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to