Tangentially related to below - launching WO Infocenter displays this:
Welcome to the WebObjects Info Center. This web application will
autolaunch your browser with the correct URL.
If for some reason your web browser does not launch automatically,
please connect to the following URL:
http://localhost:1239/
Mar 15 12:19:06 WOInfoCenter[938] Waiting for requests...
[Process was terminated by signal 11]
Whats with signal 11? Do I have a bad install do we think? This is
WO 4.01 on Rhapsody on a Powerbook.
> If you go to the WOInfoCenter and search for EOQualifier and
go to
> the EOQualifier documentation, you should find a link to constructing
> qualifiers which covers programmatic creation of qualifiers.
After creating
> a qualifier and fetchSpecification, you can get objects from the
database by
> asking [anEditingContext objectsWithFetchSpecification:myFetchSpec],
> or, if
> you have a WODisplayGroup with an EODatabaseDataSource, you can
set your
> qualifier on the dataSource's fetchSpecification and then tell the
> displayGroup to fetch.
>
> Regards,
> Paul