Re: Memory Management

2009-03-04 Thread Jeff Schmitz
A little more info on my problem (yes I'm confused). For my processing, all my data is not in one table. I need to work on one coherent set of data at a time that is related across tables via joins. My tables are setup as follows: Pool*>>Entry-63>>Game-2>TeamPopup To do my pr

WebServices question

2009-03-04 Thread Ramsey Gurley
Hi all, I'm attempting to make use of WebObjects WebServices for the first time and I'm having some difficulty dealing with deserialized EOs. In my simple test setup, I have a server app and a client app with separate databases. I need to share information about entities between them.

Re: Memory Management

2009-03-04 Thread Chuck Hill
On Mar 4, 2009, at 6:18 AM, Jeff Schmitz wrote: I am actually using ERXBatchFetchUtilities. e.g. ERXBatchFetchUtilities.batchFetch(pool.entries(), Entry.GAME.append(Game.TEAM_POPUPS)); Is that the same thing, or something different? Different Is raw row fetching likely to be even

Re: TOMCAT deployment + WebServerResources

2009-03-04 Thread Miguel Angel Torres Avila
Sorry List, I just sent the message I found some mistakes on the example code. This is the corrected code public String cssStyle = ((Application)application()).baseURL() + "/" + ((Application)application()).name()+ ".woa/Contents/ WebServerResources/CSS/style.css"; public String myJS = ((

TOMCAT deployment + WebServerResources

2009-03-04 Thread Miguel Angel Torres Avila
Hi List, For those who have CSS and JavaScript files on their WebServerResources and do not use Project Wonder Framework (I think it is easier with that Framework) and want to deploy on TOMCAT I just find a simple way to access those resources. First, On my application y generate links

Re: WOInstaller was Linux installation Tutorial broken link

2009-03-04 Thread Mike Schrag
Finally got the backup of the old machine pulled and I'm copying over the (large) disk image, so I should have the build server all restored later today ... Sorry for all the delays. ms On Mar 4, 2009, at 10:02 AM, Miguel Angel Torres Avila wrote: Hi guys, Sorry for the late response, I w

Re: WOInstaller was Linux installation Tutorial broken link

2009-03-04 Thread Miguel Angel Torres Avila
Hi guys,Sorry for the late response, I was out of my office last days.Thanks for your response, I already   downloaded the installer with the new link, I will try it. On Feb 26, 2009, at 4:43 PM, Pascal Robert wrote:I will try to do a automatic build on wocommunity.org starting next week. FYI: If

Re: Memory Management

2009-03-04 Thread Jeff Schmitz
I am actually using ERXBatchFetchUtilities. e.g. ERXBatchFetchUtilities.batchFetch(pool.entries(), Entry.GAME.append(Game.TEAM_POPUPS)); Is that the same thing, or something different? Is raw row fetching likely to be even faster? Thanks! Jeff On Sunday, March 01, 2009, at 09:55PM, "

Re: NSData Character Stream

2009-03-04 Thread Timo Hoepfner
Am 04.03.2009 um 14:42 schrieb Rukmal Dias: I want to upload file and read characters (unicode) of that file. NSData returns a ByteArrayInputStream (public ByteArrayInputStream stream()). I need to get a character stream bcos there may be many languages. Is there way to upload a file and g

NSData Character Stream

2009-03-04 Thread Rukmal Dias
Hi, I want to upload file and read characters (unicode) of that file. NSData returns a ByteArrayInputStream *(public ByteArrayInputStream stream()*). I need to get a character stream bcos there may be many languages. Is there way to upload a file and get character strem. Thanks Rukmal Dias _

Re: Memory Management

2009-03-04 Thread Jeff Schmitz
Increasing the heap didn't seem to help much, but creating a new ObjectStoreCoordiator as well as a new EC for each loop instead of just a new EC works MUCH better: while (nameIter.hasNext()) { EOObjectStoreCoordinator resultsObjectStore = new EOObjectStoreCoordinator(); ec

Re: oops, EditingContext disposed?

2009-03-04 Thread Kieran Kelleher
Hmmm, I just noticed that you were not locking the new EOEditingContext that you were creating, so maybe ERXEC autolocking is fixing your issue and perhaps this has nothing to do with InverseRelationshipUpdater. I do agree with Chuck that this is a terrible thing to do in a set method. Id

Re: oops, EditingContext disposed?

2009-03-04 Thread Amedeo Mantica
yes, now it works !! Thank you very much! Amedeo new code below public void setIsPrimoPiano(Boolean value) { if (value) { //EOUtilities.rawRowsForSQL(new EOEditingContext(), "WebConfindustria", "UPDATE CFArticle SET isPrimoPiano='false';",null); //THIS IS MY O

Re: Per Session model connection and EOCooperatingObjectStore

2009-03-04 Thread Susanne Schneider
Hi Larry, how many different users do you have in mind? We have a similar approach with different schemes (rather than complete database) per "customer" (as we call them). The number of our customers is normally far less than 100. Instead of connecting them on a session base we build up an eom