Re: [Wonder-disc] OT: Moving to Brunei in July!

2011-05-16 Thread Tim Worman
Wow, that's a huge move!! Maybe you can meet this guy? :-) http://www.progarchives.com/mp3.asp?id=1891 Congratulations David! Hopefully, we'll still be seeing you here?!!! BTW, RIP Kevin Gilbert - http://www.kevingilbert.com Tim Worman UCLA GSE&IS On May 16, 2011, at 2:49 PM, Ramsey Gurley wr

Re: OT: Moving to Brunei in July!

2011-05-16 Thread Ramsey Gurley
Seriously? That sounds kinda... cool, actually. In fact, I'm feeling a bit jealous right now! I mean, I don't know anything about the place, but it sounds exotic (^_~) Ramsey On May 16, 2011, at 10:21 AM, David Avendasora wrote: > Hey all, > > This is just a quick note to let everyone know t

Re: OT: Moving to Brunei in July!

2011-05-16 Thread Chuck Hill
On May 16, 2011, at 10:21 AM, David Avendasora wrote: > Hey all, > > This is just a quick note to let everyone know that I will be moving from > Northern Virginia in the US to Bandar Seri Begawan in Brunei Darussalam > (http://en.wikipedia.org/wiki/Brunei) at the end of July. I'll be there for

Re: [Wonder-disc] OT: Moving to Brunei in July!

2011-05-16 Thread David Holt
Good luck! Glad we'll see you in Montreal before you go! d On 2011-05-16, at 10:21 AM, David Avendasora wrote: > Hey all, > > This is just a quick note to let everyone know that I will be moving from > Northern Virginia in the US to Bandar Seri Begawan in Brunei Darussalam > (http://en.wikipe

OT: Moving to Brunei in July!

2011-05-16 Thread David Avendasora
Hey all, This is just a quick note to let everyone know that I will be moving from Northern Virginia in the US to Bandar Seri Begawan in Brunei Darussalam (http://en.wikipedia.org/wiki/Brunei) at the end of July. I'll be there for a couple years. This should simply be a change in location for m

Re: Direct Connect Adaptor and .htc files, IE css behaviors

2011-05-16 Thread Chuck Hill
Chuck On May 16, 2011, at 12:59 AM, Ruenagel, Frank wrote: > Hi, > > we tried to use this with WO http://code.google.com/p/curved-corner/ and > want to use the following css-Tag: > > behavior: url(/border-radius.htc); > This works fine with tomcat or IIS as HTTP Server, but not with the >

Re: Replacing no instance / app not found with custom 404 or similar

2011-05-16 Thread Jon Nolan
Standard WebObjects deployment under Apache (keep in mind you'll return the same file for http://www.host.com/missing-image.jpg, etc.) ErrorDocument 404 http://www.host.com/path/rc404.html Servlet deployment under Apache: ErrorDocument 503 http://www.host.com/path/rc503.html In my opini

Re: qualifier to check for empty toMany

2011-05-16 Thread Fred Wells
Thanks John, I'll look into Houdah's -fw From: John Huss To: Fred Wells Cc: webobjects-dev@lists.apple.com Date: 05/13/2011 12:13 PM Subject:Re: qualifier to check for empty toMany Yeah, that's true, me too. I actually have used the Houdah one more - it's called Exis

Re: Replacing no instance / app not found with custom 404 or similar

2011-05-16 Thread Henrique Gomes
If I remember correctly it's the 'Redirect URL' on the Site tab o JavaMonitor. Henrique Gomes On May 16, 2011, at 4:13 PM, Karl wrote: > Hi, > > Does anyone know of a way to replace No Instance or App Not Found messages > with a friendly static page? Such as when taking an app down for upgrad

Replacing no instance / app not found with custom 404 or similar

2011-05-16 Thread Karl
Hi, Does anyone know of a way to replace No Instance or App Not Found messages with a friendly static page? Such as when taking an app down for upgrade or maintenance? Possibly some Apache config for it? Thanks, Karl ___ Do not post admin request

[MEETING] WO-NoVA NEW LOCATION tomorrow night 5/17/2011

2011-05-16 Thread Andrew Kinnie
Greetings, The WO-NoVA meeting for May is TOMORROW NIGHT 5/17/2011 in a NEW LOCATION! For the first time in the several years of WO-NoVA's existence, we will be meeting at a new location, closer to the beltway and DC. Mad Fox in Falls Church. Mad Fox 444 W Broad St Falls Church, VA http:

Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-16 Thread Travis Britt
On May 16, 2011, at 10:00 AM, naneon.raym...@neuf.fr wrote: > So what about this ? including a variable in a url : >> in WOD >> picture : WOImage { >> src = "http://webserver/person/mini/"${^person.id}".jpg";; >> } Quick and dirty, lots of assumptions, top of my head, might not compile, non

ERRest and com.webobjects.foundation.NSKeyValueCoding$Null

2011-05-16 Thread Jesse Tayler
When I evaluate the resulting data from my ERRest bplist stream, it seems the EONull actually comes through to the client device as an NSCFString? (gdb) po [startDate class] NSCFString Did I miss a setting on either end, so I can evaluate a NULL rather than check string content? __

Re: Direct Connect Adaptor and .htc files, IE css behaviors

2011-05-16 Thread John Huss
This sort of thing is the reason that people are discouraged from using direct connect. Just run it through Apache. John On Mon, May 16, 2011 at 2:59 AM, Ruenagel, Frank wrote: > Hi, > > we tried to use this with WO http://code.google.com/p/curved-corner/ and > want to use the following css-T

Re: Making code available & license

2011-05-16 Thread David Holt
Regardless of our busyness, thanks very much for the contribution. I look forward to checking it out! David On 2011-05-15, at 2:59 PM, Klaus Berkling wrote: > Since you are all very busy I don't expect anyone to really look at this any > time soon. :-) > > Here it is, comments welcomed: > >

Re: Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-16 Thread naneon . raymond
Hi Dave, Thanks for examples. Now I know how to use pk and fk in qualifier without pointing it on my class property. So in my WO project if I want to display an entity key like that : Member Number N° ... in WOD num : WOString { value = people.id; } If ID of the people is not

Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-16 Thread Pascal Robert
Le 2011-05-16 à 04:50, naneon.raym...@neuf.fr a écrit : > A good rule with EOF is: if you are qualifying on keys, then you are doing > something wrong. > >What the Best practice ? > > As a general rule, the primary key should NOT be exposed as a class property. > You should be able to d

build.xml: Content is not allowed in prolog.

2011-05-16 Thread Cheong Hee (Gmail)
Hi I am still at the stone age. While trying to mae the wonder worked in pc/windows, I this install build error in ERExtensions and ERJavaMail: ERExtensions\build.xml:1: Content is not allowed in prolog. In build.xml, the contents is : ../../../Build/build/build-framework-template.xml The bui

Re: Re: Tr: Re: Re: Fetching on 2 EOMODELS using different schema in DATABASE with but have relationship

2011-05-16 Thread naneon . raymond
A good rule with EOF is: if you are qualifying on keys, then you are doing something wrong. >What the Best practice ? As a general rule, the primary key should NOT be exposed as a class property. You should be able to do what you need by modeling and using relationships in the EOModel

Direct Connect Adaptor and .htc files, IE css behaviors

2011-05-16 Thread Ruenagel, Frank
Hi, we tried to use this with WO http://code.google.com/p/curved-corner/ and want to use the following css-Tag: behavior: url(/border-radius.htc); This works fine with tomcat or IIS as HTTP Server, but not with the direct-connect adaptor of Wo 5.2.4. According to http://support.apple.com