• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WODisplayGroup repeats the same EO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WODisplayGroup repeats the same EO


  • Subject: WODisplayGroup repeats the same EO
  • From: David Avendasora <email@hidden>
  • Date: Fri, 02 Sep 2011 15:35:05 +0800

Hi all,

This is one for posterity. AKA: When I'm an idiot in the future.

I was having a problem with a WODisplayGroup that would have the right number of objects in the selectedObjects Array, but they were all instances of the same EO.

Easy, you say; there's something wrong with the item setter on the WORepetition. Not so fast. It the setter was fine. The SQL that was being used to fetch the data was right too.

The model was wrong. The PK in the FrontBase DB was a LONGINT, but the PK in the EOModel had an external type of INT. The value stored in the DB field was not too long for an INT and an ALTER TABLE statement changed it without issue. Apparently there something about the process in the JDBC driver or EOF that chokes on it turning a Long into an Integer, but not enough to throw an exception, but enough to make all the values the same, in a non-deterministic way. If I quit and relaunched the app, it would likely repeat a different instance, but not always.

Dave _______________________________________________
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

  • Follow-Ups:
    • Re: WODisplayGroup repeats the same EO
      • From: Chuck Hill <email@hidden>
    • Re: WODisplayGroup repeats the same EO
      • From: Ray Kiddy <email@hidden>
  • Prev by Date: Re: New WebObjects Site released.
  • Next by Date: Re: formValueForKey
  • Previous by thread: Re: App thinks name is MainBundle
  • Next by thread: Re: WODisplayGroup repeats the same EO
  • Index(es):
    • Date
    • Thread