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