From aa0459ecd7459ee3357c9b3ef141848872ceecb3 Mon Sep 17 00:00:00 2001 From: Martin Krasser Date: Wed, 7 Jul 2010 11:27:18 +0200 Subject: [PATCH] Dropped akka.xsd, updated all spring XML configurations to use akka-0.10.xsd --- .../akka/spring/foo/dispatcher-config.xml | 12 +- .../akka/spring/foo/supervisor-config.xml | 12 +- .../akka/spring/foo/test-config.xml | 14 +- .../se/scalablesolutions/akka/spring/akka.xsd | 240 ------------------ 4 files changed, 22 insertions(+), 256 deletions(-) delete mode 100644 akka-spring/src/main/resources/se/scalablesolutions/akka/spring/akka.xsd diff --git a/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/dispatcher-config.xml b/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/dispatcher-config.xml index 3339b07199..688d04f377 100644 --- a/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/dispatcher-config.xml +++ b/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/dispatcher-config.xml @@ -1,11 +1,13 @@ + xmlns:akka="http://www.akkasource.org/schema/akka" + xmlns:beans="http://www.springframework.org/schema/lang" + xsi:schemaLocation=" +http://www.springframework.org/schema/beans +http://www.springframework.org/schema/beans/spring-beans-2.0.xsd +http://www.akkasource.org/schema/akka +http://scalablesolutions.se/akka/akka-0.10.xsd"> + xmlns:akka="http://www.akkasource.org/schema/akka" + xmlns:beans="http://www.springframework.org/schema/lang" + xsi:schemaLocation=" +http://www.springframework.org/schema/beans +http://www.springframework.org/schema/beans/spring-beans-2.0.xsd +http://www.akkasource.org/schema/akka +http://scalablesolutions.se/akka/akka-0.10.xsd"> diff --git a/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/test-config.xml b/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/test-config.xml index ef9dce1930..665d03a05e 100644 --- a/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/test-config.xml +++ b/akka-spring/akka-spring-test-java/src/main/resources/se/scalablesolutions/akka/spring/foo/test-config.xml @@ -1,11 +1,13 @@ + xmlns:akka="http://www.akkasource.org/schema/akka" + xmlns:beans="http://www.springframework.org/schema/lang" + xsi:schemaLocation=" +http://www.springframework.org/schema/beans +http://www.springframework.org/schema/beans/spring-beans-2.0.xsd +http://www.akkasource.org/schema/akka +http://scalablesolutions.se/akka/akka-0.10.xsd"> - + diff --git a/akka-spring/src/main/resources/se/scalablesolutions/akka/spring/akka.xsd b/akka-spring/src/main/resources/se/scalablesolutions/akka/spring/akka.xsd deleted file mode 100644 index 862cd06987..0000000000 --- a/akka-spring/src/main/resources/se/scalablesolutions/akka/spring/akka.xsd +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Name of the remote host. - - - - - - - Port of the remote host. - - - - - - - - - - - Pre restart callback method that is called during restart. - - - - - - - Post restart callback method that is called during restart. - - - - - - - - - - - - - - - - - - Name of the target class. - - - - - - - default timeout for '!!' invocations - - - - - - - Set to true if messages should have REQUIRES_NEW semantics - - - - - - - Interface implemented by target class. - - - - - - - Lifecycle, permanent or temporary - - - - - - - Supported scopes are singleton and prototype - - - - - - - - - - - - - - - - - - - - - - - - - - - - Failover scheme, AllForOne or OneForOne - - - - - - - Maximal number of retries. - - - - - - - Timerange for restart. - - - - - - - - - - - - - - - - - - - - - - - - - -