if I remember correctly you get this error when you instantiate a plain EOEditingContext (not the Wonder one!) in a Wonder app
Don't do this: ec = new EOEditingContext() That is the way to do it: ec = ERXEC.newEditingContext() have fun ---markus--- > On 26 Jul 2019, at 11:36, André Rothe via Webobjects-dev > <[email protected] <mailto:[email protected]>> > wrote: > > Hi, > > I get an exception in my application, what is the reason for? > > Error: java.lang.IllegalStateException: Found null delegate. You can > disable this check by setting > er.extensions.ERXRaiseOnMissingEditingContextDelegate=false in your > WebObjects.properties > Reason: Found null delegate. You can disable this check by setting > er.extensions.ERXRaiseOnMissingEditingContextDelegate=false in your > WebObjects.properties > > Thanks > André > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected] > <mailto:[email protected]>) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com > > <https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com> > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
