Re: Error Message:
Re: Error Message:
- Subject: Re: Error Message:
- From: Chuck Hill <email@hidden>
- Date: Tue, 11 Apr 2006 11:48:28 -0700
On Apr 11, 2006, at 11:36 AM, Jeffrey Pearson wrote:
Can someone tell me what this error means? I'd like to know what it
actually means so I can learn to troubleshoot on my own and not
have to coming running to you guys every time. Id appreciate it.
You are probably asking the wrong people to start with :-) but we
will get to that in a second.
java.lang.RuntimeException: Found null delegate. You can disable
this check by setting
er.extensions.ERXRaiseOnMissingEditingContextDelegate=false in your
WebObjects.properties
First, this is talking about er.extensions.* so this is a Project
WONDER question, not a WebObjects question. You are likely to get
more knowledgeable answers on the WONDER mailing list.
Second, the error message tells you how to fix it. Edit or create a
file name WebObjects.properties and add it to the resources of your
project. Add this line to it:
er.extensions.ERXRaiseOnMissingEditingContextDelegate=false
It looks like the WONDER editing context is expecting there to be a
delegate (see com.webobjects.eocontrol.EOEditingContext.Delegate) and
you have not set one. Maybe you need one, maybe you don't. I have
no idea. The WONDER folks would know.
Chuck
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
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