Re: AJAX and You backtracked too far error

2005-12-08 Thread Stirling Olson
Just in case anyone uses this in the future, I believe you need the following line at the bottom of the setIsRPCMethod() function: context().request().setUserInfo( ui ); Otherwise, this works like a charm. Thanks Greg. -Stirling On Nov 15, 2005, at 4:47 PM, Greg Hulands wrote: In you su

Logging SQL statements

2005-12-17 Thread Stirling Olson
I think I'm going crazy... I'm trying to turn SQL logging on in my application and can't seem to do it for the life of me. I'm running on: Mac OS 10.4 XCode 2.1 I have: EOAdaptorDebugEnabled=true in my Properties file. I have: -DEOAdaptorDebugEnabled=true set as an argument in XCode -> Pr

Re: Logging SQL statements

2005-12-17 Thread Stirling Olson
an Xcode argument to the application. I think the confusion is resulting from the combined syntaxes of Java Properties and WO Defaults syntax. Regards, Jerry On Dec 17, 2005, at 5:43 PM, Stirling Olson wrote: I think I'm going crazy... I'm trying to turn SQL logging on in my applicatio

Re: Logging SQL statements

2005-12-18 Thread Stirling Olson
t 9:01 AM, Alex Finkel wrote: The correct syntax to use in the active executable is: -EOAdaptorDebugEnabled true You can also try a command line by into your and launching as: ./ -EOAdaptorDebugEnabled true On 12/17/05, Stirling Olson <[EMAIL PROTECTED]> wrote: Hmm. I've trie

Re: Logging SQL statements

2005-12-18 Thread Stirling Olson
2:53 PM, Mike Schrag wrote: By the way, every time I've had that "failed to update row", it was caused by optimistic locking failing because of precision problems in either a float/double/decimal type or a timestamp type that was mapping to a date (without time) type

Re: Thoughts on choosing a source code control system?

2006-03-11 Thread Stirling Olson
I'm just picking up this conversation so my apologies if this has already been said, but we've just switched from CVS to Subversion and have been VERY happy so far. So much nicer than CVS. Hope this helps. -Stirling On Mar 11, 2006, at 3:16 PM, Art Isbell wrote: On Mar 11, 2006, at 11:2