On Sun, 2003-06-29 at 10:56, Christophe Marcourt wrote: > As it was said to me a few days ago, don't work with Vector but only the > interface Collection or List. > It will work then.
Thanks a lot, Christophe!
It's not right, but it's OK - i'm gonna handle this anyway ;-)
It is also very strange, because examples in Advanced O/R tell that we
CAN use Vector.
here it goes:
class ProductGroup {
private Vector allArticlesInGroup;
private String description;
private int groupId;
private String groupName;
}
BTW, I've just changed field type from Vector to Collection and got just the same
result...
--
Regards,
CEO Linux-Online.Ru
Korolyov Timofey
www.linuxshop.ru :: www.prefnews.ru :: www.dotstyle.ru
JabberID: [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
