Re: rowDiffsForAttributes

2014-03-04 Thread Stephane Guyot
David, last time I've seen this trouble, it was Owns Destination and Propagate Primary Key used un conjonction on a to-one relationship. Could you check your model ? Hth, Stephane Envoyé de mon iPhone > Le 4 mars 2014 à 21:31, David Avendasora a écrit : > > >> On Mar 4, 2014, at 3:19 PM, Ch

Re: Problem with pages saved in a variable

2009-10-14 Thread Stephane Guyot
Andri, I don't what exactly you want do, but have a look on API Session : restorePageForConextID, savePage, savePageInPermanentCache. You can start to override this API and just log, to understand how WebObjects works with pages and contextIDs. HTH, Stephane Le

Re: WO alternatives

2009-10-09 Thread Stephane Guyot
03/realite-augmentee-et- flash/ Le 10 oct. 09 à 07:30, Stephane Guyot a écrit : Interesting thread today I don't believe the challenge is on the server anymore. Speaking for myself , less time I spent on the server, better I am. Actually I've choose Flex,

Re: WO alternatives

2009-10-09 Thread Stephane Guyot
Interesting thread today I don't believe the challenge is on the server anymore. Speaking for myself , less time I spent on the server, better I am. Actually I've choose Flex, I don't wants spent more time with Javascript, did you have serious JS Debugger, did y

Where is my post ?

2009-09-18 Thread Stephane Guyot
Hi, more than 12 hours later I decide to send my post again. Jean-Pierre , I vote for your answer , loosing business ( 20 mililion of euros ) is a good indicator. Think Different ... Stephane De : Stephane Guyot Date : 18 septembre 2009 07:41:57 HAEC

What could we do to convince Apple to opensource WebObjects ?

2009-09-16 Thread Stephane Guyot
Hi, my primary goal was not to discuss about patents. I just think that WebObjects is a WOnderfull technology, very well integrated solution ( EOF+WO ) I've spent 10 years developping with WO, but for 3 years now I'm working with Flex. Nice technology, server side agno

Why Opensource ?

2009-09-11 Thread Stephane Guyot
Good news : http://www.appleinsider.com/articles/09/09/11/ apple_open_sources_snow_leopards_grand_central_dispatch.html However, opening the code to the community could help pave the way for its adoption. My english is better when I copy/paste Steph

WebObjects become opensource ?

2009-09-09 Thread Stephane Guyot
Hi list, i'm still waiting for an opensource version of WebObjects. I can"t believe the news today, there 's so many good news, ( Sun totally disappears, eated by Oracle ), could we hope good news for WebObjects ? What's new about WebObjects today ? WebObjects.org ? Gianduia ? My actual

Re: Snow Leopard compatibility and the future of webobjects

2009-06-13 Thread Stephane Guyot
yllan, year over year it's the same song I can understand your problem : http://itunes.apple.com/WebObjects/ MZStore.woa/wa/viewAlbum?i=261634423&id=261634131&s=143442 Predict the future is a very hard task, very error prone exercice : Top 20 financial institutions by market capitalizat

Re: appendToResponse

2009-02-02 Thread Stephane Guyot
Atli, could you try to put your signin logic earlier in invokeAction ? In the request /response loop , you would be more comfortable to decide which page to choose for the response, see : public WOActionResults invokeAction(WORequest aRequest,WOContext aContext) I think it's too late, in

Re: Great Web 2.0 graphics, buttons, etc., site for photoshop challenged WO Developers ; -)

2008-11-10 Thread Stephane Guyot
Kieran, have a look : http://www.brightpointinc.com/FlexDemos/degrafagauge/ degrafagaugesample.html http://examples.adobe.com/flex2/consulting/styleexplorer/ Flex2StyleExplorer.html Notes that you don't need to press "update", there's some logic on the client side. And one more thing , it

Re: Charting question

2008-11-01 Thread Stephane Guyot
Julius, I have no idea of what you can or cannot do with GCharts. 2. What would you recommend using instead? Have a look on that : http://demo.quietlyscheming.com/ChartSampler/app.html http://examples.adobe.com/flex2/inproduct/sdk/dashboard/dashboard.html If you go here : http://finance.goo

Fwd: upload via drag and drop

2008-10-11 Thread Stephane Guyot
I forward my response again :-) Why some messages doesn't appears on the list ? Flex ? AIR ? Prohibited words ? Drag & Drop from filesystem to application , with AIR you can : http://www.adobe.com/devnet/air/ Stephane Début du message réexpédié : De : Stephane Guyot <[EMA

Re: Applet + WO

2008-09-21 Thread Stephane Guyot
ution? Thank You, Shravan Kumar. M - --- On Sun, 9/21/08, Stephane Guyot <[EMAIL PROTECTED]> wrote: From: Stephane Guyot <[EMAIL PROTECTED]> Subject: Re: Applet + WO To: "webobjects Development" Cc: [EMAIL PROTECTED] Date: Sunday, September 21, 20

Re: Applet + WO

2008-09-21 Thread Stephane Guyot
Hi Shravan, as far as I remember, "You Bactrack too far" occurs when you have a cachePageSize too small in your Application. Default is 30, did you try to increase the size ? You can try 100 ? 200 ... Did you a limit for the upload ? How many files the user may upload in one click ? Each

Re: Identical requests make my csv component always returns the same content

2008-09-14 Thread Stephane Guyot
on, url of your page may be cache by the browser, then i would try to add dummy value in a query string. HTH one more time, Stephane Le 14 sept. 08 à 09:55, Yung-Luen Lan a écrit : On Sun, Sep 14, 2008 at 3:01 PM, Stephane Guyot <[EMAIL PROTECTED]> wrote: Hi Yung-Luen, have a look

Re: Identical requests make my csv component always returns the same content

2008-09-14 Thread Stephane Guyot
Hi Yung-Luen, have a look on the following method : disableClientCaching ---> Class WOResponse http://developer.apple.com/documentation/DeveloperTools/Reference/ WO541Reference/com/webobjects/appserver/ WOResponse.html#disableClientCaching() You can override appendToResponse in

Re: rowDiffsForAttributes: snapshot in com.webobjects.eoaccess.EODatabaseOperation... does not contain value for attribute named NeededByEOF0 with snapshot key: NeededByEOF0

2008-09-04 Thread Stephane Guyot
Hi Shravan, i think your trouble is the consequence of "Missing Fault Handler". Are you using propagate primary key in your model for a relationship ? You can Google "Missing Fault Handler" Read that : http://developer.apple.com/documentation/WebObjects/ Reference/API5.2.4/com/webobjects/eoacc

Invalidating objects asynchronously + Terracotta + Groovy

2008-09-03 Thread Stephane Guyot
Hi list, i'm a little bit in trouble. I post a mail at 10:16:01 and 5 hours later , nothing on the list ? I decide to re-send it Stephane Tonny, the question is so interesting http://www.terracotta.org/web/display/orgsite/What+Is+Terracotta If anybody has experience with this prod

Re: Invalidating objects asynchronously

2008-09-03 Thread Stephane Guyot
omes vital that state in the DB is the same as the state we operated on in the application. Cheers Tonny On Wed, Sep 3, 2008 at 6:56 AM, Stephane Guyot <[EMAIL PROTECTED]> wrote: Dan, interesting question and trouble ... I have no clear answer but question that i hope may help you,

Re: Invalidating objects asynchronously

2008-09-02 Thread Stephane Guyot
Dan, interesting question and trouble ... I have no clear answer but question that i hope may help you, see below. Le 2 sept. 08 à 18:57, Dan Grec a écrit : Hi everyone, We're having an interesting problem in our apps, and I wanted to see if anyone else has solved it. background: We're

Re: The "Mobile me" web apps

2008-06-11 Thread Stephane Guyot
Ricardo, interesting :-) Can someone speak about "the wonderful Ajax frameworks shown at WOWODC " or it is under NDA ? Does Apple have something in the pipe for the RIA, RDA applications ? Cocoa Integrated Runtime ? Cocoa-leigth js implementation ? OpenStep like resurrection ? Adobe is us

Re: takeFormValuesFromRequest problem

2008-05-14 Thread Stephane Guyot
Lachlan, your trouble comes from the bias you create between the server state and the client state. When you modify the UI via javascript, when you add the company name on the client side and show the company name, the server side doesn't know that there's a new value ? There's no elementID

Re: NSSelector - a curiosity

2008-05-07 Thread Stephane Guyot
Michael, did you try the type Class Void ? something like Void.Type ? HTH, Stephane Le 7 mai 08 à 09:35, Michael Scott a écrit : NSSelector works fine. But it is a bit wonky. Perhaps Java should allow 'null' as a type argument. Probably a bit much to ask just to make an old NextStep class

Re: WO(Re)petition

2007-10-03 Thread Stephane Guyot
not certified on any other platform than Mac servers. I don't want stay in small business. We will win many developers and I think it's really important. and loose with it. I'm waiting! Stephane Yours Miguel Arroz On 2007/10/03, at 09:17, Stephane Guyot wrote: Ian, Da

Re: WO(Re)petition

2007-10-03 Thread Stephane Guyot
Ian, David, Miguel ... I can't agree with you. My last client, is looking for WO replacement because of lack of windows and linux support. Ten years of WO development without roadmap, multi to mono platform support, Actually I'm just trying to convince my new client to use WO, we d

WO(Re)petition

2007-10-01 Thread Stephane Guyot
Think Different : Please Opensource WebObjects Stephane ___ 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:

I have a dream :-)

2007-09-30 Thread Stephane Guyot
Hi list, last night as FTO ( Fantomatic Technical Officer) , I directly report to Steve. I just dispose of only 2 minutes to convince Steve that opensource WebObjects may have a big Hallo Effect for Apple. The WO team agree with me and all WO developpers too, the challenge is big for the

Re: Apple Please Update java Plot.framework / Think Different

2007-09-18 Thread Stephane Guyot
mike, you can also "Think Different" : http://examples.adobe.com/flex2/ inproduct/sdk/dashboard/dashboard.html If you rigth click you have the source :-) http://demo.quietlyscheming.com/ChartSampler/app.html You cant still wait, rumors says that Apple may have something in pipe for RIA.

FLEX-WebObjects Integration

2006-12-22 Thread Stephane Guyot
Hi, did someone have any tips, suggestions, experiences about Flex- WebObjects mixing ? I'm not in J2EE configuration but in the old WebObjects multi- instance monitored configuration. What's is the best way to do that without FDS ? HTTPService , RemotObject ont the client-side ? Where should

Re: Obtain the name of a server in WO

2006-09-09 Thread Stephane Guyot
Gilles, there is a non documented ( not yet public but perhaps in the future if Apple Open-souce WO :-) ) API on the WORequest : public String _serverName() WebObjects use it internally for the isSecure bindings on the WOHyperlink HTH, Stephane Le 9 sept. 06, à 05:27, Gilles MATH

Re: OOM / java.lang.OutOfMemoryError

2006-03-08 Thread Stephane Guyot
kely to be session creation, by themselves, sessions are pretty lightweight. Is that link doing anything that might consume memory, like creating a new object store co-ordinator? Chuck On Mar 8, 2006, at 1:15 PM, Stephane Guyot wrote: Thanks Randy, but every created sessions are logged and it

Re: OOM / java.lang.OutOfMemoryError

2006-03-08 Thread Stephane Guyot
ll tomorow. Thanks, Stephane Le 8 mars 06, à 21:53, Randy Wigginton a écrit : Sounds like you are creating a lot of session objects. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephane Guyot Sent: Wednesday, March 08, 2006 3:45 PM To: webobjects-dev App

OOM / java.lang.OutOfMemoryError

2006-03-08 Thread Stephane Guyot
Hi list, We are fighting against java.lang.OutOfMemoryError but the trouble doesn't comes directly from memory of the WOApplication , I downsize the JVM with Xmx to 64 to produce more easily the exception. On the portal page of our application if I click very quickly, many, many times on t

The EOModeler Adavantage ? / Time to refactoring job ?/ WOF longevity/success becomes a nightmare :-)

2005-10-29 Thread Stephane Guyot
Hi list, after almost 10 years of WebObjects/EOF , we starts with WOF1.0 and persistent, transient variables in WOComponents ... :-) today we just have these statistics : Number od Models : .. 43 Number of entites : .

Re: Obtaining the elementID

2005-10-26 Thread Stephane Guyot
Miguel, Have a look on the examples : /Developer/Examples/JavaWebObjects/Frameworks/WOComponentElements In WXActionURL.java you have exactly what you a looking for : /** * Override of invokeAction method - this method is used to perform the action * from the bindings. This method matches the

Trouble with reusable components (and XMLHTTPRequest ?)

2005-10-12 Thread Stephane Guyot
Hi list, we currently have an exception with a reusable components. Reusable Component X > inside Reusable Component Y --> inside WOComponent Z ( top level component ) X and Y are stateless and every works fine until the submit of the FORM in the page Z. When the form submit we h

Re: close a window browser

2005-10-11 Thread Stephane Guyot
Paolo, you can try window.onbeforeunload = function(event) { try { // go back to the server side ? } catch () { . } } HTH, but i'm not sure it's really a good idea Stephane Le 11 oct. 05, à 16:11, Paolo Sommaruga a écrit : when a user close a window b