Re: Snow Leopard and TimeZones

2009-10-19 Thread Michael Halliday
On 2009-10-19, at 9:41 PM, David LeBer wrote: On 2009-10-19, at 9:36 PM, Michael Halliday wrote: On 2009-10-19, at 4:41 PM, David LeBer wrote: On 2009-10-13, at 3:58 PM, Michael Halliday wrote: It shows the following: michael$ date Tue 13 Oct 2009 15:57:50 EDT Michael, did you find

Re: Snow Leopard and TimeZones

2009-10-19 Thread Michael Halliday
On 2009-10-19, at 4:41 PM, David LeBer wrote: On 2009-10-13, at 3:58 PM, Michael Halliday wrote: It shows the following: michael$ date Tue 13 Oct 2009 15:57:50 EDT Michael, did you find a resolution for this issue? Not until now ... my timezone was set for London - Canada ... I had

Re: Snow Leopard and TimeZones

2009-10-13 Thread Michael Halliday
, Michael Halliday wrote: Hi, No it's for sure 00:05 ... if I run the following test: public static void main(String[] args) { Calendar now = Calendar.getInstance(); System.out.println(now.getTimeZone()); System.out.println(now.getTime()); } I get: sun .util .cal

Re: Snow Leopard and TimeZones

2009-10-13 Thread Michael Halliday
you sure it's 00:05 and not 05:00? Yours Miguel Arroz On 2009/10/13, at 18:39, Michael Halliday wrote: Hey Guys, Has anyone noticed any time zone issues with Java and Snow Leopard? Ever since migrating to snow leopard, my java default timezone is GMT-00:05, when my system is actually G

Snow Leopard and TimeZones

2009-10-13 Thread Michael Halliday
Hey Guys, Has anyone noticed any time zone issues with Java and Snow Leopard? Ever since migrating to snow leopard, my java default timezone is GMT-00:05, when my system is actually GMT-04:00 (America/Toronto EDT). Anyone else noticing this? I'm running Mac OS X 10.6.1 with WO 5.4.3. java

Re: NSTimestamp bug in timestampByAddingGregorianUnits

2009-10-07 Thread Michael Halliday
I ran into this bug quite a while ago! I found this code somewhere ... I don't recall where ... I think it may have been the Houdah framework. Anyway, I'm not going to take credit for it, but it works! /** Adds time to a date. * This utility method replaces NSTimestamp.

Re: Large to-many relationships and caching "Best Practise"

2009-08-14 Thread Michael Halliday
Interesting ... thanks Mike! I'll take a look! Cheers, Michael. On 12-Aug-09, at 10:25 AM, Mike Schrag wrote: This is pretty much exactly what I do as well. Just didn't know if there was a "better way" of doing this and managing the cache. Depending on how you're using these things: http:

Re: Large to-many relationships and caching "Best Practise"

2009-08-12 Thread Michael Halliday
" the graph? Or do you just put hooks in your EOs and all refreshCaches() when you add-to or remove-from a relationship? The refreshCaches method simply nulls out the private NSArray. The accessor then checks for null and only fetches if necessary. Alan On Aug 11, 2009, at 9:32 A

Re: Large to-many relationships and caching "Best Practise"

2009-08-12 Thread Michael Halliday
On 11-Aug-09, at 1:45 PM, David Avendasora wrote: On Aug 11, 2009, at 11:32 AM, Michael Halliday wrote: Hi List, Let's say you have in your model: Customer -->> Transactions Since a customer could have 1000's or 1's transactions ... obviously you wouldn't

Large to-many relationships and caching "Best Practise"

2009-08-11 Thread Michael Halliday
Hi List, Let's say you have in your model: Customer -->> Transactions Since a customer could have 1000's or 1's transactions ... obviously you wouldn't want to have transactions as a class property on the Customer EO for performance reasons. Normally you would never want to get at AL

Re: Maven question...

2009-07-28 Thread Michael Halliday
Hey Lachlan, Thanks for the info ... just what I was looking for. I'll give it a shot ... wish me luck :) Cheers, Michael. On 27-Jul-09, at 3:16 PM, Lachlan Deck wrote: Hi Michael, On 28/07/2009, at 12:37 AM, Michael Halliday wrote: Hey List, Don't know if this is the corre

Maven question...

2009-07-27 Thread Michael Halliday
Hey List, Don't know if this is the correct list to be discussing Maven stuff or not. But, I have been trying to get Maven running ... and I think I have succeeded. I have wonder building and it installs into my repository just fine. So, now comes the fun part ... I have a ton of frame

Re: Project Wonder Version for WebObjects 5.2.4

2009-06-24 Thread Michael Halliday
On 24-Jun-09, at 8:28 AM, Mike Schrag wrote: Could that be a typo? You'd think so, but no. Seriously, that is the setting that I use. And yes, I do use the sec to serve up most of the public content. So wait .. is that setting broken, or does it just not do what i think it does? ms er.

NSNumberFormatter vs NumberFormat

2008-02-08 Thread Michael Halliday
Hey list!! Just a question regarding the use of NSNumberFormatter vs NumberFormat. We're working on localizing one of our app for use in multiple countries. We are dealing with decimal and currency formats in a variety of locales. Just wondering what everyone else uses and the pros and c

Re: Slogan

2007-11-07 Thread Michael Halliday
WebObjects - Web development for the rest of us. :) On 7-Nov-07, at 7:55 AM, Pascal Robert wrote: Please wait until Friday before voting, it's easier to track vote with SurveyMonkey than with a mailing list :-) +1 2007/11/7, Pierre Bernard <[EMAIL PROTECTED]>: +1 On Nov 6, 2007, at 10:3

Re: Database choices

2007-10-29 Thread Michael Halliday
It does appear that MySQL has come along way. We're actually looking at migrating to MySQL from our current OpenBase install for performance issues. Don't really hear much about OpenBase and WO these days ... does anyone still use it in production environments? Michael. On 29-Oct-07, at 2

Re: WebObjects 5.4 is out.

2007-10-28 Thread Michael Halliday
Awesome! Thanks ... that worked perfectly!! Cheers, Michael. On 28-Oct-07, at 2:02 PM, Art Isbell wrote: On Oct 28, 2007, at 6:31 AM, Michael Halliday wrote: Okay ... wotaskd is happy now, but apache doesn't seem to be handling the requests correctly. I just get a 403 Forbidden

Re: WebObjects 5.4 is out.

2007-10-28 Thread Michael Halliday
ystem/Library/WebObjects/Adaptors/Apache2.2/apache.conf Or is there something else I am missing completely!!! Thanks, Michael. On 28-Oct-07, at 12:24 PM, Michael Halliday wrote: okay yeah, for some reason the upgrade to Leopard switched the JavaVM versions on me ... something to watch ou

Re: WebObjects 5.4 is out.

2007-10-28 Thread Michael Halliday
;re running it with 1.4 and it's build with 1.5. On Oct 28, 2007, at 11:53 AM, Michael Halliday wrote: Hey guys, I'm just curious how others have configured apache on Leopard client to run in non-direct connect mode? I've tried adding the following line to my apache2.2

Re: WebObjects 5.4 is out.

2007-10-28 Thread Michael Halliday
y to develop using apache2? Cheers, Michael. Michael Halliday Eadiefleet Corporation email: [EMAIL PROTECTED] web: http://www.eadiefleet.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@l

Re: The other IDE

2006-08-12 Thread Michael Halliday
The following paragraph that Jeremy wrote is really scarring me ... I am reading a lot into this statement as to the future of WebObjects as we know it today.Michael.On 12-Aug-06, at 12:46 PM, Jeremy Rosenberg wrote:... but given that this community is now tasked with developing the future of WebOb

Re: Let's brainstorm

2006-08-12 Thread Michael Halliday
I have so say that I wish Apple would put back that QuickTime overview presentation that they used to have describing both WO development and deployment. Maybe it's still hiding somewhere on Apple's site ... but it used to be right on the main WebObjects page at http://www.apple.com/webobj

Re: Time out!

2006-08-12 Thread Michael Halliday
el like I have lost a "good friend" (being XCode). Well, I hope we get an announcement sooner as opposed to later on this matter. The suspense is killing me. Michael. Michael Halliday [EMAIL PROTECTED] ADC Select Member On 12-Aug-06, at 11:43 AM, [EMAIL PROTECTED] wrote: *sigh* stupid h

Re: Second d in .eomodeld

2006-04-24 Thread Michael Halliday
I have no idea what it official stands for ... I always thought it stood for diagram, but who knows! Michael. On 25-Apr-06, at 12:34 AM, Chuck Hill wrote: Just idle curiosity, does anyone recall why that second d is there? -- Coming in 2006 - an introduction to web applications using Web

Re: Managing EOF caching

2006-01-23 Thread Michael Halliday
Regards, Kieran On Jan 22, 2006, at 11:44 PM, Michael Halliday wrote: Hey everyone, I was just wondering about the validateForSave() method that Michael showed us and Art commented on ... I must admit I have, in the past, updated values in the validateForSave method without any problems, bu

Re: Managing EOF caching

2006-01-22 Thread Michael Halliday
Hey everyone,I was just wondering about the validateForSave() method that Michael showed us and Art commented on ... I must admit I have, in the past, updated values in the validateForSave method without any problems, but after reading Practical WebObjects and some other online docs I have been sca

Re: mysql issues

2005-11-03 Thread Michael Halliday
Hi Justin, You need to specify the length of the varchar field in eomodeler (the width column). So, then when you go to create the SQL it will look like (for example): CREATE TABLE CUSTOMER (CUSTOMERCITY VARCHAR(100) NOT NULL, On 3-Nov-05, at 1:41 PM, Justin Barry wrote: I am havi