Re: Host in WO URL (was "No Instance available" message)

2006-07-04 Thread Chuck Hill
On Jun 30, 2006, at 6:23 PM, Art Isbell wrote: On Jun 30, 2006, at 1:33 PM, Chuck Hill wrote: Jerry! You're alive! I haven't see you drop by in so long I was beginning to wonder. :-) I figured he was off hot-rodding his Pismo even more :-) Along these same lines, what's the ho

Re: "No Instance available" message

2006-07-04 Thread Chuck Hill
On Jul 1, 2006, at 8:38 PM, Jerry W. Walker wrote: Hi, Chuck, On Jun 30, 2006, at 7:33 PM, Chuck Hill wrote: Jerry! You're alive! I haven't see you drop by in so long I was beginning to wonder. :-) Yeah, actually still alive, without interruption. :-) But I've been very busy and at

Re: WOResourceManager, opposite of stringForKey

2006-07-04 Thread Jean-François Veillette
Why not reverse the problem and use an alias mapping. it would look like this : { // english alias search = "search"; find = "search"; // french alias recherche = "search"; trouve = "search"; } then in you DA, you would overwrite : public WOActionRes

Re: AJAX WebObjects Integration

2006-07-04 Thread Fredrik Lindgren
Thank you! That was it! /Fredrik 4 jul 2006 kl. 15.49 skrev Mike Schrag: JSONRPCBridge uses classes from Servlets, so make sure you have servlet.jar in your /Library/Java/Extensions folder (or /Library/ WebObjects/Extensions). ms On Jul 4, 2006, at 9:16 AM, Fredrik Lindgren wrote: When

Re: WOResourceManager, opposite of stringForKey

2006-07-04 Thread Dev WO
Hello Chuck, On Jul 3, 2006, at 6:53 AM, Dev WO wrote: Hi guys, I'm probably missing something obvious, but I just don't see it... Is there any simple way to get a key from a string? assuming the string will be localized using the .plist method. No. And even if there was, the best you w

Re: Locations of resources ye again

2006-07-04 Thread Guido Neitzer
Am 04.07.2006 um 18:40 Uhr schrieb Chuck Hill: I'm happy to see that I am not the only one that things that is the best approach. You're not ... ;-) We have WS Resources in a separate folder in Eclipse which gets rsync'ed to the server when we deploy new releases and which has a link in

Re: Locations of resources ye again

2006-07-04 Thread Chuck Hill
I'm happy to see that I am not the only one that things that is the best approach. Chuck On Jul 3, 2006, at 5:21 PM, Alex Cone wrote: On Jul 3, 2006, at 12:45 PM, [EMAIL PROTECTED] wrote: Date: Mon, 3 Jul 2006 15:01:54 +0200 From: [EMAIL PROTECTED] Subject: Locations of resources ye a

Re: WOResourceManager, opposite of stringForKey

2006-07-04 Thread Chuck Hill
On Jul 3, 2006, at 6:53 AM, Dev WO wrote: Hi guys, I'm probably missing something obvious, but I just don't see it... Is there any simple way to get a key from a string? assuming the string will be localized using the .plist method. No. And even if there was, the best you would get is a li

Re: AJAX WebObjects Integration

2006-07-04 Thread Mike Schrag
JSONRPCBridge uses classes from Servlets, so make sure you have servlet.jar in your /Library/Java/Extensions folder (or /Library/ WebObjects/Extensions). ms On Jul 4, 2006, at 9:16 AM, Fredrik Lindgren wrote: When trying Davids sample on a MacBook with I get this error: http://192.168.0.3:4

Re: AJAX WebObjects Integration

2006-07-04 Thread Fredrik Lindgren
When trying Davids sample on a MacBook with I get this error: http://192.168.0.3:49378/cgi-bin/WebObjects/TacowAjaxDemoX.woa [2006-07-04 14:48:43 CEST] null [2006-07-04 14:48:42 CEST] Waiting for requests... [2006-07-04 14:48:45 CEST] socket=null> Throwable occurred: java.lang.NoClassDefFoundEr

Re: Locations of resources ye again

2006-07-04 Thread Vincent Coetzee
Thanks Alex, very useful On 4 Jul 2006, at 02:21, Alex Cone wrote: On Jul 3, 2006, at 12:45 PM, [EMAIL PROTECTED] wrote: Date: Mon, 3 Jul 2006 15:01:54 +0200 From: [EMAIL PROTECTED] Subject: Locations of resources ye again Dear List, I have searched the archives, but can not find a defin

Re: Automatic operation at application statup - once for each instance

2006-07-04 Thread Eugene Khablov
If I'm not mistaken the maintenance operation could be hit more then once when called from a DirectAction if timeouts have happened during generating response for DA. And so at the least the maintenance operation should be started in separate thread in DA to avoid timeouts. Eugene Khablov On 3/22