WOResponse and setContentStream

2007-04-17 Thread Andrew Lindesay
Hello; So I don't need to test it... My understanding was that if you set "setContentStream" on the WOResponse and return it as a WOActionResponse, that it will stream the response back to the client and simultaneously allow another request to start processing. I assume here that "adapt

Re: [Announce] WOWODC 2007

2007-04-17 Thread Chuck Hill
http://www.youtube.com/watch?v=XcxKIJTb3Hg On Apr 17, 2007, at 4:01 PM, Miguel Arroz wrote: Hi! I'm in (which means the experts panel are now trying to run away)! ;) Yours Miguel Arroz "We have no sympathy for the lost souls We've chosen the path of disgrace We give this life to ou

Re: Trouble with Popup Button form

2007-04-17 Thread Mark Morris
Hello Kevin, Yes, your bindings are a little confused. It sounds like aClub should be bound to item, if aClub.name is the displayString. Here "item" is each object from the "list" as it's displayed in the pop-up button, which means its value is getting changed as the page is displayed.

Re: [Announce] WOWODC 2007

2007-04-17 Thread Miguel Arroz
Hi! I'm in (which means the experts panel are now trying to run away)! ;) Yours Miguel Arroz "We have no sympathy for the lost souls We've chosen the path of disgrace We give this life to our children And teach them to hate this place" -- Apocalyptica, Life Burns! Miguel Arroz http://www

Trouble with Popup Button form

2007-04-17 Thread Kevin Windham
I have a page that contains a popup button and a text field. The popup button lists club names and the text field lists the club website. I have a variable "aClub" bound to the selection of the popup and aClub.name is the displayString. I have aClub.website bound to the text field. I made a

Re: [Announce] WOWODC 2007

2007-04-17 Thread Mike Schrag
Sure .. Almost all of those are the default sizes. I only tweaked a couple of them. I can shrink that down. Just email me if you want others smaller. ms On Apr 17, 2007, at 6:08 PM, Guido Neitzer wrote: On 17.04.2007, at 14:06, Mike Schrag wrote: And to go along with it, some new t-shi

Re: [Announce] WOWODC 2007

2007-04-17 Thread Guido Neitzer
On 17.04.2007, at 14:06, Mike Schrag wrote: And to go along with it, some new t-shirt designs for WOWODC as well as WO in general. The usual applies -- I don't charge anything above CafePress's cost, to avoid any list-spam-related guilt. http://www.cafepress.com/mschrag It was cool se

Re: [Announce] WOWODC 2007

2007-04-17 Thread Janine Sisk
I think everyone who wants one already has one, but for the sake of completeness you can still buy the "Real WOmen prefer WebObjects" shirt at http://www.cafepress.com/wowomen. No plans to do a new one this year, unless inspiration strikes (and quickly :). janine On Apr 17, 2007, at 1:06

Re: [Announce] WOWODC 2007

2007-04-17 Thread David Holt
Heh, can i take that email back? I see that you have now posted a link on the webpage below. Sorry! David On 17 Apr 2007, at 1:01 PM, David Holt wrote: Hi Pascal, How do we register? Do we pay in advance? David On 17 Apr 2007, at 12:49 PM, Pascal Robert wrote: Hello everyone, with grea

Re: [Announce] WOWODC 2007

2007-04-17 Thread Chuck Hill
Just wait until next year when we will be back with an vengeance - Bigger Longer & Uncut! Chuck On Apr 17, 2007, at 12:59 PM, Clark Mueller wrote: This sounds fantastic - I will be doing my absolute best to attend, but regardless, thanks very much to everyone who took the time to organize

Re: [Announce] WOWODC 2007

2007-04-17 Thread Mike Schrag
And to go along with it, some new t-shirt designs for WOWODC as well as WO in general. The usual applies -- I don't charge anything above CafePress's cost, to avoid any list-spam-related guilt. http://www.cafepress.com/mschrag It was cool seeing so many EO shirts wandering around WWDC l

Re: [Announce] WOWODC 2007

2007-04-17 Thread Pascal Robert
Follow the link on http://www.gvcsitemaker.com/wowodc.2007/home (link to Box Office Tickets). Yes, you have to pay in advance, but we can do a refund if you can't attend. Hi Pascal, How do we register? Do we pay in advance? David On 17 Apr 2007, at 12:49 PM, Pascal Robert wrote: Hello

Re: [Announce] WOWODC 2007

2007-04-17 Thread David Holt
Hi Pascal, How do we register? Do we pay in advance? David On 17 Apr 2007, at 12:49 PM, Pascal Robert wrote: Hello everyone, with great pleasure, the WOWODC people are happy to announce our first meeting ! It will be held at San Francisco Marriott on June 10th 2007, pricing is $200 USD

Re: [Announce] WOWODC 2007

2007-04-17 Thread Clark Mueller
This sounds fantastic - I will be doing my absolute best to attend, but regardless, thanks very much to everyone who took the time to organize this! Clark On 17 Apr 07, at 1:49 PM, Pascal Robert wrote: Hello everyone, with great pleasure, the WOWODC people are happy to announce our firs

[Announce] WOWODC 2007

2007-04-17 Thread Pascal Robert
Hello everyone, with great pleasure, the WOWODC people are happy to announce our first meeting ! It will be held at San Francisco Marriott on June 10th 2007, pricing is $200 USD (including taxes and food). Places are limited (65 attendees), so register ASAP :-) You can get all details a

Re: appendToResponse

2007-04-17 Thread Guido Neitzer
On 17.04.2007, at 09:19, Guido Neitzer wrote: super.appendToResponse(response,context); Do you have any stuff in your component (html/wod)? If yes, this is generated in "super.appendToResponse(response,context);". Hmmm, stupid Guido. Not true, as you replace the content wit

Re: Microsoft SQL Server and random JDBCAdaptor "failed to provide new primary keys for entity" error

2007-04-17 Thread Daniele Corti
2007/4/17, Francis Labrie <[EMAIL PROTECTED]>: Hi, Daniele Corti wrote: 2007/4/13, Francis Labrie <[EMAIL PROTECTED]>: > > I have several WebObjects 5.3.3 / Java 1.5 applications in production > since a long time. These applications are very stable, but sometimes ( > i.e. 0 to 10 times per week

Re: Microsoft SQL Server and random JDBCAdaptor "failed to provide new primary keys for entity" error

2007-04-17 Thread Francis Labrie
Hi, Daniele Corti wrote: 2007/4/13, Francis Labrie <[EMAIL PROTECTED]>: I have several WebObjects 5.3.3 / Java 1.5 applications in production since a long time. These applications are very stable, but sometimes (i.e. 0 to 10 times per week) I get IllegalStateException from the JDBCAdaptor

Re: appendToResponse

2007-04-17 Thread Guido Neitzer
On 17.04.2007, at 08:05, WIESEN Bruno wrote: super.appendToResponse(response,context); Do you have any stuff in your component (html/wod)? If yes, this is generated in "super.appendToResponse(response,context);". cug ___ Do not po

Re: wobuild.properties in Eclipse

2007-04-17 Thread Fred Shurtleff
Thanks - if I used Spotlight that would of found it. But one has to know WHERE to look! Daniele Corti wrote: look at /User//Library/wobuild. properties 2007/4/17, Fred Shurtleff <[EMAIL PROTECTED] >: Hi All, Can anyone point out how to view the wobuild.prope

Re: appendToResponse

2007-04-17 Thread Daniele Corti
2007/4/17, WIESEN Bruno <[EMAIL PROTECTED]>: Hello, In my app, I create an excel sheet (with Jakarta POI) and I want to make it downloadable just after it has been created (the user has to click a button to create a file) So i try to override appendToResponse like this but in the file there is

Re: wobuild.properties in Eclipse

2007-04-17 Thread Daniele Corti
look at /User//Library/wobuild. properties 2007/4/17, Fred Shurtleff <[EMAIL PROTECTED]>: Hi All, Can anyone point out how to view the wobuild.properties file on a Mac? I have read about this file up on the WOLips site at: http://wiki.objectstyle.org/confluence/display/WOL/Troubleshooting+Pr

appendToResponse

2007-04-17 Thread WIESEN Bruno
Hello, In my app, I create an excel sheet (with Jakarta POI) and I want to make it downloadable just after it has been created (the user has to click a button to create a file) So i try to override appendToResponse like this but in the file there is some html tags...and not the content of

Re: Anyone used sequoia?

2007-04-17 Thread Kieran Kelleher
The MySQL clustering seems promising you need probably a minimum of a half-dozen or more computers for it to be effective. Seemingly, you may get a few transaction rollbacks if a node dies, but hey, we have the ERXTolerantSaver, right? http://dev.mysql.com/doc/refman/5.0/en/mysql-cluste

wobuild.properties in Eclipse

2007-04-17 Thread Fred Shurtleff
Hi All, Can anyone point out how to view the wobuild.properties file on a Mac? I have read about this file up on the WOLips site at: http://wiki.objectstyle.org/confluence/display/WOL/Troubleshooting+Problems+Building+and+Running However I am unable to find this file in my project. I have used

Re: Anyone used sequoia?

2007-04-17 Thread Pascal Robert
Le 07-04-16 à 22:20, Mike Schrag a écrit : replication in FrontBase is even easier, btw. Don't let start on pgsql replication solutions... Slony is a PITA. Heck, maybe MySQL is lacking some stuff, but it replication works a hell lot better than Slony/pgsql. __