Re: So how is 5.3.1 looking?

2005-11-14 Thread womail
I don't think that will affect me as long as I'm just trying to learn how to use WO, though it's important for everyone else to know about it of course.Anyone else?  Is everyone waiting for someone else to try it? :)janineOn Nov 14, 2005, at 2:24 PM, Pierre Frisch wrote:Not for me. WO 5.3.1 still c

Re: SharedEditingContext Write Locks?

2005-11-14 Thread Lachlan Deck
Hi there, On 15/11/2005, at 1:20 PM, Dov Rosenberg wrote: We took a closer look at our code and made some changes. We were using a method out of EOUtilities to get data instead of using objectsWithFetchSpecification. Hopefully that will clear up our issue. I will let everyone know if that

Re: SharedEditingContext Write Locks?

2005-11-14 Thread Dov Rosenberg
We took a closer look at our code and made some changes. We were using a method out of EOUtilities to get data instead of using objectsWithFetchSpecification. Hopefully that will clear up our issue. I will let everyone know if that works. A point of clarification: Based on one of the links that s

Re: New WebObjects Builder User Guide

2005-11-14 Thread Lachlan Deck
Hi Cliff, On 15/11/2005, at 8:02 AM, Cliff Tuel wrote: I don't think this has been mentioned... along with the 5.3.1 release, we have an all-new guide to using WebObjects Builder: Good. Som

Re: SharedEditingContext Write Locks?

2005-11-14 Thread Lachlan Deck
Hi there, On 15/11/2005, at 7:55 AM, Fabian Peters wrote: as David said, EOSEC requires special care. OTTOMH I'd say the problem is caused by your use of "objectsWithQualifierFormat". Agreed. From the EOSharedEditingContext docs: "Objects can be fetched into a shared context using objectsW

Re: WOSwitchComponent?

2005-11-14 Thread Arturo Pérez
One way to think of WOComponentContent is to consider a WORepetition. You have an iterator around a hunk of HTML. Other Web technologies have similar things. Well, how would you go about implementing something like that? WOComponentContent allows you to make your own thing that wraps oth

Re: So how is 5.3.1 looking?

2005-11-14 Thread Pierre Frisch
Not for me. WO 5.3.1 still cannot generate a simple wsdl if you are not using the d2* stuff.Pierre -- Pierre Frisch President sPearWay Ltd. phone: +1 604 929 9610 ext 6011 email: [EMAIL PROTECTED] sPearCat Web Catalogs, Custom designed in-house with the click of a mouse. http://www.spearcat.com/ O

Re: New WebObjects Builder User Guide

2005-11-14 Thread James Cicenia
That is nice. After just a quick look I noticed custom palettes. Are there any public WO Palettes out there? Looks good and makes me also want to try a display group! Thanks and keep up the continued progress. - James Cicenia On Nov 14, 2005, at 3:02 PM, Cliff Tuel wrote: I don't think t

Re: SharedEditingContext Write Locks?

2005-11-14 Thread Dov Rosenberg
Title: Re: SharedEditingContext Write Locks? Hmmm, I kind of suspected that was the case.  The whole reason we were using SEC at all was to help performance under load. It doesn’t make sense to have to re-retrieve a lot of the info that is read only for every session that connects up. We tried c

New WebObjects Builder User Guide

2005-11-14 Thread Cliff Tuel
I don't think this has been mentioned... along with the 5.3.1 release, we have an all-new guide to using WebObjects Builder: -- Cliff Tuel . http://apple.com/services/technicalsupport

Re: SharedEditingContext Write Locks?

2005-11-14 Thread Chuck Hill
On Nov 14, 2005, at 12:06 PM, Dov Rosenberg wrote: We use shared editing contexts for a portion of our application that does read only operations. For the most part things work as expected. Lately we have been experiencing some slow downs that appear to point to issues within our shared ed

Re: SharedEditingContext Write Locks?

2005-11-14 Thread Fabian Peters
Hi Dov, as David said, EOSEC requires special care. OTTOMH I'd say the problem is caused by your use of "objectsWithQualifierFormat". I normally use EOSharedEditingContext.defaultSharedEditingContext ().objectsByEntityName().valueForKey("NameOfMyEntity") You could then qualify on the arr

Re: SharedEditingContext Write Locks?

2005-11-14 Thread David Teran
EOSEC is known to be hard to use. Its very likely that you will have EOF deadlocks, which is what you see below. AFAIK the only way to use it without deadlocks is:load the desired eos at startup and make sure they will -nevernever- change no matter if you fault them into another ec, set sec from th

So how is 5.3.1 looking?

2005-11-14 Thread womail
I will be needing to install WO soon, and I'd like to know whether the group thinks 5.3.1 is usable or if I should stick with 5.2.4. This is not for production work but learning, although I think it is equally important when learning something new to avoid dealing with other people's bugs

SharedEditingContext Write Locks?

2005-11-14 Thread Dov Rosenberg
Title: SharedEditingContext Write Locks? We use shared editing contexts for a portion of our application that does read only operations. For the most part things work as expected. Lately we have been experiencing some slow downs that appear to point to issues within our shared editing contexts.

Re: Unit testing

2005-11-14 Thread Chuck Hill
On Nov 8, 2005, at 2:49 PM, Georg Tuparev wrote: I'm studying how to add unit tests to an WebObjects application. I would like to use xCode (i hate eclipse). You like Xcode?!!? You hate Eclipse?!!? What you been smokin' Willis? Hating Eclipse and liking IntelliJIDEA I can understand.

Re: Unwanted Session Creation

2005-11-14 Thread Chuck Hill
I recall a discussion of this in the recent past (search the archives) but fail to recall the cause. Where exactly is the session getting created? Maybe that will remind me. Logging out a stack trace from the session constructor is a big help: public Session() { super(); NSLog.out.

Re: Unit testing

2005-11-14 Thread Chuck Hill
I (almost violently) oppose any code in a a WOComponent not directly and exclusively tied to making the UI function. I try to restrict them to binding variables, cover methods, and overrides for inherited methods. Everything else belongs someplace else, either in the EO or in a layer betw

Re: Application Freezes!

2005-11-14 Thread Chuck Hill
On Nov 5, 2005, at 6:36 AM, James Cicenia wrote: Sure made me laugh! Anyway, our little startup company is growing and our Mac Mini has been holding up remarkably. However, it does look so small and lonely at the co-location facility! Well, because of politics, and vendor alliances, I ha

looking for WO developer

2005-11-14 Thread Darich Runyan/OMNI INFOSEC HQ
All, I am in need of having a fairly simple app written, unfortunately, I am swamped and cannot get to it. I am looking for someone that might be interested. Please contact me offline for more information. Thanks, Darich --- Darich Runyan President/Principal Consultant Omni Infosec Ltd.

Re: conditional link

2005-11-14 Thread David LeBer
On 14-Nov-05, at 11:13 AM, Jeremy Matthews wrote: I want to have an WOimage that, when clicked, will offer the option of inserting an object (revealing a conditional input field). I'd like to offer this ability within the same page using a WOConditional; meaning when a user clicks on the bu

conditional link

2005-11-14 Thread Jeremy Matthews
I want to have an WOimage that, when clicked, will offer the option of inserting an object (revealing a conditional input field). I'd like to offer this ability within the same page using a WOConditional; meaning when a user clicks on the button, it reveals a section where you can insert an

Login oddness

2005-11-14 Thread Gino Pacitti
Has anyone any thoughts on an issue I am experiencing. I have an application deployed on a Linux system which has been running fine for a long time. Just recently (I think it was after the 10.4 recent update but can't say it was that) I began finding that the app does not hold onto certai