Re: Null Delegate
Re: Null Delegate
- Subject: Re: Null Delegate
- From: Markus Ruggiero via Webobjects-dev <email@hidden>
- Date: Fri, 26 Jul 2019 12:18:31 +0200
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@hidden <mailto:email@hidden>>
> 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@hidden
> <mailto:email@hidden>)
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Null Delegate (From: André Rothe via Webobjects-dev <email@hidden>) |