Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread Chuck Hill
On Apr 11, 2007, at 12:50 PM, David Avendasora wrote: On Apr 11, 2007, at 2:03 PM, Chuck Hill wrote: On Apr 11, 2007, at 12:01 PM, Ken Anderson wrote: This is one of Jerry's reponses: http://lists.apple.com/archives/webobjects-dev/2005/Jul/ msg00509.html I am trying to wrap my mind aroun

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread David Avendasora
On Apr 11, 2007, at 2:03 PM, Chuck Hill wrote: On Apr 11, 2007, at 12:01 PM, Ken Anderson wrote: This is one of Jerry's reponses: http://lists.apple.com/archives/webobjects-dev/2005/Jul/msg00509.html I am trying to wrap my mind around what Jerry has written here. It's going to take me

Re: No instance found alert ?

2007-04-11 Thread Zak Burke
Mike Schrag wrote on 4/11/07 2:39 PM: That's a clever idea ... Does that CGI script fire in the case of a request timeout that causes a No instance available even if the user has dropped their connection before the request actually times out? I think so, as I do get some seemingly spurious err

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread Chuck Hill
On Apr 11, 2007, at 12:01 PM, Ken Anderson wrote: This is one of Jerry's reponses: http://lists.apple.com/archives/webobjects-dev/2005/Jul/msg00509.html You can go to lists.apple.com and pretty much search your heart out. What Chuck is suggesting happening is that you have something on you

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread Ken Anderson
This is one of Jerry's reponses: http://lists.apple.com/archives/webobjects-dev/2005/Jul/msg00509.html You can go to lists.apple.com and pretty much search your heart out. What Chuck is suggesting happening is that you have something on your page (like a WOConditional) that's state is bound t

two wotaskd on a single machine... [was: Any docs]

2007-04-11 Thread Mark Ritchie
On 11-Apr-07, at 2:34 PM, Gino Pacitti wrote: Are there any docs on running two wotaskd on a single machine each serving a different ethernet port and IP address? This should get you started: "Deploying Multiple Sites" on a single machine: http://developer.apple.com/documentation/WebObjects/De

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread David Avendasora
Okay, I'm having a hard time finding the info by googling for it. Any chance of a link? Thanks, Dave On Apr 11, 2007, at 11:16 AM, Ken Anderson wrote: You can look for my prior postings too... I've even written up a decent solution a couple of times... :) On Apr 11, 2007, at 12:07 PM, Ch

Re: No instance found alert ?

2007-04-11 Thread Mike Schrag
That's a clever idea ... Does that CGI script fire in the case of a request timeout that causes a No instance available even if the user has dropped their connection before the request actually times out? ms On Apr 11, 2007, at 2:28 PM, Zak Burke wrote: James Cicenia wrote on 4/11/07 10:06

Any docs

2007-04-11 Thread Gino Pacitti
Hi All Are there any docs on running two wotaskd on a single machine each serving a different ethernet port and IP address? Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: No instance found alert ?

2007-04-11 Thread Zak Burke
James Cicenia wrote on 4/11/07 10:06 AM: Anyone know of a good cheap service to monitor my web apps when they stop responding... i.e, no instance available, etc. My Adaptor Settings/Redirection URL is a CGI script that sends email (see below). You can also set up a cron-job to periodically hit

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread David Avendasora
On Apr 11, 2007, at 6:36 AM, Ken Anderson wrote: David, Are you sure you're looking at the same RSComponent when you find all the relationships null? To me, that is a clear case of RSComponent being the target of a mandatory to-one relationship. Under certain circumstances, EOF will cr

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread Ken Anderson
You can look for my prior postings too... I've even written up a decent solution a couple of times... :) On Apr 11, 2007, at 12:07 PM, Chuck Hill wrote: Paging Mr. Walker, Mr. Jerry Walker. Mr. Jerry Walker, please come to the WO List. :-) This is one of Jerry's most favored rants. I am

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread Chuck Hill
Paging Mr. Walker, Mr. Jerry Walker. Mr. Jerry Walker, please come to the WO List. :-) This is one of Jerry's most favored rants. I am pretty sure that what is happening is that you are modifying the structure of the page while it is processing the takeValues phase. Search for some of

Re: Object Store

2007-04-11 Thread David LeBer
On 11-Apr-07, at 11:21 AM, Frank Stock wrote: Hi Mike, I just installed WOWonder into my project. How can I set the Object Store now? Can I find an example of that, Do I just put er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in the Application class. I don't use session

Re: Object Store

2007-04-11 Thread Guido Neitzer
On 11.04.2007, at 09:21, Frank Stock wrote: Do I just put er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in the Application class. I don't use sessions so now I set EOEditingContext ec= new EOEditongContext(). If you really want to use Wonder, do the following: 1. Let yo

Object Store

2007-04-11 Thread Frank Stock
Hi Mike, I just installed WOWonder into my project. How can I set the Object Store now? Can I find an example of that, Do I just put er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in the Application class. I don't use sessions so now I set EOEditingContext ec= new EOEdito

Re: Object Store

2007-04-11 Thread Mike Schrag
Yep -- @see ERXObjectStoreCoordinatorPool and ERXObjectStoreCoordinatorSynchronizer for more info. This is also the same backend that ERXRemoteSynchronizer hooks into to do multicast (/whatever) remote change notification. ms On Apr 11, 2007, at 10:17 AM, David LeBer wrote: On 11-Apr-07,

Re: Object Store

2007-04-11 Thread Mark Ritchie
On 11-Apr-07, at 9:53 AM, Frank Stock wrote: I did some stress-testing and one of the calls goes from 1 second to 22 seconds under heavy load. Wow, why such a change in timing? Sounds like you need to profile this application with Shark and see what's going on! I'd make a recording of a

Re: Object Store

2007-04-11 Thread David LeBer
On 11-Apr-07, at 10:05 AM, Mike Schrag wrote: You have to be sort of careful, because making new EOF stacks means you have to deal w/ cache freshness issues. If you're using Wonder, this is not really an issue -- you can just turn on: er.extensions.ERXObjectStoreCoordinatorPool.maxCoordina

No instance found alert ?

2007-04-11 Thread James Cicenia
Hello - Anyone know of a good cheap service to monitor my web apps when they stop responding... i.e, no instance available, etc. Thanks James Cicenia ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Re: Object Store

2007-04-11 Thread Mike Schrag
You have to be sort of careful, because making new EOF stacks means you have to deal w/ cache freshness issues. If you're using Wonder, this is not really an issue -- you can just turn on: er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 and it will keep the stores in sync. Th

Object Store

2007-04-11 Thread Frank Stock
We have an application with a lot of SOAP-CALLS. It seems that our Object Store is becoming a bottle-neck (MySQL). I did some stress- testing and one of the calls goes from 1 second to 22 seconds under heavy load. I did a test with a new Objects Store, just for that call and it goes to 2 sec

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread David Avendasora
(truncated old messages to get past filter) On Apr 11, 2007, at 6:36 AM, Ken Anderson wrote: David, Are you sure you're looking at the same RSComponent when you find all the relationships null? To me, that is a clear case of RSComponent being the target of a mandatory to-one relationship.

Re: Updating Nested To-Many Relationship *NOT SOLVED*

2007-04-11 Thread Ken Anderson
David, Are you sure you're looking at the same RSComponent when you find all the relationships null? To me, that is a clear case of RSComponent being the target of a mandatory to-one relationship. Under certain circumstances, EOF will create an empty EO that's the target of that mandato

Re: Instance number

2007-04-11 Thread Dev WO
Hi Bruno, You can use applicationNumber() from WORequest Xavier Hello, How can I get the instance number of an application in Application? I try number() but It always gives me "-1"... Thank you. ___ Do not post admin requests to the list. They w

Instance number

2007-04-11 Thread WIESEN Bruno
Hello, How can I get the instance number of an application in Application? I try number() but It always gives me "-1"... Thank you. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists