Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-castor/src/test/java/org/xdoclet/plugin/castor/complete/expected
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14770

Added Files:
        mapping-ae-off.xml mapping-field-only.xml 
        mapping-method-only.xml mapping-shortname-off.xml mapping.xml 
Log Message:
Initial ersion of castor plugin

--- NEW FILE: mapping.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" 
"http://www.castor.org/mapping.dtd";>

<!--Generated by XDoclet2 Plugin-->
<mapping>
  <class name="org.xdoclet.plugin.castor.complete.AlternateRequest" 
         extends="alternate-depends" 
         depends="depends-test-value" 
         auto-complete="true" 
         identity="identity-test-value"
         access="exclusive"
         key-generator="key-generator-test-value"
         verify-constructable="false">
    <description>description-test-value</description>
    <cache-type type="count-limited"
                capacity="100"
    />
    <map-to table="table-test-value" 
            xml="xml-test-value" 
            ns-uri="ns-uri-test-value" 
            ns-prefix="ns-prefix-test-value"
            ldap-dn="ldap-dn-test-value" 
            ldap-oc="ldap-oc-test-value" 
    />
    <field name="altField0"
           type="type-test-value" 
           required="true" 
           direct="true" 
           lazy="true" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByField" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="true" 
                     matches="matches-test-value" 
                     node="element"
                     transient="true"
            />
    </field>
    <field name="altField1"
           type="string" 
           required="true" 
           direct="false" 
           lazy="false" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByClass" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="false" 
                     matches="matches-test-value" 
                     node="text"
                     transient="false"
            />
    </field>    
  </class>
  
  <class name="org.xdoclet.plugin.castor.complete.AnotherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
      <field name="obj1" type="other"/>
      <field name="obj2" type="big-decimal"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.ExtendsNoMapping" 
extends="org.xdoclet.plugin.castor.complete.Request">
    <field name="name10" type="string"/>
    <field name="name8" type="string"/>
    <field name="name9" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.OtherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
    <field name="name7" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.Request" 
auto-complete="false">
    <map-to xml="MyRequest"/>
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
    <field name="name3" type="string"/>
  </class>
</mapping>
--- NEW FILE: mapping-method-only.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" 
"http://www.castor.org/mapping.dtd";>

<!--Generated by XDoclet2 Plugin-->
<mapping>
  <class name="org.xdoclet.plugin.castor.complete.AlternateRequest" 
         extends="alternate-depends" 
         depends="depends-test-value" 
         auto-complete="true" 
         identity="identity-test-value"
         access="exclusive"
         key-generator="key-generator-test-value"
         verify-constructable="false">
    <description>description-test-value</description>
    <cache-type type="count-limited"
                capacity="100"
    />
    <map-to table="table-test-value" 
            xml="xml-test-value" 
            ns-uri="ns-uri-test-value" 
            ns-prefix="ns-prefix-test-value"
            ldap-dn="ldap-dn-test-value" 
            ldap-oc="ldap-oc-test-value" 
    />
    <field name="altField1"
           type="string" 
           required="true" 
           direct="false" 
           lazy="false" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByClass" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="false" 
                     matches="matches-test-value" 
                     node="text"
                     transient="false"
            />
    </field>    
  </class>
  
  <class name="org.xdoclet.plugin.castor.complete.AnotherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
  </class>
  <class name="org.xdoclet.plugin.castor.complete.ExtendsNoMapping" 
extends="org.xdoclet.plugin.castor.complete.Request">
  </class>
  <class name="org.xdoclet.plugin.castor.complete.OtherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
  </class>
  <class name="org.xdoclet.plugin.castor.complete.Request" 
auto-complete="false">
    <map-to xml="MyRequest"/>
    <field name="name3" type="string"/>
  </class>
</mapping>
--- NEW FILE: mapping-ae-off.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" 
"http://www.castor.org/mapping.dtd";>

<!--Generated by XDoclet2 Plugin-->
<mapping>
  <class name="org.xdoclet.plugin.castor.complete.AlternateRequest" 
         extends="alternate-depends" 
         depends="depends-test-value" 
         auto-complete="true" 
         identity="identity-test-value"
         access="exclusive"
         key-generator="key-generator-test-value"
         verify-constructable="false">
    <description>description-test-value</description>
    <cache-type type="count-limited"
                capacity="100"
    />
    <map-to table="table-test-value" 
            xml="xml-test-value" 
            ns-uri="ns-uri-test-value" 
            ns-prefix="ns-prefix-test-value"
            ldap-dn="ldap-dn-test-value" 
            ldap-oc="ldap-oc-test-value" 
    />
    <field name="altField0"
           type="type-test-value" 
           required="true" 
           direct="true" 
           lazy="true" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByField" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="true" 
                     matches="matches-test-value" 
                     node="element"
                     transient="true"
            />
    </field>
    <field name="altField1"
           type="string" 
           required="true" 
           direct="false" 
           lazy="false" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByClass" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="false" 
                     matches="matches-test-value" 
                     node="text"
                     transient="false"
            />
    </field>    
  </class>
  
  <class name="org.xdoclet.plugin.castor.complete.AnotherRequest">
    <field name="obj1" type="other"/>
    <field name="obj2" type="big-decimal"/>  
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
    <field name="name3" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.ExtendsNoMapping">
    <field name="name10" type="string"/>
    <field name="name8" type="string"/>
    <field name="name9" type="string"/>
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
    <field name="name3" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.OtherRequest">
    <field name="name7" type="string"/>
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
    <field name="name3" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.Request" 
auto-complete="false">
    <map-to xml="MyRequest"/>
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
    <field name="name3" type="string"/>
  </class>
</mapping>
--- NEW FILE: mapping-shortname-off.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" 
"http://www.castor.org/mapping.dtd";>

<!--Generated by XDoclet2 Plugin-->
<mapping>
  <class name="org.xdoclet.plugin.castor.complete.AlternateRequest" 
         extends="alternate-depends" 
         depends="depends-test-value" 
         auto-complete="true" 
         identity="identity-test-value"
         access="exclusive"
         key-generator="key-generator-test-value"
         verify-constructable="false">
    <description>description-test-value</description>
    <cache-type type="count-limited"
                capacity="100"
    />
    <map-to table="table-test-value" 
            xml="xml-test-value" 
            ns-uri="ns-uri-test-value" 
            ns-prefix="ns-prefix-test-value"
            ldap-dn="ldap-dn-test-value" 
            ldap-oc="ldap-oc-test-value" 
    />
    <field name="altField0"
           type="type-test-value" 
           required="true" 
           direct="true" 
           lazy="true" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByField" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="true" 
                     matches="matches-test-value" 
                     node="element"
                     transient="true"
            />
    </field>
    <field name="altField1"
           type="java.lang.String" 
           required="true" 
           direct="false" 
           lazy="false" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByClass" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="false" 
                     matches="matches-test-value" 
                     node="text"
                     transient="false"
            />
    </field>    
  </class>
  
  <class name="org.xdoclet.plugin.castor.complete.AnotherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
      <field name="obj1" type="java.lang.Object"/>
      <field name="obj2" type="java.math.BigDecimal"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.ExtendsNoMapping" 
extends="org.xdoclet.plugin.castor.complete.Request">
    <field name="name10" type="java.lang.String"/>
    <field name="name8" type="java.lang.String"/>
    <field name="name9" type="java.lang.String"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.OtherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
    <field name="name7" type="java.lang.String"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.Request" 
auto-complete="false">
    <map-to xml="MyRequest"/>
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
    <field name="name3" type="string"/>
  </class>
</mapping>
--- NEW FILE: mapping-field-only.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" 
"http://www.castor.org/mapping.dtd";>

<!--Generated by XDoclet2 Plugin-->
<mapping>
  <class name="org.xdoclet.plugin.castor.complete.AlternateRequest" 
         extends="alternate-depends" 
         depends="depends-test-value" 
         auto-complete="true" 
         identity="identity-test-value"
         access="exclusive"
         key-generator="key-generator-test-value"
         verify-constructable="false">
    <description>description-test-value</description>
    <cache-type type="count-limited"
                capacity="100"
    />
    <map-to table="table-test-value" 
            xml="xml-test-value" 
            ns-uri="ns-uri-test-value" 
            ns-prefix="ns-prefix-test-value"
            ldap-dn="ldap-dn-test-value" 
            ldap-oc="ldap-oc-test-value" 
    />
    <field name="altField0"
           type="type-test-value" 
           required="true" 
           direct="true" 
           lazy="true" 
           transient="true"
           set-method="set-method-test-value" 
           get-method="get-method-test-value"
           create-method="create-method-test-value" 
           collection="set"
           handler="handler-test-value">
           <bind-xml name="name-test-value"
                     auto-naming="deriveByField" 
                     type="type-test-value"
                     location="location-test-value"
                     QName-prefix="qname-test-value" 
                     reference="true" 
                     matches="matches-test-value" 
                     node="element"
                     transient="true"
            />
    </field>
  </class>
  
  <class name="org.xdoclet.plugin.castor.complete.AnotherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
      <field name="obj1" type="other"/>
      <field name="obj2" type="big-decimal"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.ExtendsNoMapping" 
extends="org.xdoclet.plugin.castor.complete.Request">
    <field name="name10" type="string"/>
    <field name="name8" type="string"/>
    <field name="name9" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.OtherRequest" 
extends="org.xdoclet.plugin.castor.complete.Request">
    <field name="name7" type="string"/>
  </class>
  <class name="org.xdoclet.plugin.castor.complete.Request" 
auto-complete="false">
    <map-to xml="MyRequest"/>
    <field name="name5" type="java.lang.Integer"/>
    <field name="name2" type="string"/>
    <field name="name6" type="java.lang.Integer[]"/>
    <field name="name4" type="integer"/>
    <field name="name" type="string">
      <bind-xml name="TheName"/>
    </field>
  </class>
</mapping>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to