Hello all,

I want to use config akka to spring xml.
But I don't know which jar file can handle the akka namespace.



   1. <beans xmlns="http://www.springframework.org/schema/beans";
   2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

*xmlns:akka="http://repo.akka.io/schema/akka"*

   1. xsi:schemaLocation="
   2. http://www.springframework.org/schema/beans
   3. http://www.springframework.org/schema/beans/spring-beans-3.0.xsd

* http://repo.akka.io/schema/akka **http://repo.akka.io/akka-1.3.1.xsd*";>


I tried to use the below jar file to handle the akka namespace.(I used akka 
version 2.3.2, spring 3.0.7)
*http://repo.typesafe.com/typesafereadonly/releases/se/scalablesolutions/akka/akka-spring/1.3.1/akka-spring-1.3.1.jar*

*but it always show the below error. Could somebody help me? Thanks*
*Caused by: java.lang.ClassNotFoundException: 
akka.config.Supervision$AllForOneStrategy at 
java.net.URLClassLoader$1.run(URLClassLoader.java:202) at 
java.security.AccessController.doPrivileged(Native Method) at 
java.net.URLClassLoader.findClass(URLClassLoader.java:190) at 
java.lang.ClassLoader.loadClass(ClassLoader.java:306) at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at 
java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 23 more*

-- 
>>>>>>>>>>      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