Re: WO Jobs in Southern Germany

2015-12-30 Thread Miguel Arroz
than gain. Regards, Miguel Arroz > instead of > > EOEditingContext editingContext = ERXEC.newEditingContext() > > perhaps even with some rule based setup, aka: D2W meets DI? > > Just thinking out loud. > > J. > >

Re: WO Jobs in Southern Germany

2015-12-28 Thread Miguel Arroz
frameworks don’t explicitly have abominations like dependency injection mechanisms, it doesn’t mean they don’t follow the IoC principles. Regards, Miguel Arroz ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailin

Re: Executing simple one-time tasks using EOF

2014-06-28 Thread Miguel Arroz
, and only once. Migrations give you that for free. 2) You need to remove or disable the code in didFinish after you don't need it anymore. In migrations, you don't, you can leave the code there for future reference, because it will never run again. Regards, Miguel Arroz On Jun 28, 2

Re: Executing simple one-time tasks using EOF

2014-06-28 Thread Miguel Arroz
some time now, so I may be confused. Regards, Miguel Arroz On Jun 28, 2014, at 14:48, Hugi Thordarson wrote: > Am I the only one who writes a direct action class every time I need to do > EOF-related one-time tasks in my apps, such as DB cleanup, imports, exports > etc? >

Re: WWDC (not WOWODC, the other one)

2014-04-08 Thread Miguel Arroz
Hi, http://www.foxnews.com/science/2014/04/08/brightest-planets-in-april-night-sky-see-mars-jupiter-and-more/ They did, indeed! Regards, Miguel Arroz On Apr 8, 2014, at 5:48, David Avendasora wrote: > Somehow the planets aligned and I was selected in the lottery for

Re: WOWODC 2014

2013-08-02 Thread Miguel Arroz
Hi, Yeah, last time I checked, there were a few Canadian flags around that place. Shameless plug: http://www.flickr.com/photos/marroz/sets/72157634469081911/ Regards, Miguel Arroz On Aug 2, 2013, at 8:18 AM, Chuck Hill wrote: > Technically, that is part of Canada. :-P > > O

Re: WOWODC 2013?

2012-10-21 Thread Miguel Arroz
redundancy) to obtain the shared screen and record it? I would, of course, recommend doing this over Ethernet and not wifi, which means you better have a USB and Thunderbolt Ethernet adaptor available for the Ethernet-challenged Macs. Regards, Miguel Arroz On Oct 20, 2012, at 11:20 AM

Re: WOWODC 2013: call for presenters

2012-10-21 Thread Miguel Arroz
Hi, On Oct 21, 2012, at 11:58 AM, Pascal Robert wrote: > Bah, for Europeans, all of the food in Montreal is average :-) At best. ;) Regards, Miguel Arroz > > We should try to go to Joe Beef next year. http://joebeef.ca/ > >> Yes, Chuck. You're completely righ

Re: WOWorkerThread deadlocks

2012-09-10 Thread Miguel Arroz
Hi, Isn't that normal? Only one thread can be accepting at any time, when it accepts, it releases the lock for the next one to enter the accept state. I think those are not the threads you are looking for… Regards, Miguel Arroz On 2012-09-10, at 8:03 AM, Maik Musall wrote:

Re: Weird things happen when you sync WebObjects podcasts...

2012-08-26 Thread Miguel Arroz
Hi! 32ºC? Where is that? I wish! Regards, Miguel Arroz On 2012-08-26, at 6:34 PM, David Avendasora wrote: > Almost drove off the road today when I heard Chuck talking to me... > > > Luckily I recovered fast enough to switch tracks, at which point Keiran came > on and

Re: Instances restarting on a schedule - or not

2012-08-09 Thread Miguel Arroz
Hi, /me looks at his screen and the huge freaking mess that goes around a serious bug he's trying to fix… I wish! Both for the heat and the goats! Or sheep! Regards, Miguel Arroz On 2012-08-09, at 4:24 PM, Chuck Hill wrote: > > On 2012-08-09, at 4:22 PM, Klaus Ber

Re: REST API with WebObjects

2012-05-21 Thread Miguel Arroz
Hi, Check ERRest, from Project Wonder. Regards, Miguel Arroz On 2012-05-21, at 10:03 AM, Kalpana Vaka wrote: > Hi All, > > We need to support REST APIs (HTTP GET method) in WO application. The > question is how we can implement these in our WO application. > >

Re: Anybody using a decompiler (JD-Eclipse) successfully with Eclipse/WOLips/Lion?

2012-03-30 Thread Miguel Arroz
Hi, I have JAD working from Eclipse 3.7.1 on Lion. Doesn't help much, but at least you know it can be done. :) Make sure, in Eclipse preferences, that the plugin is pointing to the JAD executable. Regards, Miguel Arroz On 2012-03-30, at 4:46 PM, Ricardo J. Parada wrote: >

Re: Stress Testing A WebObjects App

2012-03-26 Thread Miguel Arroz
Hi, I've used JMeter in the past to perform scripted sequences of requests and test concurrency behaviour on apps with shared data accessed in heavy concurrency. Make sure you give it plenty of RAM if you are going to use a high number of threads and record response data. Regards, M

Re: can't connect to JavaMonitor/wotaskd

2012-02-23 Thread Miguel Arroz
Hi, Try to use 127.0.0.1 instead of the host name, if applicable. Regards, Miguel Arroz On 2012-02-22, at 7:21 AM, Tim Worman wrote: > Very suddenly I can't connect to JavaMonitor or wotaskd on my deployment box. > I haven't made any changes to it recently so I'm no

Re: Best type of machine

2011-12-22 Thread Miguel Arroz
sure all the CPUs in their machines are capable of running virtualized systems, other manufactures might not do that. Some Intel CPUs do not support virtualization, you don't want those. Regards, Miguel Arroz On 2011-12-22, at 7:44 AM, Gino Pacitti wrote: > Hi > What sort of machi

Re: Server Question

2011-12-09 Thread Miguel Arroz
Hi, My personal favourite is FreeBSD, but it doesn't really matter: you should go with the OS that you feel more confident with. WO is Java, and Java runs everywhere. Pick whatever you prefer. Regards, Miguel Arroz On 2011-12-09, at 11:08 AM, Gino Pacitti wrote: > Ah... so what

Re: Encoded Characters and Mod_Rewrite

2011-11-08 Thread Miguel Arroz
Hi, http://terminalapp.net/avoid-escaping-urls-in-apache-rewrite-rules/ Regards, Miguel Arroz On 2011-11-08, at 1:08 PM, Johnny Miller wrote: > Hi, > > OK, next problem. Suppose you have a string link "A & B" which gets url > encoded to "A+%26+B".

Re: Finding WO people for startups (cult of the dead)

2011-09-28 Thread Miguel Arroz
Hey, Nah, don't even compare it. You can fully trust the JVM/JDK, there are literally millions, tens of millions of dollars maybe invested on it. You can't say the same about LISP and smalltalk runtime environments. Regards, Miguel Arroz On 2011-09-28, at 3:19 PM, Pascal Ro

Re: Finding WO people for startups (cult of the dead)

2011-09-28 Thread Miguel Arroz
ation. :) Anyway, do I see someone saying he'll do a presentation on Seaside on the next WOWODC? Because I definitely would be there. Regards, Miguel Arroz On 2011-09-28, at 11:29 AM, arosenzw...@clinworx.com wrote: > Hi Miguel, > > I apologize. You are on this list

Re: Finding WO people for startups (cult of the dead)

2011-09-28 Thread Miguel Arroz
es to make sure I did not make any mistake. On one machine, LISP could talk to the DB. On the other machine, it couldn't. Up to today I have no idea why, and of course, I could not find anything on the internet since the 7 guys who also use that never had that problem. Regards, Mi

Re: Finding WO people for startups (cult of the dead)

2011-09-28 Thread Miguel Arroz
emed quite sketchy and hard to use (and deploy) in the real world, but I could be wrong. If only there were decent frameworks in LISP... Regards Miguel Arroz On 2011-09-28, at 9:38 AM, arosenzw...@clinworx.com wrote: > Hi Chuck, > > I can feel your gears turning. That's a

Re: Lightweight "stateful" pages?

2011-09-27 Thread Miguel Arroz
No way they're gonna catch me in Canada by that time of the year! Oh wait... On 2011-09-27, at 12:14 PM, prob...@macti.ca wrote: > February is a lot worse. > > Le 2011-09-27 à 15:13, "Andrew Kinnie" a écrit : > >> Well, If we move WOWODC to January, it would be fairly close to the Ice >> Plan

Re: New WebObjects Site released.

2011-09-01 Thread Miguel Arroz
I don't know Japanese, so I have absolutely no idea of what is going on. But after a few clicks, I saw, huh, boobs. What the heck is that? :P On 01/09/2011, at 04:43, ISHIMOTO Ken wrote: > Hi, > > I have released a new WebObject Site. > > It isn't much to see, because it is an in-house Applica

Re: Lion and WO

2011-07-29 Thread Miguel Arroz
Hi, Postgresql introduced built-in decent replication (master-slave) in version 9. I never used it, by according to what I read about it, seems it was done the way it should be. Regards Miguel Arroz On 29/07/2011, at 03:54, Lachlan Deck wrote: > What are the replication possibilit

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-06 Thread Miguel Arroz
Hi, My first computer game (on my first computer): http://www.gameclassification.com/files/games/Chuckie-Egg-2.png I'm too young for this! Regards, Miguel Arroz On 2011/07/06, at 16:10, Patrick Robinson wrote: > I remember the first time I saw a DECwriter II, after a couple

Re: SELECT count(*) throws - column "t0.allianceid" must appear in the GROUP BY?

2011-06-11 Thread Miguel Arroz
Hey, You're doing that in a very, VERY weird way. Why not using Wonder, as Pascal suggested? It will generate a proper query and no work for you. Regards, Miguel Arroz On 2011/06/11, at 12:18, Alexander Spohr wrote: > Looks like the bug is mine. I did not read the statement as

Re: It's alive!

2011-06-01 Thread Miguel Arroz
Hey, On 2011/06/01, at 03:57, John Huss wrote: > They have country music in Canada??? I was thinking exactly that... and NOT in a good way! Regards, Miguel Arroz ___ Do not post admin requests to the list. They will be ignored. Webobjects-

Re: InOverMyHead {"obviously"};

2011-05-07 Thread Miguel Arroz
Hi, Don't you mean french-speaking canadian girls? Regards, Miguel Arroz On 2011/05/06, at 23:28, Chuck Hill wrote: > And that bar is only a few blocks from the University. Can you say "Hot > French Girls"? Um, not that I ever noticed, according to my wife. > &

Re: ERRest errors as json?

2011-05-03 Thread Miguel Arroz
Hi! Check <http://code.google.com/p/rest-notes/>, specifically the last section of <http://code.google.com/p/rest-notes/wiki/LecturePage>. Regards, Miguel Arroz On 2011/05/03, at 21:14, Andrew Kinnie wrote: > Greetings, > > My ERRest implementation of an APN Serv

Re: I've got the latest Gianduja snapshot for evaluation

2011-04-23 Thread Miguel Arroz
http://www.youtube.com/watch?v=I7o0S0IYizM On 2011/04/22, at 23:34, Chuck Hill wrote: > Nah, I just did a minor in physics. Miguel and I have been waiting for a > couple of years for the LHC to produce some anti-matter and slowly (or > quickly) erase this planet. So far, no luck. > > > Chuc

Re: I've got the latest Gianduja snapshot for evaluation

2011-04-22 Thread Miguel Arroz
Hi But make sure the hadrons are at least 8.332694*10^-12m wide. It's the law! Regards, Miguel Arroz On 2011/04/22, at 18:20, Chuck Hill wrote: > "France, Italy, Spain and Greece opposed the reforms" > > That is just flat out crazy. > > Can someone turn th

Re: I've got the latest Gianduja snapshot for evaluation

2011-04-22 Thread Miguel Arroz
Hi, On 2011/04/22, at 16:10, Lars Sonchocky-Helldorf wrote: > - the stupid laws of the EU Uhhh, don't get me started! First of all, EU? *U*? Union? Really? Is this an union? Jeez... Regards Miguel "I live in a country where we can't change our currency value and at the same time we don't

Re: Optimal number of WorkerThreads

2011-04-22 Thread Miguel Arroz
and use less server resources, like used TCP ports, apache processes, etc. Regards, 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/Updat

Re: Useful tip: simulate slow internet access on a fast LAN

2011-03-09 Thread Miguel Arroz
has a GUI for this on his github. :) Regards, Miguel Arroz On 2011/03/09, at 18:33, arosenzw...@clinworx.com wrote: > Hi fellow WOrriors, > > Thought I'd share a tip that works on Mac OS X to simulate a slow internet > connection. Gives you a nice visceral feel for how yo

Re: Sorting arrays nightmare

2011-02-20 Thread Miguel Arroz
Hi, Are you sure the NSTimestamp values are exactly the same, down to milliseconds? If your users are just copying date and time (without milliseconds), you are most probably getting different millisecond values for each row. Regards, Miguel Arroz On 2011/02/20, at 20:01, Louis Demers

Re: Mailing software

2011-02-11 Thread Miguel Arroz
Hey Anjo, In essence, you have to throttle down the mail sending rate. Services like GMail and others will block your IP temporarily if they see a burst of emails coming from it to them. Regards, Miguel Arroz On 2011/02/11, at 12:51, Anjo Krank wrote: > Hi, > > has anyone bui

Re: mutually exclusive 1-to-0 or 1 relationship modeling

2011-01-14 Thread Miguel Arroz
antee that your data will not corrupt, whatever happens above the DB. You can check for EOGeneralAdaptorExceptions for constraint errors, if you want. Regards, Miguel Arroz On 2011/01/14, at 19:31, Michael Gargano wrote: > See that's what I think I'm doing wrong. I ne

Re: [OT] Finding currently edited file in WO Explorer

2010-12-27 Thread Miguel Arroz
Hey, OK, feeling really dumb right now. That's just what I wanted, thanks! :) Regards, Miguel Arroz On 2010/12/27, at 15:38, Ramsey Gurley wrote: > At the top of your WO Explorer is a yellow double arrow. If you click that, > whatever is open in your editor window wil

[OT] Finding currently edited file in WO Explorer

2010-12-27 Thread Miguel Arroz
something like that already done? Regards, 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: http://lists.apple.c

Re: Scala and WebObjects

2010-11-12 Thread Miguel Arroz
Hi! On 2010/11/12, at 16:16, Pascal Robert wrote: > THINK Pascal all the way! And not because of the name... > > WaitNextEvent(WOWODC 2011) MoreHandles(); MoreHandles(); MoreHandles(); Regards, Miguel Arroz ___ Do not post admin reques

Re: Scala and WebObjects

2010-11-12 Thread Miguel Arroz
ed up. :) OpenDoc... was interesting, but very, very unstable at the time. Regards, Miguel Arroz On 2010/11/12, at 15:29, Antonio Petri wrote: > OpenDoc? that killed BedRock! > I waited ages for BedRock to arrive :( > I still have the pre-release CD... > > On 12 November 2010

Re: [OT] Localizing copyright declarations

2010-11-08 Thread Miguel Arroz
Hi! On 2010/11/08, at 03:34, Paul Hoadley wrote: > Henrique Prange gave me Brazilian Portuguese: > > "Todos os Direitos Reservados © [YEAR(S)] [HOLDER]" It's the same in european portuguese. :) Regards, Miguel Arroz _

Re: PostgreSQL [Off-topic]

2010-10-20 Thread Miguel Arroz
tml>. > pgAdmin is a very useful tool (albeit an annoyingly non mac like app) for > administering your databases. There's also a neat little app that I found handy to check table contents during development: BiggerSQL. Regards, Miguel Arroz __

Re: PostgreSQL [Off-topic]

2010-10-20 Thread Miguel Arroz
to create a system user for PostgreSQL and creating the initial cluster. Regards, 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/

Re: Web Objects development options...

2010-10-18 Thread Miguel Arroz
Hi! OK, I thought Mac OS X would be enough. Then again, who wants to develop on non-Mac? :) Regards, Miguel Arroz On 2010/10/18, at 19:50, David Avendasora wrote: > > On Oct 18, 2010, at 12:59 PM, Miguel Arroz wrote: > >> Hi! >> >> On 2010/10/18, a

Re: Web Objects development options...

2010-10-18 Thread Miguel Arroz
X even if you never take the DVD out of the box. Regards, 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: http:

[ANN] RESTNotes code sample app

2010-10-05 Thread Miguel Arroz
hilosophical "but but... this is not SOAP" kind of issues. :) And Wonderful people for ERRest, of course. Regards, Miguel Arroz ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobject

Re: Single stack optimistic lock exception?

2010-09-29 Thread Miguel Arroz
Hi! On 2010/09/29, at 21:31, Mark Ritchie wrote: > (Who's now back from traveling and working through the e-mail backlog. ;-) I was starting to get worried about you! ;) Regards, Miguel Arroz ___ Do not post admin requests to the li

Re: UNIQUE constraint on Entity Modeler

2010-09-29 Thread Miguel Arroz
Hi! Thanks! Doesn't seem to work on PostgreSQL. :( Regards, Miguel Arroz On 2010/09/29, at 14:43, Kieran Kelleher wrote: > > > Constraint setting on the index can then be set to 'Distinct' (which I assume > is unique in database speak). Not sure if

UNIQUE constraint on Entity Modeler

2010-09-29 Thread Miguel Arroz
Hi! I had the idea I saw, in some W(O)W(O)DC, someone talking about having a "unique" checkbox on Entity Modeler for a property. That would make the generated SQL have the UNIQUE constraint to the DB. Did I dream about this, or is it real? I can not find it anywhere. Regard

Re: Single stack optimistic lock exception?

2010-09-24 Thread Miguel Arroz
uff) to solve *the same problem*, this time inside the same instance? It should work exactly in the same way: the DB row should be compared to the original data you got ON THAT EC. I believe Core Data has a row snapshot per EC (or their equivalent), which solves the issue. I believe WO

Re: Single stack optimistic lock exception?

2010-09-24 Thread Miguel Arroz
l me someday. And french routers too. Yours 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: http://lists.a

Re: Single stack optimistic lock exception?

2010-09-24 Thread Miguel Arroz
thing else. Could it be that your trigger is somehow running after the transaction commits and doing something nasty to the transaction_id? Regards, Miguel Arroz ___ Do not post admin requests to the list. They will be ignored. Webobjects-

Re: Single stack optimistic lock exception?

2010-09-24 Thread Miguel Arroz
nging the conflicting rows at the same time? (Not my suggestion, but really good point ;) ) What is the data type of the column you use for locking? Regards, Miguel Arroz On 2010/09/24, at 16:56, Ken Anderson wrote: > All, > > I have an odd problem I'm wondering if anyone else has

Re: WOWODC 2011 coming to your city

2010-09-08 Thread Miguel Arroz
f the screen. Yes, that's what I did while normal kids were dating, talking about cars and football. Regards, Miguel Arroz ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@list

Re: Content Streaming

2010-09-06 Thread Miguel Arroz
Hi, What exactly do you mean by "it is not working"? What happens? Regards Miguel Arroz On 2010/09/06, at 23:13, Farrukh Ijaz wrote: > Hi > > I am facing a strange issue. I have an entity which is used to store media > file such as images and videos. I have a

Re: Cloud Computing and PCI Compliance

2010-08-21 Thread Miguel Arroz
sually small companies founded by competent and dedicated people can't get those certifications, while huge consultants can. That is unfair because I'm absolutely convinced that many small companies could do a much, much better job than the huge consultan

Re: Cloud Computing and PCI Compliance

2010-08-21 Thread Miguel Arroz
ion which ends up being pointless. I would rather have people who can THINK writing the code where my credit card goes trough, than a firewall. But I have a bad temper, specially when filling endless irritating forms. ;) Regards Miguel Arroz ___

Re: Cloud Computing and PCI Compliance

2010-08-21 Thread Miguel Arroz
). I'm not defending PCI here, just saying you can get burned. Yours Miguel Arroz On 2010/08/21, at 18:59, Simon wrote: > i'm not sure what the big deal is (although i haven't read the article you > linked to). we passed pci compliance with flying colours hosted on the

Re: Safari Extension

2010-07-14 Thread Miguel Arroz
Hi! Nice! :D Yours Miguel Arroz On 2010/07/14, at 08:49, ISHIMOTO Ken wrote: > Hi all, > > I am playing around with Safari Extensions, and made my first one. > Mostly it was made for making my Life easier with searches, but maybe other > User likes to have a WO Logo in S

Re: http://wiki.objectstyle.org/ is not loading home page fully

2010-07-08 Thread Miguel Arroz
Hi! Seems to be working fine. Try to erase cookies. When using badly configured NAT or Proxy services the size of the request may cause problems. Killing cookies reduces that size. Yours Miguel Arroz On 2010/07/07, at 15:07, Kieran Kelleher wrote: > I can get to direct URLs of

Re: EOF and 2 x Database Connections

2010-07-03 Thread Miguel Arroz
Hello, It may be the same cause as the problem I had here: <http://terminalapp.net/webobjects-postgresql-and-db-growing-and-growing/>. EOF will by default open two connections. The first one to obtain the JDBC type data, the second for the regular work. Yours Miguel Arroz On 2010

Re: Practical WebObjects eBook

2010-06-23 Thread Miguel Arroz
Hi! I can't wait to have Chuck's book right next to Winnie the pooh! Although I believe Winnie's plot is a little more intense. Yours Miguel Arroz On 2010/06/23, at 01:21, Chuck Hill wrote: > I asked my publisher. They would have to do it.I would not want to read

Re: [OT] Restaurant recommendations at WWDC?

2010-06-07 Thread Miguel Arroz
s year... :( Yours Miguel Arroz On 2010/06/07, at 15:34, John Huss wrote: > Any recommended restaurants for those of us at WWDC? What was the Indian > place? > > John > ___ > Do not post admin requests to the list. They will be

Re: SproutCore & ERRest

2010-06-02 Thread Miguel Arroz
Hi!  I'm following the same tutorial. I finally could make it fully work with WO (creating, updating, deleting, etc).  I did the following changes:  1) SC expects variables to be camel-cased and not underscored. The SproutCore format created on ERRest was set to underscore variables, so isDone was

Re: WWDC? (Was: Snow Leopard, Apache 2.2, Skewed Load Balancing?)

2010-05-27 Thread Miguel Arroz
Hi! I'll skip WWDC this year. You people behave! ;) Yours Miguel Arroz On 2010/05/27, at 02:18, David LeBer wrote: > On 2010-05-26, at 8:55 PM, Chuck Hill wrote: > >> >> On May 26, 2010, at 5:53 PM, Mark Ritchie wrote: >> >>>>> See you a

Re: ?? about opportunistic locking...

2010-05-18 Thread Miguel Arroz
Hi! On 2010/05/18, at 14:07, Miguel Arroz wrote: > And, BTW, another detail for the most curious readers... > >>> Application.Application: C1 1274149686265 >>> Application.Application: C2 1274149686265 > > If this attribute was an integer or long (with the times

Re: ?? about opportunistic locking...

2010-05-18 Thread Miguel Arroz
eger or long (with the timestamp, for instance) and not a string, in this specific situation, the second commit would not produce any SQL statement. Why? :) Yours Miguel Arroz On 2010/05/18, at 03:33, Mark Ritchie wrote: > Hey Mike! > > On 17/May/2010, at 4:24 PM, Mike Schrag wr

Re: ?? about opportunistic locking...

2010-05-17 Thread Miguel Arroz
Hi! It's optimistic locking, and in my opinion, it's not implemented correctly in WO! ;) http://terminalapp.net/dr-optimistic-locking/ Have fun. (I'm not sure if that blog post is 100% correct, I wrote it 2 years ago, but it should be enough to explain the problem)

Re: Linux Apache 2.2 webserver update causing problems

2010-04-23 Thread Miguel Arroz
t; command after starting new instances. This is on FreeBSD, but it should not matter, if your problem is the same. Yours Miguel Arroz On 2010/04/23, at 22:19, Mersida Kurti wrote: > Hi, > > Wondering if someone has been having issues when updating their linux box > with the late

Re: announcement

2010-04-21 Thread Miguel Arroz
Hi! Congratulations! :) It's certainly good news for you, Apple and the future of WO. Best wishes for your new journey. Yours Miguel Arroz On 2010/04/21, at 17:33, Mike Schrag wrote: > Hey everyone ... I wanted to let you guys know that Apr 30 will be my last > day at mD

Re: OT; Blackberry "friendly" site

2010-04-16 Thread Miguel Arroz
Hi! I believe some (if not all) of the blackberry models come with Javascript disabled. I might be confusing with Palm, but I think it's BB. Consider that when planning your application. Yours Miguel Arroz On 2010/04/16, at 18:36, Kieran Kelleher wrote: > Customer has reques

Re: refusing new sessions

2010-04-13 Thread Miguel Arroz
ge will appear. Yours Miguel Arroz On 2010/04/13, at 17:29, Amedeo Mantica wrote: > Hello, > > I have a method that calls application().refuseNewSessions(true); > > At this point I wolud like to show for the users who are going to create new > sessions a custom error page,

Re: subtotal question

2010-03-24 Thread Miguel Arroz
Hi! Sorry, I thought you were asking how to get an array of all the values in a dictionary. Then again, what exactly are you trying to do? :) Yours Miguel Arroz On 2010/03/24, at 15:48, James Cicenia wrote: > Am I just being dense here. > > allValues of what? The item is

Re: subtotal question

2010-03-24 Thread Miguel Arroz
Hi! allValues() Yours Miguel Arroz On 2010/03/24, at 15:38, James Cicenia wrote: > Maybe it is to early or whatever... > > I dont' think I have ever iterated over a dictionary in a WORepetition. > > What are the bindings then for list and item? > > I would t

Re: Fetching objects 1 by 1

2010-03-22 Thread Miguel Arroz
and process them, and repeat this until there's no further objects to process. Yours Miguel Arroz On 2010/03/22, at 21:23, Lon Varscsak wrote: > I have a bunch of rows I need to do processing on and it would be create to > fetch EOs one by one from the result set instead of all

Re: Checking if an EC is a child editing context

2010-03-17 Thread Miguel Arroz
Hi! That did the trick, thanks! (Strange as there's no isChild() method in EOEC... maybe we can add one to ERXEC) Yours Miguel Arroz On 2010/03/17, at 19:25, David LeBer wrote: > > On 2010-03-17, at 3:12 PM, Miguel Arroz wrote: > >> Hi! >> >> How c

Checking if an EC is a child editing context

2010-03-17 Thread Miguel Arroz
Hi! How can I check if some EC is a child EC in a reliable way? Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: OT: Cheese Rolling event in England cancelled for 2010

2010-03-15 Thread Miguel Arroz
Hi! If WO developers like cheese, I suggest WOWODC 2011 to be in Alentejo... we also have black pork, chouriço, and many many other things that will make you want to move there! ;) Yours Miguel Arroz On 2010/03/15, at 17:17, Joe Little wrote: > Well, this was only in response to

Re: OT: Cheese Rolling event in England cancelled for 2010

2010-03-15 Thread Miguel Arroz
Hi! Why won't you actually try to EAT the cheese? :P Yours Miguel Arroz On 2010/03/15, at 03:58, Joe Little wrote: > Due to increased exposure from the thousands of WebObjects developers > who have flocked to the event after seeing the video posted here, they > have decided

Re: WOWODC 2010 : Community Evening

2010-03-11 Thread Miguel Arroz
Hey! Oh, came on... stop teasing Pasquale... Yours Miguel Arroz On 2010/03/11, at 20:02, David Avendasora wrote: > Whatever, Pierre. > > On Mar 11, 2010, at 2:54 PM, Pascal Robert wrote: > >> And do not call me Robert :-) >> >>> Let me caution you

Re: Snow Leopard upgrade questions

2010-02-09 Thread Miguel Arroz
save them. Snow Leopard installer will happily overwrite all those files. Yours Miguel Arroz On 2010/02/09, at 16:47, John Pollard wrote: > Hi List, > > I am developing on Leopard Mac OS X 10.5.8 and deploying to Leopard 10.5.6 > (one Intel and one PowerPC deployment box) > &g

Re: New look for wocommunity.org

2010-02-02 Thread Miguel Arroz
Hi! YES! 5.3 and 5.4. Since it moved to legacy, Google does not index it any more... maybe they (apple) have some robots.txt file that causes that. Hope they release the new version soon... o :) Yours Miguel Arroz On 2010/02/02, at 20:52, Mike Schrag wrote: >>>> Does an

Re: Session being created continuously...

2010-01-28 Thread Miguel Arroz
Hi! BTW, just an advice: it may be a good idea to not create a session every time someone opens your app front page. This can be a hole to a very simple DoS. Yours Miguel Arroz On 2010/01/28, at 20:37, Amedeo Mantica wrote: > btw, thank you all for the support > > On 28/gen

Re: Session being created continuously...

2010-01-28 Thread Miguel Arroz
Hi! Check the apache log files to see exactly what URL is being accessed, and by what IP. The wonder debug info may be reporting a bogus IP for some reason. Yours Miguel Arroz On 2010/01/28, at 19:42, Amedeo Mantica wrote: > I think too, but xx.xx.xx.xx is my server ip address !! >

Re: Adaptor Apache2.2 send error: Connection refused

2010-01-26 Thread Miguel Arroz
Hi! Are the requests that fail HTTP or HTTPS? Yours Miguel Arroz On 2010/01/26, at 19:14, Sergio Sánchez Maffet wrote: > Hi all, > > hope that some one can help me with this issue: > Everything seems to work correctly but every few requests, I'm getting the

Re: Best way to run period task?

2010-01-07 Thread Miguel Arroz
Hi! It depends on how long does the task take to run, and how heavy does it hit the DB. For complex stuff, we use dedicated apps. For simple stuff, a Java thread will do, or maybe that wonder class (I didn't know it existed, gonna look at it). Yours Miguel Arroz On 2010/01/0

Re: Running validation manually

2010-01-06 Thread Miguel Arroz
. Try to use the debugger to see what's happening, you may be stuck with a simple implementation bug somewhere in the validation code. Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests t

Re: MySQL [was: Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]]

2009-12-04 Thread Miguel Arroz
would you want to cluster a small DB? I don't see any scenario where I need to load balance a DB with half a dozen of GBs. If that's the MySQL way, I would say the PgSQL is probably best! ;) Yours Miguel Arroz smime.p7s Description:

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
that shows. Of course, PgSQL is not perfect, but I believe it's a much higher quality product than MySQL, due to the same development philosophy. The clustering and replication are a problem, true. But putting that aside, I really prefer PgSQL. Yours Miguel Arroz smime.p7s Desc

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
aster replication is available in the new project Bucardo as well as in various clustering tools. Built-in simple replication is planned for version 8.5, due in 2010. It didn't. Let's wait for 8.5! :) Yours Miguel Arroz On 2009/12/03, at 23:26, Miguel Arroz wrot

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
Hi! http://archives.postgresql.org/pgsql-hackers/2008-05/msg00913.php I don't know if it made into 8.4 or not, but they eventually understood they needed a better solution. Yours Miguel Arroz On 2009/12/03, at 23:20, Mike Schrag wrote: Also, full disclosure -- i DO use Postg

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
ecture. This to say that you should use what better suits your needs. But what I would not expect is MySQL to... you know... work! ;) Yours Miguel Arroz On 2009/12/03, at 22:58, Kieran Kelleher wrote: Miguel, anyone, please enlighten me as to what specifically is wrong with using My

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
he same, do what I say there to avoid the dumb connection. :) Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
the concurrency chaos by several orders of magnitude. :) Anyway, those "critical" OSCs would not synchronize, as that would defeat their purpose. Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic signature ___ D

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
ne else, and it had the advantage of not locking up the app to everyone else. Now is the time you say "ER does that"! Yours Miguel Arroz On 2009/12/03, at 16:33, Anjo Krank wrote: So your actual problem is that the EO doesn't save the old value in an extra dict? We

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
saved. It would take more memory, yes, but it would avoid locking the OSC while applying changes to EOs. Yours Miguel Arroz On 2009/12/03, at 15:29, Anjo Krank wrote: I think this would be a terrible waste of mem? Also: didn't I add a fix a week or so ago for you to look over

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
(); Won't the manual lock() disable the autolocking automatically until the EC is manually unlocked again? I believe the ec stays locked until it's manually unlocked. Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic

Re: Dr. Miguel 'Optimistic Locking' Arroz [was Re: WebObjects stress Testing tool?]

2009-12-03 Thread Miguel Arroz
exception, it would be so confusing to recover from that error that we prefer to throw everything away and start again from scratch. I still believe snapshots should be linked to an EC and not an OSC to avoid this problem, although that would require some heavy changing to EOF. Yours Miguel

  1   2   3   4   5   6   7   >