This one time, at band camp, John Gregg said:

JG>The mapping.dtd file states in part:  "Collection fields require only a get
JG>method...."  However, FieldMolder line 584 throws an exception if no set or
JG>add method is found.  Is the documentation out of date or is the code wrong?
JG>This is for version 0.9.3.9.

John,

The documentation is simply out of date. Collection fields actually need
a minimum of three methods:

    an accessor - getXXX()
    two mutators - setXXX() and addXXX.

Bruce
--

perl -e 'print unpack("u44", "\?0G)U8V4\@4VYY9&5R\"F)R=6-E0&)S;GED97(N;W)G\"\@\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to