Re: [OGo-XML-RPC] Exceptions/Malformed requests
Helge Hess <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
On Donnerstag, 17. Juli 2003, at 14:24 Uhr, Christoph Moeller wrote:
> class: ObjcRuntimeException
> name: ObjcRuntimeException
> reason: LSCommandContext (instance) does not recognize
> documentManager
Hm, that again looks like the skyxmlrpcd got broken during the
SKYRiX=>OGo transition ... :-(
The "documentManager" method of LSCommandContext was moved to the
OGoBase bundle (contained in the DocumentAPI directory). So it must be
ensured that OGoBase is loaded prior access of the documentManager
method.
We'll look into this, it is certainly a bug. As a quick hack, you could
add a
NSClassFromString("SkyBaseBundleManager");
call in the -init section of the xmlrpcd application class.
best regards,
Helge
--
OpenGroupware.org - http://www.opengroupware.org/