Re: Null Delegate

2019-07-26 Thread André Rothe via Webobjects-dev
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

Re: Null Delegate

2019-07-26 Thread Markus Ruggiero via Webobjects-dev
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

Null Delegate

2019-07-26 Thread André Rothe via Webobjects-dev
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