and, take a look at the Akka Java
Spring<http://typesafe.com/activator/template/akka-java-spring>Activator
template

/Patrik


On Wed, May 21, 2014 at 10:06 AM, Martynas Mickevičius <
martynas.mickevic...@typesafe.com> wrote:

> Hi Romi,
>
> since version 2.0 akka does not support custom spring namespaces. 
> Here<https://groups.google.com/forum/#!searchin/akka-user/spring/akka-user/gEj2iRTmdOA/-4y8iXByzq0J>is
>  a great discussion on how to use spring with akka without custom
> namespaces.
>
>
> On Tue, May 20, 2014 at 5:21 PM, Romi Awasthy <romiawas...@gmail.com>wrote:
>
>> I am trying to integrate Spring with Akka, using
>> http://doc.akka.io/docs/akka-modules/1.3.1/modules/spring.html.
>>
>> I would like to know if the above integration is specific to 1.3.1
>> release or does it work with Akka's latest release.
>>
>> This is my akka version
>> <dependency>
>>  <groupId>com.typesafe.akka</groupId>
>> <artifactId>akka-actor_2.10</artifactId>
>>  <version>2.3.0</version>
>> </dependency>
>>
>> and this is my Spring configuration
>> <beans xmlns="http://www.springframework.org/schema/beans";
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:akka="http://
>> akka.io/schema/akka"
>>
>> xsi:schemaLocation="http://www.springframework.org/schema/beans
>> http://www.springframework.org/schema/beans/spring-beans.xsd
>>  http://repo.akka.io/schema/akka http://repo.akka.io/akka-1.3.1.xsd";>
>>
>> this is giving me
>> Unable to locate Spring NamespaceHandler for element 'akka:untyped-actor'
>> of schema namespace 'http://akka.io/schema/akka'
>>
>> Please help.
>>
>> --
>> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Martynas Mickevičius
> Typesafe <http://typesafe.com/> – 
> Reactive<http://www.reactivemanifesto.org/>Apps on the JVM
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

<http://typesafe.com/go-reactive-activator-contest>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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