Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Janine Sisk
Yea, well, I did it once too, and I have no excuse - I grew up in California and visited San Francisco at every time of the year, many times. Maybe I just needed an excuse to shop. :) janine On Jun 8, 2007, at 7:17 PM, Ken Anderson wrote: Funny enough, in 1991 when I flew to SF for a class

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Ken Anderson
Funny enough, in 1991 when I flew to SF for a class at NeXT, I did just that - brought shorts and t-shirts. The retailers were very happy with me! Ken On Jun 8, 2007, at 9:57 PM, Janine Sisk wrote: On Jun 8, 2007, at 6:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this al

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Janine Sisk
On Jun 8, 2007, at 6:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) The tourist board arranges this for the benefit of retailers. Tourists generally arrive with lots of shorts and golf

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread David LeBer
On 8-Jun-07, at 9:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) Hey I here it's suppose to go up to a balmy 18˚C on Tuesday. Here in Toronto we say we have two seasons: Winter and Augus

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Chuck Hill
On Jun 8, 2007, at 6:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) It is awful this time of year - worse than Canada. I suspect that the Moscone Center gives Apple a discount for hol

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Miguel Arroz
Hi! Although it comes pre-installed, I had to install xCode and the WebObjects.pkg on my server to make it work. Good luck! Yours Miguel Arroz PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) On 2007/06/07,

Re: Xcode: Two Classes with same name, different package.

2007-06-08 Thread Chuck Hill
I can confirm that this is the solution. you need to have the classes in each package in a different directory. Using Eclipse works even better! :-P Chuck On Jun 8, 2007, at 1:49 PM, Jean-François Veillette wrote: I would expect (didn't try exactly this case) that by having each files i

Re: Xcode: Two Classes with same name, different package.

2007-06-08 Thread Jean-François Veillette
I would expect (didn't try exactly this case) that by having each files in a different directory (Classes/com/abc/Customer.java and Classes/com/xyz/Customer.java) would work correctly. - jfv Le 07-06-08 à 15:22, Joe Moreno a écrit : Is there a trick to adding two classes, with the same n

Xcode: Two Classes with same name, different package.

2007-06-08 Thread Joe Moreno
Is there a trick to adding two classes, with the same name but in different packages, to a WebObjects Xcode project? For example, what's the best way to add the following two classes to a single Xcode project: com.abc.Customer.java (in package com.abc) com.xyz.Customer.j

Problem with deleting a related object (to-many relationship)

2007-06-08 Thread David Avendasora
Hi all, I have the following relationship: Tool <-->> ToolConfiguration. - Optionality for the "tool" relationship in ToolConfiguration is "Mandatory" - Optionality for the "toolConfigurations" relationship of Tool is "Optional" - "Owns Destination" is checked for the "toolConfigurations"

Re: Cascading Deletes in WO and DB

2007-06-08 Thread Chuck Hill
On Jun 8, 2007, at 9:45 AM, David Avendasora wrote: Ken and Chuck, Thanks for the input. I have the delete rules set in the DB out of habit. I usually make changes to the DB first, then to WO (as opposed to generating SQL out of EOModeler) and it helps remind me to setup the EOModel corr

Re: Cascading Deletes in WO and DB

2007-06-08 Thread David Avendasora
Ken and Chuck, Thanks for the input. I have the delete rules set in the DB out of habit. I usually make changes to the DB first, then to WO (as opposed to generating SQL out of EOModeler) and it helps remind me to setup the EOModel correctly. It had just occurred to me that it may cause c

Re: Cascading Deletes in WO and DB

2007-06-08 Thread Chuck Hill
On Jun 8, 2007, at 8:57 AM, David Avendasora wrote: Hi all, I have a question regarding the best place to handle cascading deletions. Right now both my database (MS SQLServer) and my EOModel have cascading deletes defined on several relationships. The EOModel and database mirror each oth

Re: Cascading Deletes in WO and DB

2007-06-08 Thread Ken Anderson
David, Is there a reason you have them in your DB? It's far safer to implement the cascade deletes in WO so you don't have to worry about your object graph and the database getting out of sync. To answer your question, the DB or WO will win at different times because of the order of oper

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Shravan Kumar.M
Hello Group, It seems I have almost got the solution for WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 with the help of Kieran and Daniele. Here-in am jotting down the steps, please advise if there are any issues: Downgrading Java: Java version can be easily changed by making

Cascading Deletes in WO and DB

2007-06-08 Thread David Avendasora
Hi all, I have a question regarding the best place to handle cascading deletions. Right now both my database (MS SQLServer) and my EOModel have cascading deletes defined on several relationships. The EOModel and database mirror each other's cascade settings. Is this going to confuse WO if

Re: Type casting in WOComponents

2007-06-08 Thread Jerry W. Walker
Hi, David, On Jun 8, 2007, at 7:50 AM, David LeBer wrote: On 8-Jun-07, at 6:15 AM, Mike Schrag wrote: I always feel double dirty using that one, but maybe it's just me :) I just clean all targets afterwards. ...and you do this, why? For personal hygiene??? Regards, Jerry -- __ Jerry W.

Re: [ANN] WO Tutorial is finally finished

2007-06-08 Thread David Holt
Excellent! Looking forward to reading it. Thanks for doing this, Janine. David On 8-Jun-07, at 12:21 AM, Janine Sisk wrote: Remember that tutorial I said I'd write? That was at the last WWDC. It's finally finished, and not a moment too soon. This isn't for a total newbie; I don't explain

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Jacky Gagnon
Try to rebuild your app with WO 5.3 and deploy this new build to your server running WO 5.3. Note : WO 5.3 is formally qualified and supported on the Java 1.4.2 platform only. On 07-06-08, at 07:51, Shravan Kumar.M wrote: Hi Anjo, Could you please elaborate your idea ? Thanks & Rgds, Sh

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Mike Schrag
It does not require Ajax, btw ... Read the readme in the Documentation folder before deploying. ms On Jun 8, 2007, at 9:24 AM, Daniele Corti wrote: 2007/6/8, Mike Schrag <[EMAIL PROTECTED]>: > Hi Zak, this is what i need, but I have some problems with the > required frameworks, do you know

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Daniele Corti
2007/6/8, Mike Schrag <[EMAIL PROTECTED]>: > Hi Zak, this is what i need, but I have some problems with the > required frameworks, do you know whitch are required? ERCaptcha, ERJars, ERExtensions Thanks, I obtained some strange error before, but now, I just add ERCaptch, ERJars, ERExtensions

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Mike Schrag
Hi Zak, this is what i need, but I have some problems with the required frameworks, do you know whitch are required? ERCaptcha, ERJars, ERExtensions ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread David LeBer
On 8-Jun-07, at 8:09 AM, Daniele Corti wrote: 2007/6/8, Zak Burke <[EMAIL PROTECTED]>: Daniele Corti wrote on 6/8/07 7:07 AM: >I looked for tutorial or howto for create a registration panel that > ask for an authentication code, passed to the client by an image to > avoid the spam re

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Daniele Corti
2007/6/8, Zak Burke <[EMAIL PROTECTED]>: Daniele Corti wrote on 6/8/07 7:07 AM: >I looked for tutorial or howto for create a registration panel that > ask for an authentication code, passed to the client by an image to > avoid the spam registrations. http://webobjects.mdimension.com/wonder/

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Shravan Kumar.M
Hi Anjo, Could you please elaborate your idea ? Thanks & Rgds, Shravan Kumar.M "Let us learn from the past to profit by the present,and from the present to live better in the future." --William WordsWorth --- On 08-Jun-07, at 1:20

Re: Type casting in WOComponents

2007-06-08 Thread David LeBer
On 8-Jun-07, at 6:15 AM, Mike Schrag wrote: I always feel double dirty using that one, but maybe it's just me :) I just clean all targets afterwards. On Jun 8, 2007, at 2:53 AM, Anjo Krank wrote: Am 08.06.2007 um 06:19 schrieb Mike Schrag: Right, so this is true -- If assignedRegion is

Re: OT: Avoid automatic registration with Image Code

2007-06-08 Thread Gino Pacitti
Hi Daniele Try this.. if I read you right.. import java.awt.*; import java.awt.image.*; import java.io.*; import java.util.*; import com.sun.image.codec.jpeg.*; import java.awt.Toolkit; public class TextInImage { public TextInImage(){ } public static void createLoginImage(String i

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Zak Burke
Daniele Corti wrote on 6/8/07 7:07 AM: I looked for tutorial or howto for create a registration panel that ask for an authentication code, passed to the client by an image to avoid the spam registrations. http://webobjects.mdimension.com/wonder/api/er/captcha/ERCaptcha.html zak. _

OT: Avoid automatic registration with Image Code

2007-06-08 Thread Daniele Corti
Hi all, I know it's a little off-topic, but since I'll use it in WO, I would ask for some advice in this: I looked for tutorial or howto for create a registration panel that ask for an authentication code, passed to the client by an image to avoid the spam registrations. For the first time

Re: Type casting in WOComponents

2007-06-08 Thread Mike Schrag
I always feel double dirty using that one, but maybe it's just me :) On Jun 8, 2007, at 2:53 AM, Anjo Krank wrote: Am 08.06.2007 um 06:19 schrieb Mike Schrag: Right, so this is true -- If assignedRegion is a property of Admin only, then you can't bind to that key on User or WOLips will ye

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Anjo Krank
Sheesh. Why the bother? Build your app with the system frameworks embedded and be done with it? Am 08.06.2007 um 07:49 schrieb Shravan Kumar.M: Hi Group, I think now I have a way to Downgrade Java from 1.5.* to 1.4.2 with the steps provided by Kieran. I'll try this out soon and update the

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Daniele Corti
2007/6/8, Shravan Kumar.M <[EMAIL PROTECTED]>: Hi Group, I think now I have a way to Downgrade Java from 1.5.* to 1.4.2 with the steps provided by Kieran. I'll try this out soon and update the group. I actually checked the .dmg of Mac OS X server I could not find anything related to WebObjects.

[ANN] WO Tutorial is finally finished

2007-06-08 Thread Janine Sisk
Remember that tutorial I said I'd write? That was at the last WWDC. It's finally finished, and not a moment too soon. This isn't for a total newbie; I don't explain every concept in WO, partly because it would have taken years and partly because I still don't understand it all myself. T