@@ -66,10 +66,10 @@ print service.get_data("Hello")
6666
6767<programlisting ><![CDATA[
6868<?xml version="1.0" encoding="UTF-8"?>
69- <objects xmlns="http://www.springframework.org/springpython/schema/objects"
69+ <objects xmlns="http://www.springframework.org/springpython/schema/objects/1.1 "
7070 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
71- xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
72- http://springpython.webfactional.com/schema/context/spring-python-context-1.0 .xsd">
71+ xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects/1.1
72+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1 .xsd">
7373
7474 <object id="service" class="Service"/>
7575
@@ -102,10 +102,10 @@ print service.get_data("Hello")
102102
103103<programlisting ><![CDATA[
104104<?xml version="1.0" encoding="UTF-8"?>
105- <objects xmlns="http://www.springframework.org/springpython/schema/objects"
105+ <objects xmlns="http://www.springframework.org/springpython/schema/objects/1.1 "
106106 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
107- xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
108- http://springpython.webfactional.com/schema/context/spring-python-context-1.0 .xsd">
107+ xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects/1.1
108+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1 .xsd">
109109
110110 <object id="remoteService" class="Service"/>
111111
@@ -146,11 +146,11 @@ print service.get_data("Hello")
146146 <link linkend =" objects-config-xmlconfig-constructors" >constructor injection</link >.</para >
147147
148148<programlisting ><![CDATA[
149- <?xml version="1.0" encoding="UTF-8"?>^M
150- <objects xmlns="http://www.springframework.org/springpython/schema/objects"^M
151- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"^M
152- xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects^M
153- http://springpython.webfactional.com/schema/context/spring-python-context-1.0 .xsd">^M
149+ <?xml version="1.0" encoding="UTF-8"?>
150+ <objects xmlns="http://www.springframework.org/springpython/schema/objects/1.1"
151+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
152+ xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects/1.1
153+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1 .xsd">
154154
155155 <object id="remoteService" class="Service"/>
156156
@@ -255,10 +255,10 @@ service_exporter.after_properties_set()
255255
256256<programlisting ><![CDATA[
257257<?xml version="1.0" encoding="UTF-8"?>
258- <objects xmlns="http://www.springframework.org/springpython/schema/objects"
258+ <objects xmlns="http://www.springframework.org/springpython/schema/objects/1.1 "
259259 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
260- xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
261- http://springpython.webfactional.com/schema/context/spring-python-context-1.0 .xsd">
260+ xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects/1.1
261+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1 .xsd">
262262
263263 <object id="remoteService" class="server.Service"/>
264264
@@ -301,10 +301,10 @@ if __name__ == "__main__":
301301
302302<programlisting ><![CDATA[
303303<?xml version="1.0" encoding="UTF-8"?>
304- <objects xmlns="http://www.springframework.org/springpython/schema/objects"
304+ <objects xmlns="http://www.springframework.org/springpython/schema/objects/1.1 "
305305 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
306- xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
307- http://springpython.webfactional.com/schema/context/spring-python-context-1.0 .xsd">
306+ xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects/1.1
307+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1 .xsd">
308308
309309 <object id="service" class="springpython.remoting.pyro.PyroProxyFactory">
310310 <property name="service_url" value="PYROLOC://127.0.0.1:7000/ServiceName"/>
@@ -407,10 +407,10 @@ CLIENT: You got remote data => Hello
407407
408408<programlisting ><![CDATA[
409409<?xml version="1.0" encoding="UTF-8"?>
410- <objects xmlns="http://www.springframework.org/springpython/schema/objects"
410+ <objects xmlns="http://www.springframework.org/springpython/schema/objects/1.1 "
411411 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
412- xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
413- http://springpython.webfactional.com/schema/context/spring-python-context-1.0 .xsd">
412+ xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects/1.1
413+ http://springpython.webfactional.com/schema/context/spring-python-context-1.1 .xsd">
414414
415415 <object id="personService" class="springpython.remoting.hessian.HessianProxyFactory">
416416 <property name="service_url"><value>http://localhost:8080/</value></property>
0 commit comments