Looking at the registry component we are doubling the number of objects returned per query:

public List getPortletApplications()
{
Criteria c = new Criteria();
List list = new ArrayList(getPersistenceBrokerTemplate().getCollectionByQuery(


QueryFactory.newQuery(PortletApplicationDefinitionImpl.class, c)));
        postLoadColl(list);
        return list;
    }

any objections to returning a collection instead of list?
seems like OJB always returns Collections and not Lists

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773 4646
[mobile] +01 707 529 9194


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to