File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
org.springframework.oxm/src
main/java/org/springframework/oxm/castor
test/resources/org/springframework/oxm/castor
spring-framework-reference/src Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
/**
3
3
*
4
- * Package providing integration of <a href="http://www. castor.org/xml-mapping.html">Castor</a> within Springs O/X Mapping
4
+ * Package providing integration of <a href="http://castor.codehaus .org/xml-mapping.html">Castor</a> within Springs O/X Mapping
5
5
* support
6
6
*
7
7
*/
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.org/mapping.dtd">
2
+ <!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.codehaus. org/mapping.dtd">
3
3
<mapping >
4
4
<description >Castor generated mapping file</description >
5
5
<class name =" org.springframework.oxm.castor.Flights" >
28
28
xmlns : tns =" http://samples.springframework.org/flight" />
29
29
</field >
30
30
</class >
31
- </mapping >
31
+ </mapping >
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ public class Application {
437
437
though a mapping file can be used to have more control over the behavior of Castor.
438
438
</para >
439
439
<para >
440
- For more information on Castor, refer to the <ulink url =" http://castor.org/xml-framework.html" >
440
+ For more information on Castor, refer to the <ulink url =" http://castor.codehaus. org/xml-framework.html" >
441
441
<citetitle >Castor web site</citetitle ></ulink >. The Spring integration classes reside in the
442
442
<package >org.springframework.oxm.castor</package > package.
443
443
</para >
@@ -461,7 +461,7 @@ public class Application {
461
461
<para >
462
462
Although it is possible to rely on Castor's default marshalling behavior, it might be necessary to have
463
463
more control over it. This can be accomplished using a Castor mapping file. For more information, refer
464
- to <ulink url =" http://castor.org/xml-mapping.html" >Castor XML Mapping</ulink >.
464
+ to <ulink url =" http://castor.codehaus. org/xml-mapping.html" >Castor XML Mapping</ulink >.
465
465
</para >
466
466
<para >
467
467
The mapping can be set using the <property >mappingLocation</property > resource property, indicated
You can’t perform that action at this time.
0 commit comments