Phil Warrick wrote:
Hi Jakob,
Thanks, this did work, even using another field other than the foreign key fields of the indirection class (as in the field PERSON_PROJECT_SORTORDER in my original example).
However it only worked using java.util.Collection as the collection class. I do need to use java.util.Vector, but this gives an error (below). Someone reported something similar earlier:
http://archives.apache.org/eyebrowse/ReadMsg?listName=ojb-user@;jakarta.apache.org&msgId=456467
Scanning the archives again, I see that proxy collections have to use java.util.Collection
since they are implemented as org.apache.ojb.broker.accesslayer.CollectionProxy
(this should be added to the docs if it has not already?). Perhaps VectorProxy
and ListProxy classes could also be added?
Phil
--
To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>