@@ -26,11 +26,13 @@ correct schema so that the elements in the `jee` namespace are available to you:
26
26
<?xml version="1.0" encoding="UTF-8"?>
27
27
<beans xmlns="http://www.springframework.org/schema/beans"
28
28
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29
- __xmlns:jee="http://www.springframework.org/schema/jee"__ xsi:schemaLocation="
29
+ xmlns:jee="http://www.springframework.org/schema/jee"
30
+ xsi:schemaLocation="
30
31
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
31
- __http ://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd"__ >
32
+ http ://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd">
32
33
33
34
<!-- bean definitions here -->
35
+
34
36
</beans>
35
37
----
36
38
@@ -299,11 +301,13 @@ are available to you:
299
301
<?xml version="1.0" encoding="UTF-8"?>
300
302
<beans xmlns="http://www.springframework.org/schema/beans"
301
303
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
302
- __xmlns:jms="http://www.springframework.org/schema/jms"__ xsi:schemaLocation="
304
+ xmlns:jms="http://www.springframework.org/schema/jms"
305
+ xsi:schemaLocation="
303
306
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
304
- __http ://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms.xsd"__ >
307
+ http ://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms.xsd">
305
308
306
309
<!-- bean definitions here -->
310
+
307
311
</beans>
308
312
----
309
313
@@ -335,10 +339,12 @@ the correct schema so that the elements in the `cache` namespace are available t
335
339
<?xml version="1.0" encoding="UTF-8"?>
336
340
<beans xmlns="http://www.springframework.org/schema/beans"
337
341
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
338
- __xmlns:cache="http://www.springframework.org/schema/cache"__ xsi:schemaLocation="
342
+ xmlns:cache="http://www.springframework.org/schema/cache"
343
+ xsi:schemaLocation="
339
344
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
340
- __http ://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd"__ >
345
+ http ://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd">
341
346
342
347
<!-- bean definitions here -->
348
+
343
349
</beans>
344
350
----
0 commit comments