TOPIC
In WebObjects, the WOAdaptor and WODefaultAdaptor classes provide communications between your WebObjects adaptor and your WebObjects application. In releases 3.1 and 3.51 of WebObjects, some files needed to create your own subclass of the these classes were inadvertently left out of the source code directory.
The WebObjects Current Patch List, TIL article 70037 , contains information on all available patches and workarounds for all versions of WebObjects. Please read this document if you're not sure which patches you need on your system. DISCUSSION
In WebObjects, the WOAdaptor and WODefaultAdaptor classes provide communications between your WebObjects adaptor and your WebObjects application. In releases 3.1 and 3.51 of WebObjects, some files needed to create your own subclass of the these classes were inadvertently left out of the source code directory. If you need to modify the WOAdaptor or WODefaultAdaptor class, download the files appropriate to your version of WebObjects and install them in your NEXT_ROOT directory under NextLibrary/WOAdaptors/Cgi/Source/Application/. To use your own WOAdaptor or WODefaultAdaptor class, copy all of the files from NextLibrary/WOAdaptors/Cgi/Source/Application/ into your project and rename the WoDefaultAdaptor class to something like 'MyWoDefaultAdaptor'. You can start your application using your new adaptor by specifying it on the command line with the -a argument.
|
Document Information | |
Product Area: | WebObjects |
Category: | WebObjects 3.0 and 3.1; WebObjects 3.5.1 |
Sub Category: | Patches; Patches |
Copyright © 2000 Apple Computer, Inc. All rights reserved.