Re: WOLips modeler trouble

2006-09-01 Thread Jonny Meijer
On Sep 1, 2006, at 4:00 PM, Jonny Meijer wrote: Richard, WO 5.3.x comes free with the latest versions of XCode 2.x, which are available with a free ADC account. Therefore there is no need to buy anything. I hope this reduces the uneasiness! Jonny On Sep 1, 2006, at 3:50 PM, Richard B

Re: WOLips modeler trouble

2006-09-01 Thread Jonny Meijer
Richard, WO 5.3.x comes free with the latest versions of XCode 2.x, which are available with a free ADC account. Therefore there is no need to buy anything. I hope this reduces the uneasiness! Jonny On Sep 1, 2006, at 3:50 PM, Richard Bruch wrote: Ken, thank you for fast feedback. My

Re: Time out!

2006-08-14 Thread Jonny Meijer
Note that WOBuilder (or at least in the past ... haven't tried recently) complains that the html is invalid if you put a WO tag inside an html one...JonnyOn Aug 14, 2006, at 3:29 PM, Mike Schrag wrote:Not simplistic thinking at all, however, where things break down is that it's perfectly valid WO t

Re: WWDC Blues...

2006-08-11 Thread Jonny Meijer
Woops ... meant to send it to the list ... Jonny On 11-Aug-06, at 10:38 PM, Jonny Meijer wrote: On 11-Aug-06, at 8:25 PM, Gavin Eadie wrote: At 12:04 AM +0100 8/12/06, Simon wrote: i have to say that i, as one of the many dedicated webobjects developers who couldn't attend WWDC

Re: WOB 5.3.1 deleting components WTF?

2006-08-03 Thread Jonny Meijer
On Sept 15, 2005, Kevin Carlin suggested on this list the following for v5.3 of WOBuilder: In a bash shell, type: defaults delete com.apple.WebObjectsBuilder Perhaps this would work? Jonny On Aug 3, 2006, at 12:45 PM, Guido Neitzer wrote: On 03.08.2006, at 16:56 Uhr, William Hatch wrote:

Re: Snapshot error

2006-08-02 Thread Jonny Meijer
Oh yeah, I forgot that using XCode can cause those issues ... that's what I get for using Eclipse and then getting real exceptions! Jonny On Aug 2, 2006, at 1:07 PM, Chuck Hill wrote: When this happens the first thing I do is swear. :-) Then I quit Xcode, rm -r build/ in the project(s).

Re: Snapshot error

2006-08-02 Thread Jonny Meijer
Can't say I have nailed this one down ... it has occurred in two different cases (in the same entity, incidentally).  According to the snapshot, the value of the attribute is null, yet according to EOF it's not (empty string perhaps?), I would suggest looking at your EOModel to see where EOF could

Re: JDBCChannel method failed to update

2006-07-25 Thread Jonny Meijer
I have seen such an exception most often when there was locking on a timestamp attribute. The exception would happen because of an issue with the precision, I think. Regardless, the solution was to remove locking on that attribute. Jonny On Jul 25, 2006, at 12:06 PM, Randy Wigginton wrot