Re: IE SSL cache bug

2008-04-20 Thread Mr. Pierre Frisch
Could you please file a bug report? Including the fix :). Thank you Pierre -- Pierre Frisch [EMAIL PROTECTED] On Apr 18, 2008, at 21:34, Chuck Hill wrote: That is a great bug, isn't it! I have enjoyed it many times over the years. Here is a class that I wrote that seems to fix this. It

Re: IE SSL cache bug

2008-04-20 Thread Chuck Hill
On Apr 20, 2008, at 11:06 AM, Mr. Pierre Frisch wrote: Could you please file a bug report? Including the fix :). But, I don't know how to fix IE! :-) Which is why I had not reported this as a WO bug: it isn't. But I will happily file this as an enhancement request. Chuck Thank

Re: IE SSL cache bug

2008-04-20 Thread Mr. Pierre Frisch
I will be happy to add this work around it it trips many people it is worth it. Thanks Pierre -- Pierre Frisch [EMAIL PROTECTED] On Apr 20, 2008, at 11:32, Chuck Hill wrote: On Apr 20, 2008, at 11:06 AM, Mr. Pierre Frisch wrote: Could you please file a bug report? Including the fix :).

Database Design - Multiple locations

2008-04-20 Thread Mr. Frank Cobia
I have a database design question. I am posting it to the WebObjects list because I am building a WebObjects app and want a solution that works well for EOF. I have a table of data that has to have a location associated with it. Unfortunately the level of the location is not constant. The

Out of memory

2008-04-20 Thread Lachlan Deck
Hi there, has anyone seen this before? Is it just coincidental? Usually when I see OutOfMemoryErrors it's due to some infinite loop or some bug... WO5.3.3, Mysql jconnector 5.0.6 com.webobjects.foundation.NSForwardException for java.lang.OutOfMemoryError: Java heap space at

Re: Database Design - Multiple locations

2008-04-20 Thread James Cicenia
Does your data haphazardly point to any location? Or does it point always to city (the most discreet) which is hierarchical down from Country? If that is the case just point it to city and you will have access to all the other locations as they would all be joined in to-one relationship up

Re: Out of memory

2008-04-20 Thread Andrew Lindesay
Hello Lachlan; I have reasonable suspicions that the MySQL driver leaks -- the most damning of which is a project wherein the instances went down frequently owing to memory exhaustion, but immediately after a migration to PostgreSQL in 2006, the memory exhaustion problem stopped and

Re: Out of memory

2008-04-20 Thread Lachlan Deck
Hi Andrew, thanks for the info... On 21/04/2008, at 2:54 PM, Andrew Lindesay wrote: Hello Lachlan; I have reasonable suspicions that the MySQL driver leaks -- the most damning of which is a project wherein the instances went down frequently owing to memory exhaustion, but immediately