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.

Reply via email to