Re: Unsupported Attribute class
Matthew Booth <[email protected]> Fri, 16 Jul 2004 14:46:32 +0100
| Newsgroups | gmane.linux.redhat.ccm.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-07-16 at 14:29, Alexandr Koziy wrote:
> LinkedList ll = portalUser.getDocsCollectionLocales();
> DataCollection entries =
> SessionManager.getSession().retrieve(News.BASE_DATA_OBJECT_TYPE);
> entries.setRange(new Integer(0), quantity);
> Filter filter = entries.addFilter(News.LOCALE+ " in
> :localeToRetrieve");
> filter.set("localeToRetrieve", ll);
>
Setting the in filter to be a list doesn't look right to me. Without
digging in to the code, I can't remember if this is supported. I don't
recall having seen this anywhere else.
Matt
--
Redhat-ccm-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-ccm-list
Archives: https://www.redhat.com/pipermail/redhat-ccm-list/