XMLHttpRequest integration on WebObjects

2005-10-22 Thread Miguel Arroz
? 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.ipragma.com ___ Do not post admin

Obtaining the elementID

2005-10-24 Thread Miguel Arroz
? Yours Miguel Arroz The world lies in the hands of evil And we pray it would last -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Referencing WO fields in JavaScript

2005-10-25 Thread Miguel Arroz
Hi! Add a binding called id, and then, on javascript, use getElementByID(theId). Yours Miguel Arroz On 2005/10/25, at 14:10, Stresing, Stephan wrote: Hi, we want to implement a low-level validation (and some security things) of a WOPasswordField and here's my question: how I can

Unit testing

2005-11-02 Thread Miguel Arroz
? Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984 Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Application Freezes!

2005-11-04 Thread Miguel Arroz
on machines with G4 @ 1 Ghz... Mini rocks compared to that! Yours Miguel Arroz On 2005/11/05, at 00:26, Helge Staedtler wrote: perhaps you should just turn on *some* logging. often just 5 scattered System.out.println's will give you an idea of where your app (and which app-instance) hangs

Re: 5.3.1 in XCode 2.2

2005-11-10 Thread Miguel Arroz
Hi! BTW... where the heck is it? :) Yours Miguel Arroz On 2005/11/10, at 21:28, [EMAIL PROTECTED] wrote: And it says... drum roll please Adds a modified Developer tools license that allows WebObjects applications developed with Xcode 2.2 to be deployed on any platform Woohoo

Re: license

2005-11-11 Thread Miguel Arroz
programs developed using Apple’s WebObjects Software. I suppose this means I may use the Developer license, witch is free... right? Yours Miguel Arroz On 2005/11/11, at 12:01, Mike Schrag wrote: or is it the license.rtf in WebObjects.mpkg/Contents/Resources/ English.lproj/license.rtf

Re: license

2005-11-11 Thread Miguel Arroz
Hi! WO is publicly avaliable, anyone can register as an ADC member... why shouldn't we discuss it publicly? Yours Miguel Arroz On 2005/11/11, at 15:58, David Chaney wrote: I do not think that is the license that the 5.3.1 update readme is referring to. I think it is referring

Table locking in WO?

2005-11-15 Thread Miguel Arroz
to do that in WebObjects? I assume it's not easy, as I shouldn't even know there is something called table at this level... How do you take care os this problem on your apps? Yours Miguel Arroz I felt like putting a bullet between the eyes of every Panda that wouldn't

Re: [Newbie] Lincensing of WO apps

2005-11-27 Thread Miguel Arroz
that this is only true on 5.3.1. All the past versions (including 5.3) require you to buy a deployment license per server (not per app). Yours Miguel Arroz On 2005/11/27, at 05:12, Stefan Pantke wrote: Another newbie question: I checked Apple's site regarding licensing terms, but missed to find

Re: [Newbie] Speed of WO - How to set up a reasonable test environment?

2005-11-27 Thread Miguel Arroz
(Pratical Webobjects, downloadable from apress.com... if you pay!). Yours Miguel Arroz PS: Chuck, is it possible to obtain a free e-book if you have a hard copy? I like to read on paper, but when I'm on the road I would prefer to have the e-book, as the hard copy is more weight in my back

Re: [Newbie] Lincensing of WO apps

2005-11-27 Thread Miguel Arroz
... Again, I'm not a lawyer, and my main language is Portuguese, but this is what I understand from the license. Yours Miguel Arroz On 2005/11/27, at 15:19, David Avendasora wrote: This paragraph is referring specifically to the Java Client software. This is not (as far as I can tell) the actual

Re: Disable Direct Connect during development

2005-12-06 Thread Miguel Arroz
are registered with the adapters. Check WO Deployment guide for a more detailed explanation. Yours Miguel Arroz On 2005/12/06, at 23:57, Jan Verrept wrote: I have been testing my app with direct connect. Then I enabled Personal Webserver and added - DWODirectConnectEnabled=false as an argument

WOResourceManager and localization issue

2005-12-08 Thread Miguel Arroz
? Yours Miguel Arroz The world lies in the hands of evil And we pray it would last -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WO license costs

2005-12-09 Thread Miguel Arroz
Hi! That is outdated. Check this mail-list archives. Read the license agreement that appears when installing xCode 2.2 and WebObjects 5.3.1. Yours Miguel Arroz On 2005/12/09, at 11:41, Guido Neitzer wrote: On 09.12.2005 12:14 Uhr, Miguel Arroz [EMAIL PROTECTED] wrote: As far

UNIQUE SQL constraint

2005-12-15 Thread Miguel Arroz
Hi! Is there a way to tell EOModeler that I want an entity instance variable to be UNIQUE in the database? In other words, is there a way to tell EOModeler that, when generating the SQL code, I want some column to have a UNIQUE constraint? Yours Miguel Arroz GUERRA E' PAZ

Re: UNIQUE SQL constraint

2005-12-15 Thread Miguel Arroz
Hi! Thanks for the really fast answer! :) Strange design flaw, specially on a framework ready for usage in a multiple application instances concurrency environment... Yours Miguel Arroz On 2005/12/15, at 23:51, Chuck Hill wrote: Short answer: no. :-) Leaving EOModeler aside, you

Re: How to install WebObjects deployement on OS X 10.4 Server

2005-12-16 Thread Miguel Arroz
Hi! Also, you have to install xCode 2.2 *and* WebObjects separate package. At least I had to do it in order to deploy. Maybe I forgot to turn on the WebObjects item in xCode 2.2 installer, don't remember. Yours Miguel Arroz On 2005/12/16, at 15:25, lbland wrote: man installer

Direct Action URL

2005-12-24 Thread Miguel Arroz
need to worry about the instance numbers in this situation? There is no session or state involved, it's just a one-time call. Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984 Miguel Arroz http://www.ipragma.com

Re: How to handle relationship properties?

2006-01-01 Thread Miguel Arroz
difference between them is their ID (primary key on the DB), that is hidden from the Java layer. Remember that these are many-to-many relationships, so I cannot just access the user.file key... Yours Miguel Arroz On 2006/01/01, at 16:48, Arturo Pérez wrote: On Jan 1, 2006, at 9:53

Re: How to handle relationship properties?

2006-01-01 Thread Miguel Arroz
the two related objects, of course) on several parts of the applications, so that is not enough. Yours Miguel Arroz On 2006/01/01, at 21:33, Miguel Arroz wrote: Hi! I have tried something like that, but I'm having a (probably stupid) problem... the problem is that I cannot access

Re: How to handle relationship properties?

2006-01-03 Thread Miguel Arroz
, but that sucks... am I doing something wrong? Yours Miguel Arroz On 2006/01/03, at 12:09, Arturo Pérez wrote: On Jan 3, 2006, at 6:57 AM, Miguel Arroz wrote: It would be great if Apple allowed to have a qualifier like user = %@, %@ being the User object. What it should do is what I do

Re: How to handle relationship properties?

2006-01-03 Thread Miguel Arroz
see a User and it's fields, and an Account and it's fields. Yours Miguel Arroz On 2006/01/03, at 13:51, Arturo Perez wrote: I use the pgSQL and wonder plugin and I don't have this problem. Here's something to try, and a handy thing in any case. Are you aware of the tool called DBEdit

Re: How to handle relationship properties?

2006-01-03 Thread Miguel Arroz
Hi! Maybe... I started the WO journey on 5.3 (using 5.3.1 now), so I can't try it on 5.2! :) Yours Miguel Arroz On 2006/01/03, at 18:48, Arturo Perez wrote: Maybe it's a regression with your version of WebObjects/EOF? I'm still on something like 5.2.4 (whatever the latest that runs

Re: How to handle relationship properties?

2006-01-03 Thread Miguel Arroz
, specially on tables that may contain a lot of lines... Yours Miguel Arroz On 2006/01/03, at 22:13, Chuck Hill wrote: Can you post the code, the SQL, and the entire exception? On Jan 3, 2006, at 2:06 PM, Miguel Arroz wrote: Hi! Maybe... I started the WO journey on 5.3 (using 5.3.1 now), so I

Re: How to handle relationship properties?

2006-01-03 Thread Miguel Arroz
to avoid string to avoid typing errors and such. The class name should be the entity name... right? Nice code reduction, btw... :) 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

Re: Is there SNMP Support in WO?

2006-01-18 Thread Miguel Arroz
Hi! I guess Chris was taking about the Simple Network Management Protocol, and not about Symmetric Multi-processing! :) Yours Miguel Arroz On 2006/01/18, at 22:04, Ken Anderson wrote: Seeing as WO is running in the Java VM, and JVM threads are native threads, a multi-threaded app

Couting the objects that would be returned by a fetch specification

2006-01-21 Thread Miguel Arroz
Hi! This is probably very obvious, but... how can I count the objects that would be retuned by a fetch specification, but without actually fetching them (or creating faults for them)? What I would like to do is something like the COUNT SQL function. Yours Miguel Arroz We have

Re: Downloading a file

2006-01-22 Thread Miguel Arroz
Hi! It's working, at least in Safari. Thanks a lot! :) Yours Miguel Arroz On 2006/01/23, at 02:06, wojingo wrote: aResponse.setHeader(attachment;filename=wip.csv, Content- Disposition); I felt like putting a bullet between the eyes of every Panda that wouldn't scr

Re: WebObjects Licensing

2006-02-02 Thread Miguel Arroz
Hi! That changed again in 5.3.1! :) Deployment is now free, whatever the platform is. Consult the mail-list archives for lots of discussion about this, including some messages sent by Apple. Yours Miguel Arroz On 2006/02/02, at 13:22, Niels Meersschaert wrote: Actually, what has

Re: Feedback on development on MacTel iMac

2006-02-02 Thread Miguel Arroz
Hi! Just a wild guess, but could that be related to WebObjects apache module not being compiled for intel platform? Yours Miguel Arroz On 2006/02/02, at 21:36, Thomas wrote: But seriously, there is just one fly in the ointment. I was not able to get my OSX Server apache configuration

Re: Feedback on development on MacTel iMac

2006-02-02 Thread Miguel Arroz
, at 8:56, Miguel Arroz wrote: Hi! Just a wild guess, but could that be related to WebObjects apache module not being compiled for intel platform? Yours Miguel Arroz On 2006/02/02, at 21:36, Thomas wrote: But seriously, there is just one fly in the ointment. I was not able to get my OSX

Re: WebObjects Licensing

2006-02-02 Thread Miguel Arroz
Hi! Let's not go over it again! :) Check the recent mail-list archives. Yours Miguel Arroz On 2006/02/02, at 22:48, Alexander Spohr wrote: Am 02.02.2006 um 17:05 schrieb Miguel Arroz: That changed again in 5.3.1! :) Deployment is now free, whatever the platform is. is it? http

Re: File download question

2006-02-03 Thread Miguel Arroz
of that when storing the file name... Yours Miguel Arroz On 2006/02/03, at 14:33, Amedeo Mantica wrote: I people, I heve some files stoored into a Database I store the FileName as String, the FileData as NSData anche the Mime type as String... Everything works fine... I have

awakeFromInsertion quick question

2006-02-07 Thread Miguel Arroz
execution, specifically creating another object and assigning it to a slot of the first object (the awakeFromInsertion's this). Yours Miguel Arroz I felt like putting a bullet between the eyes of every Panda that wouldn't scr*w to save its species. -- Fight Club

Sorting objects using my own criteria

2006-02-17 Thread Miguel Arroz
Hi! This is probably a simple question, but I'm not finding an answer... how can I sort objects in memory using my own criteria? The alphabetic ordering is not enough... :) Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984

Re: Disabling parsing of , and characters

2006-02-18 Thread Miguel Arroz
Hi! That's it! :) Thanks for the help! Yours Miguel Arroz On 2006/02/18, at 17:41, Mark Morris wrote: Hello Miguel, There's the WOString binding escapeHTML, which when set to false will place all characters of the String unchanged into the returned html. Regards, Mark We have

Problems deleting object from DB

2006-02-18 Thread Miguel Arroz
._private.WOWorkerThread.run (WOWorkerThread.java:254) at java.lang.Thread.run(Thread.java:552) What's happening!? Any ideas? I don't see any reference on google to problems related to _registerClearStateWithUndoManager method... Yours Miguel Arroz The world lies in the hands of evil And we pray it would

Re: Problems deleting object from DB

2006-02-18 Thread Miguel Arroz
Hi! Hum, looks like I'm deleting from the wrong context... object.editingContext().deleteObject(object) appears to work... Yours Miguel Arroz On 2006/02/18, at 19:33, Miguel Arroz wrote: Hi! I'm having a strange problem when I try to delete an object from the database. When

Re: Newbie question WebObjects and PostgresQL

2006-02-22 Thread Miguel Arroz
Hi! You can use the PostgreSQL plugin that comes bundled with Project Wonder. Yours Miguel Arroz On 2006/02/22, at 14:53, Luc Potron wrote: Hi, I’m about starting a project using WebObjects. The database choice has not yet been made. I was wandering if it’s possible to use

Re: Setting URL for application to just my IP.

2006-03-02 Thread Miguel Arroz
? Yours Miguel Arroz On 2006/03/02, at 03:44, Chuck Hill wrote: Using Apache? You can probably do it using an Apache redirect. Myself, I always use mod_rewrite and a rewrite rule to do this. Make sure that mod_rewrite is loaded _after_ mod_webobjects if you are using mod_webobjects

Comparing EOs

2006-03-29 Thread Miguel Arroz
Hi! Something I could still not figure out from the docs... what is the standard implementation of the equals method in EOs? How does WebObjects compare objects if I do not implement the equals method? Yours Miguel Arroz We have no sympathy for the lost souls We've chosen the path

Logout and localization problem

2006-04-08 Thread Miguel Arroz
could not find out how to do it. Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984 Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored

Re: Logout and localization problem

2006-04-08 Thread Miguel Arroz
in the Session, I have the reverse effect, that is, I get the LogoutComponent in english and everything else in the desired language. Why does this happen? Yours MigueL Arroz On 2006/04/08, at 16:55, Miguel Arroz wrote: Hi! We have an application where the preferred user language

Re: is WOHyperlink the right answer?

2006-04-08 Thread Miguel Arroz
Hi! That's easy. Just do a WOConditional that allows the br to appear when you want. If you want a table with 6 columns, for example, just check if the repetition counter is divisible by 6 or not. Yours Miguel Arroz On 2006/04/08, at 23:29, WebObjects wrote: George, A static array

Re: Logout and localization problem

2006-04-10 Thread Miguel Arroz
to a tool, I tend to think I'm probably wrong, and they are probably right, so I won't write stupid bug reports, because they will answer a big RTFM on me. Yours Miguel Arroz On 2006/04/10, at 14:01, WebObjects wrote: This should not be a joke . I mean it seriously. I belive, cos the people

Re: Weird No Instance Available and its fix

2006-04-20 Thread Miguel Arroz
Hi! It happens to me all the time, as I develop on a Powerbook that is connected to 2 or 3 different networks every day. I just pop up a terminal and sudo apachectl restart and everything is fine again. Yours Miguel Arroz On 2006/04/20, at 15:12, Mike Schrag wrote: Occasionally I

Re: FrontBase license now free!

2006-05-03 Thread Miguel Arroz
Hi! Good point. How does FrontBase compare do PostgreSQL in stuff like speed, reliability, data coherence, etc? Easy of use is not the most important feature in a DB for me. Yours Miguel Arroz On 2006/05/03, at 21:06, Arturo Perez wrote: 1. Its a real database. IMHO it rivals

Re: FrontBase license now free!

2006-05-03 Thread Miguel Arroz
. Yours Miguel Arroz On 2006/05/03, at 23:39, Pierce T. Wetter III wrote: On May 3, 2006, at 1:49 PM, Miguel Arroz wrote: Hi! Good point. How does FrontBase compare do PostgreSQL in stuff like speed, reliability, data coherence, etc? Easy of use is not the most important feature in a DB

Re: FrontBase license now free!

2006-05-03 Thread Miguel Arroz
Hi! From what I can see, it certainly has one advantage: clustering support. Nice! Yours Miguel Arroz On 2006/05/04, at 00:25, Pierce T. Wetter III wrote: On May 3, 2006, at 3:50 PM, Miguel Arroz wrote: Hi! Yes, but I did ask about PostgreSQL! :) I know that almost everything

Re: FrontBase license now free!

2006-05-04 Thread Miguel Arroz
for many usages, but if your app starts to grow in clients, it may be a bottleneck at a point of time. Yours Miguel Arroz On 2006/05/04, at 13:17, Arturo Pérez wrote: Postgresql has various clustering options: SLony, pgpool, etc. They don't believe in a one size fits all solution. -arturo

Re: xCode 2.3

2006-05-23 Thread Miguel Arroz
Hi! Installing now. It says 0 bytes will be upgraded in what relates to WO, so I guess the version is still 5.3.1. It would be great if someone had actually written the version on any visible place in the installer, so that we didn't need to GUESS! ;) Yours Miguel Arroz On 2006/05

Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
subclass is in your classpath. Obviously, I have included the PostgresqlPlugin framework, both in the framework and in the app. What's happening? Is there any trick about frameworks and models inside it (it's my first framework...). Yours Miguel Arroz GUERRA E' PAZ

Re: Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
JDBC2 with NO SSL (build 312); STRING_FUNCTIONS = ascii,char,concat,lcase,left,length,ltrim,repeat,rtrim,space,substring, ucase,replace; }; username = postgres; driver = org.postgresql.Driver; password = ola123; URL = jdbc:postgresql://localhost/mailer; } Yours Miguel Arroz We have

Re: Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
Hi! I'm using Eclipse, so it's not that problem. Yours Miguel Arroz On 2006/06/22, at 20:13, Art Isbell wrote: On Jun 22, 2006, at 4:28 AM, Miguel Arroz wrote: Obviously, I have included the PostgresqlPlugin framework, both in the framework and in the app. wild guess Double

Re: Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
Hi! On 2006/06/22, at 18:21, Miguel Arroz wrote: Hi! On 2006/06/22, at 17:35, Chuck Hill wrote: Not related to your problem, but it is a best practice to set the connection dictionary in code when having models in reusable frameworks. Here is one way to do this (straight from Google

[SOLVED] Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
Hi Ok... can you see the difference between PostgresqlPlugin and PostgresqlPlugIn? A whole day lost with this. Please insult me, kick me, bash me while I'm killing myself. I'm so happy. G! Yours Miguel Arroz On 2006/06/22, at 15:28, Miguel Arroz wrote: Hi! I created

JDBCPrototypes and EOgenerator

2006-06-26 Thread Miguel Arroz
, i totally destroyed my _classes files. Apparently, EOGenerator doesn't know what to do when the EOJDBCPrototypes entity is stored in another model. Solutions? Google doesn't know them, apparently! :( Yours Miguel Arroz I felt like putting a bullet between the eyes

Re: JDBCPrototypes and EOgenerator

2006-06-26 Thread Miguel Arroz
Hi! Ops... I did not understand what refmodel was... thanks for the help! Yours Miguel Arroz On 2006/06/26, at 19:38, Mike Schrag wrote: Did you declare a -refmodel for the prototype eomodel on the eogenerator commandline? (see http://en.wikibooks.org/wiki/ Programming:WebObjects

Re: State of WebObjects

2006-06-28 Thread Miguel Arroz
server, install server, install app, say to web server the app is also running there, there's no next step. Yours Miguel Arroz The world lies in the hands of evil And we pray it would last -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com

Re: State of WebObjects

2006-06-28 Thread Miguel Arroz
Hi! On 2006/06/28, at 22:20, Paul Lynch wrote: On 28 Jun 2006, at 22:08, Miguel Arroz wrote: Rails is an interesting contender, and I'm glad to see a new well designed framework on the field. But it is still very young and has a long way to go before it equals the richness of WO. 1

Binding synchronization timing problems

2006-06-29 Thread Miguel Arroz
away after the first pager use? If I clicked on page X, i was expecting to see page 1 (because it was the last one that I should had seen). Then, clicking on page Y, it would show X. But no. It shows X and Y, respectively. 3) How do I solve this mess? Yours Miguel Arroz I felt

Re: WWDC WO Meet

2006-07-05 Thread Miguel Arroz
Hi! I'll be there, and I would love to meet you guys. Yours Miguel Arroz On 2006/07/05, at 19:11, Mike Schrag wrote: We're about a month out ... What do people think of another WO meet this year? Good times had by all last year ( http://www.flickr.com/ photos/ken_anderson/sets/424925

Re: simple java question with WOComponent sub-classes

2006-07-06 Thread Miguel Arroz
WOComponent subclasses... but, of course, it sucks. Yours Miguel Arroz On 2006/07/06, at 19:18, Baiss Eric Magnusson wrote: I have a class public class SecureComponent extends WOComponent { I have public class ReviewTrans extends SecureComponent { I want

Re: WWDC WO Meet

2006-07-07 Thread Miguel Arroz
Hi! I suggest a WO t-shirt contest... give wings to your imagination, the guy who's sued by Apple wins! ;) Yours Miguel Arroz On 2006/07/07, at 19:41, Chuck Hill wrote: On Jul 7, 2006, at 11:33 AM, Graham J Lee wrote: different sketch, but a picture of Steve as the shopkeep, John

Re: WWDC WO Meet

2006-07-10 Thread Miguel Arroz
Hi! Me too, monday! Yours Miguel Arroz On 2006/07/10, at 21:25, Danny Wang wrote: Ditto. Count me in as well! -- Danny On Jul 10, 2006, at 2:21 PM, Peter wrote: Monday is best for me also. Count me in. We have no sympathy for the lost souls We've chosen the path of disgrace We

Re: storing objects in a WOApplication object

2006-07-11 Thread Miguel Arroz
it when needed. Yours Miguel Arroz On 2006/07/11, at 02:23, Luke Vanderfluit wrote: Hi. I have now solved this problem. Kr. Hi. I'm very new to webobjects. I'm trying to store an object in an application object. I know that the WOApplication object is available but how do I put an object

Re: WWDC WO Meet

2006-07-11 Thread Miguel Arroz
through the WO building... ;) Of course, there is the problem of transportation. I don't know how will it be solved on Thursday. Yours Miguel Arroz On 2006/07/11, at 06:35, Joe Little wrote: Yes, its pretty damn big at this point. Question is wether the usual Apple people might show up

Re: WWDC WO Meet

2006-07-11 Thread Miguel Arroz
Hi! Mark Twain here. Is was the most inexpensive one in the area (with my minimum requirements, private bathroom, etc), if you can use the inexpensive word in SF hotels! Yours Miguel Arroz On 2006/07/11, at 14:13, Pascal Robert wrote: Well, let's hope that the San Francisco Apple

Re: login security issue

2006-07-12 Thread Miguel Arroz
handler onUnload (not sure if this is correct, but there is a handler called the the browser leaves the page) and reset the login and password fields right before the page goes away. Warning: I have not tested any of this. Yours Miguel Arroz On 2006/07/12, at 21:13, Thomas Pelaia II wrote

Re: WWDC WO Meet

2006-07-12 Thread Miguel Arroz
Hi! Just confirming, but... I suppose all those places have non- alcoholic drinks and food! I don't drink alcohol, but I'm always ready to eat some tasty stuff and drink fruit juices! :) (Yes, I don't drink, and I wash... I'm not a real geek! ;) ) yours Miguel Arroz On 2006/07/12

Re: WWDC WO Meet

2006-07-12 Thread Miguel Arroz
Hi! Sorry... tea only! :P I'm starting to wonder if I'll be accepted at the meet-up at all... ;) Yours Miguel Arroz On 2006/07/12, at 23:47, Chuck Hill wrote: Do you at least drink coffee? On Jul 12, 2006, at 3:07 PM, Miguel Arroz wrote: Hi! Just confirming, but... I suppose

Re: login security issue

2006-07-12 Thread Miguel Arroz
Hi! Nice tip! But must be used with care... depending on the app (and on the target) I might want to let people use autocomplete! :) Trade- offs, trade-offs... Yours Miguel Arroz On 2006/07/13, at 00:55, Chuck Hill wrote: Now there is a handy piece of information that I had

Re: Voting Time.. Food/Policy for WoDev event, August 7th 7-10pm

2006-07-14 Thread Miguel Arroz
Hi! Option 1 for me! Yours Miguel Arroz On 2006/07/14, at 03:18, Joe Little wrote: See below for correction. I mistook the minimum requirements and got clarification. 2 options at around $20/person total are listed below On 7/13/06, Joe Little [EMAIL PROTECTED] wrote: I've finally

How to create an action binding?

2006-07-14 Thread Miguel Arroz
and such. How do I do this? Yours Miguel Arroz The world lies in the hands of evil And we pray it would last -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored. Webobjects

Re: How to create an action binding?

2006-07-14 Thread Miguel Arroz
Hi! Ok, I found the answer... it's just doing it... sometimes I forget I'm using Apple stuff. I just cannot make the menu of actions appear on the Inspector, in WO Builder... Yours Miguel Arroz On 2006/07/14, at 22:19, Miguel Arroz wrote: Hi! I'm creating a component

Re: How to create an action binding?

2006-07-14 Thread Miguel Arroz
Hi! :/ There's no cleaner way to do this? Yours Miguel Arroz On 2006/07/14, at 22:57, Chuck Hill wrote: One important thing to note. Do NOT do with unless you are manually synchronizing your bindings. Otherwise WO will call your action method during each RR phase as part

Re: WWDC WO Meet Up List

2006-07-18 Thread Miguel Arroz
Hi! Is it possible to add this info to the Chuck's CMS, so that all the meet-up info is centralized into one place? Yours Miguel Arroz On 2006/07/18, at 18:40, Joe Little wrote: http://www.thirstybear.com/ (there is an interactive directions link) http://maps.google.com/maps?f=dhl

WWDC Security concern

2006-07-18 Thread Miguel Arroz
-up day, that ends by 10pm)? Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984 Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored

Re: WWDC Security concern

2006-07-18 Thread Miguel Arroz
... WTF!? Yours Miguel Arroz On 2006/07/18, at 21:14, Ken Anderson wrote: I've stayed in the area before, and really didn't find it a problem. Is it something recent? On Jul 18, 2006, at 4:10 PM, Marc Respass wrote: Oh man, is it really so bad that you should be in a cab? I'm staying

Re: WWDC Security concern

2006-07-18 Thread Miguel Arroz
___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: WWDC Security concern

2006-07-18 Thread Miguel Arroz
PM, Miguel Arroz wrote: Hi! I booked my stay in Mark Twain Hotel: http://www.google.com/ maps?hl=enlr=c2coff=1safe=offclient=safarirls=enq=mark +twainnear=San+Francisco, +CAcid=0,0,10936642302192841740ll=37.785510,-122.411343spn=0,.02 iwstate1=form:tosa=Xoi=localct=directions-to Some

Sorry (WWDC Security concern)

2006-07-18 Thread Miguel Arroz
Hi! Sorry for the last two emails... was trying to press command- control-d to get the dictionary shortcut for panhandled but pressed command-shift-d (the Send Again shortcut of mail-app) for too much time... Yours Miguel Arroz On 2006/07/18, at 21:23, Ken Anderson wrote: It's San

Re: WWDC WO Meet Up List

2006-07-19 Thread Miguel Arroz
spending about 4000 dollars to attend WWDC, I won't be picky about the meet-up! Yours Miguel Arroz On 2006/07/20, at 00:24, Joe Little wrote: A quick question. Would people mind throwing in another dollar up front to get more upfront food (another dish?) I ask since we are now at around 70

WOFileUpload + WORepetition, how to?

2006-07-20 Thread Miguel Arroz
this be done? How? I find no example like this in FileUpload example app. Also, how can I put the file data in an EO (and save it to the DB) without having to read the whole file into memory? Yours Miguel Arroz We have no sympathy for the lost souls We've chosen the path of disgrace

[SEMI-SOVLED] WOFileUpload + WORepetition, how to?

2006-07-20 Thread Miguel Arroz
on the file system instead of the DB, it should perform better for large files (and concurrent access, the DB channel will get jammed). What does your valuable experience say about this? :) Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA

Re: WWDC Security concern

2006-07-21 Thread Miguel Arroz
is low! :) Yours Miguel Arroz On 2006/07/21, at 22:40, Praveen Boppana wrote: Thank you all for your suggestions. Anyway I have changed my hotel to Marriott which is right across the Moscone center. It looks like a little better place and do not have to deal with those people on streets

Re: New T-Shirts

2006-07-23 Thread Miguel Arroz
that makes sense in english, let's see if I can come up with something cool! :) Yours Miguel Arroz On 2006/07/23, at 03:23, Mike Schrag wrote: Someone emailed that the I'm not dead yet wasn't strong enough, so here's a more violent WO vs Rails shirt :) http://www.cafepress.com/wovrails

Turning on HTML comments

2006-07-23 Thread Miguel Arroz
Hi! I noticed that WO does not send to the browser the HTML codes I put inside the components. How do I tell WO to send them? Yours Miguel Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984 Miguel Arroz http://www.ipragma.com

Re: Turning on HTML comments

2006-07-23 Thread Miguel Arroz
Hi! Thanks for the quick replies! :) Yours Miguel Arroz The world lies in the hands of evil And we pray it would last -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list

Re: WWDC WO Meet Up List

2006-07-24 Thread Miguel Arroz
to hate this place -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Re: WWDC WO Meet Up List

2006-07-24 Thread Miguel Arroz
that people see a mass of WO developers... :) Yours Miguel Arroz On 2006/07/24, at 18:35, Miguel Arroz wrote: Hi! BTW, what time do you recommend the WWDC newbies to go to the Moscone Center to get a place for the keynote? I suppose there are places for everyone (right?) but I

Re: Obtaining Application Instance Number

2006-07-25 Thread Miguel Arroz
!). Yours Miguel Arroz On 2006/07/25, at 10:29, Robert Campbell wrote: Hi All, Does anyone know how I can get the application instance number? - I need to programmatically construct URLs that contain the application instance number for load balancing e.g. for the URL http

The most strange problem with bindings...

2006-07-29 Thread Miguel Arroz
Arroz GUERRA E' PAZ LIBERDADE E' ESCRAVIDAO IGNORANCIA E' FORCA -- 1984 Miguel Arroz http://www.ipragma.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: Event update ; notice

2006-08-01 Thread Miguel Arroz
Hi! On 2006/08/01, at 20:32, Joe Little wrote: WO Drinking contest, anybody? Try to avoid Stack Overflow Exceptions... ;) Yours Miguel Arroz I felt like putting a bullet between the eyes of every Panda that wouldn't scr*w to save its species. -- Fight Club

Re: PostgreSQL duplicate primary key error

2006-08-02 Thread Miguel Arroz
Hi! Are you doing anything with relationships? That happened to me when I modeled some relationships in the wrong way. Also, have you installed both PSQL plugins (the framework, and the one for Modeler) and generated the SQL in the Modeler correctly? Yours Miguel Arroz On 2006/08

Re: Event update ; notice

2006-08-02 Thread Miguel Arroz
for the european group, everyone for the worldwide group)? Yours Miguel Arroz On 2006/08/02, at 18:35, Pascal Robert wrote: Le 06-08-02, à 12:42, Gavin Eadie a écrit : At 12:32 PM -0700 8/1/06, Joe Little wrote: Details are always listed at http://www.global-village.net/ chill.at.gvc

Re: Event update ; notice

2006-08-02 Thread Miguel Arroz
Hi! On 2006/08/02, at 23:13, Anjo Krank wrote: Hi, Objectfarm is slowly getting out of the WO business. Sad news to hear! :( Are they changing to another technology? Or have they decided to go nature-only? :) Yours Miguel Arroz The world lies in the hands of evil And we pray

WWDC - What time do the buses leave?

2006-08-10 Thread Miguel Arroz
Hi! What time does the buses pick us up at the moscone to go to Cupertino? Yours Miguel Arroz The world lies in the hands of evil And we pray it would last -- Apocalyptica, Life Burns! Miguel Arroz http://www.ipragma.com ___ Do not post

Re: WO Session Picture

2006-08-10 Thread Miguel Arroz
Hi! Well, it was good that all those guys did not appear on monday night, or else the place would be overflowed! :) Anyway, I was impressed. WO is reborning! We will take over the world! Muahahahahahahah! Yours Miguel Arroz On 2006/08/10, at 13:17, Chuck Hill wrote

  1   2   3   4   5   6   7   >