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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/chill% 40global-village.net

This email sent to [EMAIL PROTECTED]


--

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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to