Re: Snapshot problems
Re: Snapshot problems
- Subject: Re: Snapshot problems
- From: Chuck Hill <email@hidden>
- Date: Mon, 23 Apr 2007 10:40:27 -0700
That should be OK as those are POJO instance variables, not EO
attributes.
Chuck
On Apr 23, 2007, at 10:33 AM, Guido Neitzer wrote:
On 20.04.2007, at 16:12, Steven Mark McCraw wrote:
public CatalogItem() {
super();
saleInfo = null;
saleItemsFetched = false;
configurableKit = false;
}
...
Or was I right the first time, and the code I added above is
problematic? Sorry for all the confusion / false hope.
You should do that in "awakeFromInsertion(EOEditingContext ec)".
Remember: never work with an EO that's not in an editingContext.
And during construction, it is not in an editingContext.
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
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