Re: Slogan

2007-11-06 Thread Denis Stanton
On 7/11/2007, at 10:36 AM, Q wrote: Or how about: "If your not using WebObjects your doing things the hard way" or, putting that in English, "If you're not using WebObjects you're doing things the hard way" ___ Do not post admin requests to the lis

Re: WOServices: replacing Cocoa EOF

2006-10-06 Thread Denis Stanton
f the JSON-formatted xmlhttp.responseText returned from the WO app. Denis Stanton ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update you

Re: java.lang.outofmemory

2006-03-07 Thread Denis Stanton
ntradicted by a following message.regardsDenis Stanton Denis Stanton[EMAIL PROTECTED] ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscrip

Re: Mac OS X Server on Intel Mac Minis?

2006-03-06 Thread Denis Stanton
Mac mini. While most (but not all) applications will run quite well under Rosetta I don't think you could do that with an operating system not compiled for Intel, even if you could trick the installer. regards Denis Stanton [EMAIL PROT

Re: Mac OS X Server on Intel Mac Minis?

2006-03-06 Thread Denis Stanton
alled on this machine - Quit"You could claim that the term "Mac mini" does not specify the processor, but I think we can take it that they didn't think it necessary to say "PowerPC"I'm sure Apple will release an Intel version as some point, but as far as I know that hav

Re: unkown exception

2006-03-03 Thread Denis Stanton
Zac Have you tried re-indexing your project? ('Rebuild Code Sense Index' in the Project Info window). This frequently resolves things that are logically inexplicable, like stuff that worked before becoming 'not found' Denis On 4/03/2006, at 9:18 AM, Zac Konopa wrote: Error: com.webobj

Re: EO Model (not the standalone EOModeler) in Xcode

2006-02-24 Thread Denis Stanton
ade it work by now. It's tragic when the shipping version of Xcode/WebObjects is so clearly broken and stays that way for so long. Denis Stanton [EMAIL PROTECTED] ___ Do not post admin requests to the list. They will be ignored. Webobject

Re: EO Model (not the standalone EOModeler) in Xcode

2006-02-20 Thread Denis Stanton
On 24/11/2005, at 3:10 PM, Ray Kiddy wrote:In the new EOModeler plugin, you select the entities you wish to have SQL for in the outline view. You can multiply select and so on, same as in any outline view. When you select one or more entities and check one or more boxes in the lower-left of the win

Re: WebObjects Licensing

2006-02-06 Thread Denis Stanton
sible for the lack of clarity around WebObjects deployment on non-Apple hardware. Denis Stanton --- On 4/02/2006, at 9:02 AM, Cliff Tuel wrote: Re: Denis' questions...

Re: WebObjects Licensing

2006-02-02 Thread Denis Stanton
bObjects Developer license is the one we modified in 5.3.1 to permit deployments on other platforms. There you go - if you have a WebObjects Developer license, you can deploy anywhere. The only sticking point (which Apple admits) is that you need to jump through a few hoops to do it. K

Re: WebObjects Licensing

2006-02-02 Thread Denis Stanton
eploying on the non-Apple hardware" And one more that I'm not sure about. "For versions of WebObjects > 5.2 there are no WO deployment libraries for non-Apple hardware. If I want to use WO 5.3.1 and deploy on Linux I have to abandon wotaskd and use J2EE regards Denis

Re: NSTimestamp

2006-01-25 Thread Denis Stanton
On 26/01/2006, at 9:41 AM, Ray Ackland wrote: I would add that this is based on the assumption that you are doing a web app. If it was Java client – and this was in the client class – then it would take the time stamp of that system. On 25/01/2006, at 18:49, Denis Stanton wrote: The

Re: NSTimestamp

2006-01-24 Thread Denis Stanton
On 25/01/2006, at 6:39 PM, .::welemski::. wrote: Hi, I have a question about time/date and a like. If I issued a command ; NSTimestamp myTime=new NSTimestamp(); and deployed my app, will the current time of the "Server" will be the one added in the "myTime" variable or will it be on the

Re: WebServices Sample Code Location ?

2006-01-18 Thread Denis Stanton
On 19/01/2006, at 3:23 PM, Louis Demers wrote: Hi, the archives (and even documentation) refers to sample code for webservices like Calculator and AmazonClient, yet my installation of the latest xcode and webobjects lists none of them. I even used Pacifist to check the original installer

Re: JDBC and MySQL 5.0

2006-01-06 Thread Denis Stanton
On 7/01/2006, at 8:38 AM, Michael DeMan wrote: Hi, I was wondering if anybody is using MySQL 5.0. I'm having a problem converting application from 4.1 to 5.0. I've tried both the org.gjt.mm.mysql.Driver and com.mysql.jdbc.Driver drivers to no avail. Everything works in MySQL 4.x, but

Re: Direct Action URL

2005-12-24 Thread Denis Stanton
er (perhaps the instance has stopped, or the number was bogus) it will failover to the next one For you setup it would be best to just omit the instance number from the URl. That saves the possibility of it waiting through a timeout delay before trying another instance. Denis Stanton [

Re: [Newbie] Speed of WO - How to set up a reasonable test environment?

2005-11-26 Thread Denis Stanton
ve no right to refund or replacement unless it is faulty. i.e, you can't take it back if you made a mistake. I am using a Kingston KVR333/1GR 1GB PC2700 CL2.5 184 - pin DIMM Denis Stanton [EMAIL PROTECTED] ___ Do not post admin requests to th

Re: Editing a fetch specification in an EOModel in Xcode 2.2?

2005-11-21 Thread Denis Stanton
ime since I build a fetch spec using the gui view in eomodeler.  I can't remember how I did null date.  I've just looked through an old eomodel which had some saved fetch specs in it , but none involved null, or nill, or nil so I don't know which is rightDenisOn Nov 21, 2005, at 1:53

Re: Editing a fetch specification in an EOModel in Xcode 2.2?

2005-11-21 Thread Denis Stanton
ifier.QualifierOperatorEqual, NSKeyValueCoding.NullValue)Also, if you are using a recent MySQL make sure you add the parameter to return zero dates as null.  This used to be the default, but they changed it.  Without this additional parameter on the database connection null dates will throw exceptions. &zeroDate

Re: More changes

2005-11-12 Thread Denis Stanton
ments to be passed on launch" To find those select your app name in the Executables section of the Group and Files menu and click Info Denis Stanton [EMAIL PROTECTED] ___ Do not post admin requests to the list. They will be ignored. Webo