Index: doc/src/docbkx/reference/code-generator.xml
===================================================================
--- doc/src/docbkx/reference/code-generator.xml (revision 9059)
+++ doc/src/docbkx/reference/code-generator.xml (working copy)
@@ -652,6 +652,12 @@
# Java class mapping of <xsd:element>'s and <xsd:complexType>'s
#
org.exolab.castor.builder.javaclassmapping=type</programlisting>
+
+ <para>
+ Please note that setting this property will not affect class creation when the
+ <literal>defaultBindingType</literal> is explicitely used in a binding file. In that case,
+ the value set there will take precedence.
+ </para>
</section>
<section id="xml.code.generator.properties.detailed.super.class">
Index: src/doc/srcgen-properties.xml
===================================================================
--- src/doc/srcgen-properties.xml (revision 9059)
+++ src/doc/srcgen-properties.xml (working copy)
@@ -376,6 +376,12 @@
# Java class mapping of <xsd:element>'s and <xsd:complexType>'s
#
org.exolab.castor.builder.javaclassmapping=type</code-panel>
+
+ <note>
+ Please note that setting this property will not affect class creation when the
+ <tt>defaultBindingType</tt> is explicitly used in a binding file. In that case,
+ the value set there will take precedence.
+ </note>
</section>
<section title="Setting a super class">
Initial patch for review:
Please note that I changed the relevant section in the reference guide as well.