Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-10 Thread Ken Anderson
I remember Nibble! Yes, Pascal, you are pretty young for the community at 35! I'm sorry I couldn't make WOWODC this year - lets start planning the next one so I can plan my family vacation around it :) On Jul 6, 2011, at 1:33 PM, Ken Anderson wrote: > It's honestly pretty simple. > > Apple ne

Re: Dealing with EOUtilities.localInstanceOfObject() in WOUnit

2011-07-10 Thread Paul Hoadley
On 11/07/2011, at 8:09 AM, Henrique Prange wrote: > On 10/07/2011, at 08:04, Paul Hoadley wrote: > >> Hi Henrique, >> >> I'm using WOUnit 1.1.1 to unit test some code that indirectly calls >> EOUtilities.localInstanceOfObject() for whatever reason on an EO that I've >> inserted into a MockEdit

Re: Dealing with EOUtilities.localInstanceOfObject() in WOUnit

2011-07-10 Thread Chuck Hill
On Jul 10, 2011, at 5:39 PM, Henrique Prange wrote: > > On 10/07/2011, at 08:04, Paul Hoadley wrote: > >> Hi Henrique, >> >> I'm using WOUnit 1.1.1 to unit test some code that indirectly calls >> EOUtilities.localInstanceOfObject() for whatever reason on an EO that I've >> inserted into a Mo

Re: Dealing with EOUtilities.localInstanceOfObject() in WOUnit

2011-07-10 Thread Henrique Prange
On 10/07/2011, at 08:04, Paul Hoadley wrote: > Hi Henrique, > > I'm using WOUnit 1.1.1 to unit test some code that indirectly calls > EOUtilities.localInstanceOfObject() for whatever reason on an EO that I've > inserted into a MockEditingContext. Because the EO has not been saved to the > (n

Dealing with EOUtilities.localInstanceOfObject() in WOUnit

2011-07-10 Thread Paul Hoadley
Hi Henrique, I'm using WOUnit 1.1.1 to unit test some code that indirectly calls EOUtilities.localInstanceOfObject() for whatever reason on an EO that I've inserted into a MockEditingContext. Because the EO has not been saved to the (non-existent) DB, the local-instance fails and returns null,