A very old application leveraging akka-camel-1.3.1 is now failing with the 
following error:

XmlBeanDefinitionReader.java:396:in `doLoadBeanDefinitions': 
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 
126 in XML document from class path resource [camel-context.xml] is 
invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 
126; columnNumber: 41; cvc-complex-type.2.4.c: il carattere jolly 
corrispondente è rigoroso ma non è possibile trovare una dichiarazione per 
l'elemento "akka:camel-service".


(the Italian text is about not finding declaration of "akka:camel-service" 
element).

The schema definitions in the configuration file are:

<beans xmlns="http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:akka="http://akka.io/schema/akka";
xmlns:camel="http://camel.apache.org/schema/spring";
xmlns:p="http://www.springframework.org/schema/p";
xsi:schemaLocation="http://www.springframework.org/schema/beans
 http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
 http://akka.io/schema/akka
 http://repo.akka.io/akka-1.3.1.xsd
 http://camel.apache.org/schema/spring
 http://camel.apache.org/schema/spring/camel-spring.xsd";>

Today the http://repo.akka.io/ site does not respond.

Is there a current location where I can find the  akka-1.3.1.xsd file?

thank you,

Francesco

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to