Hello, I'm mapping an m:n association in which an A class as a list of A's.
The mapping I'm using now is <collection-descriptor name="As" element-class-ref="A" indirection-table="A_A" collection-class="org.apache.ojb.broker.util.collections.ManageableVector" proxy="true"> <fk-pointing-to-this-class column="KEY_A1"/> <fk-pointing-to-element-class column="KEY_A2"/> </collection-descriptor> The problem is that when we read an object A1 that contains another object A2 and vice-versa it only reads in one-way. That is the list As is empty in A1 but it's ok in A2. Can you tell me what is the problem and how can I solve it? Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
