Hello,

I have a method in my Java object named "getFooTable". (Actually there are 3
different signatures of the getFooTable method, one of which has no
parameters). I want these "get" methods to be ignored in the marshalling
process. I tried to use the "transient" attribute in the mapping file as
follows:

<field name="fooTable" type="java.util.ArrayList" collection="arraylist"
transient="true"/>

...but the marshaller outputs fooTable elements anyway (one for each of the
ArrayList rows).

I've changed the method signatures to "toFooTable" and moved on, but I
thought I would note this as a possible bug...

Thanks,

Rich

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

Reply via email to