It solves the problem. Thanks!
André
Am 26.07.2019 12:18, schrieb Markus Ruggiero:
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.new
othe via Webobjects-dev
> mailto:webobjects-dev@lists.apple.com>>
> wrote:
>
> Hi,
>
> I get an exception in my application, what is the reason for?
>
> Error:java.lang.IllegalStateException: Found null delegate. Yo
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