Re: Xserve Question

2007-02-07 Thread Karl Gretton
Well the Xserve obviously uses FB-DIMM..so it is serial in nature and the latency increases on each channel since all traffic is routed between the first and any intermediate FB-DIMMs. My experience is that you should place the fastest/largest FB-DIMMs in slot one. So: install your new 1G

Xserve Question

2007-02-07 Thread Seth Norris
I know this is not exactly the correct forum, but everyone that responds to this list is so intelligent that I thought maybe I can get a quality answer here. Now that the shameless flattery (all true though) is over, here is my question: We just received a brand new XServe today (2.66 Xeon / 3

Re: Query on relationship to abstract entity failing w/horizontal inheritance

2007-02-07 Thread Ken Anderson
I'm using Sybase... but I'm pretty sure I'm using the regular JDBC connector. Thanks for the hints! Ken On Feb 7, 2007, at 11:38 AM, Alexander Spohr wrote: Hi, What database are you using? I fixed that for PostgreSQLPlugin but had no time so far to push it back to the svn. if (bEntity.

Re: Query on relationship to abstract entity failing w/horizontal inheritance

2007-02-07 Thread Alexander Spohr
Hi, What database are you using? I fixed that for PostgreSQLPlugin but had no time so far to push it back to the svn. if (bEntity.isAbstractEntity()) { NSArray anExternalNameArray = (NSArray) entity.subEntities ().valueForKey("externalName"); aBuffer.append(" (" + anExternalNameArray.compo

UK WebObjects Introduction Course, Feb 26 - Mar 2

2007-02-07 Thread Elizabeth Lynch
We have two places available on our next scheduled Introduction course: "Developing Internet Applications with WebObjects". February 26th - March 2nd Courses are held at our training offices 30 minutes from Central London, 20 minutes from London Heathrow airport. Have a look at our w

Re: Query on relationship to abstract entity failing w/horizontal inheritance

2007-02-07 Thread Ken Anderson
OK, so the only way I was able to solve this is that when a keypath crosses an entity that's abstract and horizontal, I generate new relationships on the entity the relationship is coming from - one for each concrete subclass of the abstract entity, then generate an or qualifier in its plac