@@ -66,10 +66,10 @@ print service.get_data("Hello")
66
66
67
67
<programlisting ><![CDATA[
68
68
<?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 "
70
70
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">
73
73
74
74
<object id="service" class="Service"/>
75
75
@@ -102,10 +102,10 @@ print service.get_data("Hello")
102
102
103
103
<programlisting ><![CDATA[
104
104
<?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 "
106
106
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">
109
109
110
110
<object id="remoteService" class="Service"/>
111
111
@@ -146,11 +146,11 @@ print service.get_data("Hello")
146
146
<link linkend =" objects-config-xmlconfig-constructors" >constructor injection</link >.</para >
147
147
148
148
<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">
154
154
155
155
<object id="remoteService" class="Service"/>
156
156
@@ -255,10 +255,10 @@ service_exporter.after_properties_set()
255
255
256
256
<programlisting ><![CDATA[
257
257
<?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 "
259
259
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">
262
262
263
263
<object id="remoteService" class="server.Service"/>
264
264
@@ -301,10 +301,10 @@ if __name__ == "__main__":
301
301
302
302
<programlisting ><![CDATA[
303
303
<?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 "
305
305
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">
308
308
309
309
<object id="service" class="springpython.remoting.pyro.PyroProxyFactory">
310
310
<property name="service_url" value="PYROLOC://127.0.0.1:7000/ServiceName"/>
@@ -407,10 +407,10 @@ CLIENT: You got remote data => Hello
407
407
408
408
<programlisting ><![CDATA[
409
409
<?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 "
411
411
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">
414
414
415
415
<object id="personService" class="springpython.remoting.hessian.HessianProxyFactory">
416
416
<property name="service_url"><value>http://localhost:8080/</value></property>
0 commit comments