Re: Nested Editing Contexts

2007-04-06 Thread Robert Walker
Here is an excerpt from the Enterprise Objects guild on concurrency. Notice the fourth bullet point. I don't quite grasp the meaning of this but maybe that had something to do with your locking issues on your child EC. Can someone elaborate on the actual meaning of "Child editing context

Re: Nested Editing Contexts

2007-04-06 Thread Kevin Windham
Since I was under some time constraints with this section of my program, I ended up using a temporary object and copying the properties to the actual object if the user saves. I could not figure out what I was doing wrong with the nested context. I also could not get it to work at all if I

Re: How to Set the Adaptor Info in Entity Modeler

2007-04-06 Thread Guido Neitzer
On 06.04.2007, at 15:57, Fred Shurtleff wrote: My listing of entities has at the bottom of the panel 2 sub-tabs - 1 for 'Entities' and 2 for 'Table Name' showing the entity selected (click on this to get a attributes listing). I do not see any other controls. Can you further explain 'Defaul

Re: Nested Editing Contexts

2007-04-06 Thread Ken Anderson
Kevin, It would be much more helpful if you could post the exception. Ken On Apr 6, 2007, at 6:23 PM, Kevin Windham wrote: I attempted to implement a nested editing context and ran into a problem. I would suspect I am violating a rule of some kind, but I don't know what it would be. My fir

Eclipse WOComponent Editor Bug

2007-04-06 Thread Fred Shurtleff
Hi All, I have experienced a bug in WOComponent Editor twice in the last 3 days, and am curious to know if anyone else has run into this. After editing a WOD file(having syntax errors denoted by the red dots/x's/and underlines) and making corrections, I do a File/Save. Run the app to verify c

Re: Nested Editing Contexts

2007-04-06 Thread Kevin Windham
I attempted to implement a nested editing context and ran into a problem. I would suspect I am violating a rule of some kind, but I don't know what it would be. My first attempt failed. My editing page would not load and it would eventually time out and give "no instance available". I remov

Re: How to Set the Adaptor Info in Entity Modeler

2007-04-06 Thread Fred Shurtleff
John - I do NOT see such an item. Only item I see is a SQL icon up top on the toolbar (I hit it and nearly dropped all my tables - lucky I had a bad connection dictionary). My listing of entities has at the bottom of the panel 2 sub-tabs - 1 for 'Entities' and 2 for 'Table Name' showing the en

Re: WOWODC

2007-04-06 Thread Pascal Robert
Le 07-04-06 à 16:38, Jeremy Rosenberg a écrit : We are looking to book our flights for WWDC but we need to know whether we are going to be coming a day or two early or staying a day or two longer to partake of the WO conference as well. I'm really hoping there is enough interest and enoug

Re: How to Set the Adaptor Info in Entity Modeler

2007-04-06 Thread John Huss
Click on the "Default" item at the bottom on the entity list; it has an icon that says SQL. John On 4/6/07, Fred Shurtleff <[EMAIL PROTECTED]> wrote: Hi All, Can anyone tell me how to edit the Adaptor URL info in Entity Modeler? I have always switched to EOModeler to do this. TIA _

How to Set the Adaptor Info in Entity Modeler

2007-04-06 Thread Fred Shurtleff
Hi All, Can anyone tell me how to edit the Adaptor URL info in Entity Modeler? I have always switched to EOModeler to do this. TIA ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@li

Re: WOWODC

2007-04-06 Thread Jeremy Rosenberg
We are looking to book our flights for WWDC but we need to know whether we are going to be coming a day or two early or staying a day or two longer to partake of the WO conference as well. I'm really hoping there is enough interest and enough time to make it happen. Unfortunately the timi

Re: Random handlePageRestorationErrorInContext

2007-04-06 Thread Miguel Arroz
Hi! I think it would be interesting to overload that method, and make it dump the stack trace to a log file. This way, you could collect data that may lead you to find the problem. Yours Miguel Arroz On 2007/04/06, at 00:22, Gaastra Dennis - WO Lists wrote: Dear Colleagues, On of o

Re: ftp on the fly

2007-04-06 Thread John Huss
You might also want to check out the Net portion of apache commons. I've used this in applications before. http://jakarta.apache.org/commons/net/ John ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Re: How to Retrieve Session User?

2007-04-06 Thread Fred Shurtleff
SEE BELOW Art Isbell wrote: On Apr 5, 2007, at 4:13 PM, Fred Shurtleff wrote: Also I know what you are saying about the use of the primary key use and EOF discouraging its explicit usage; but this does not appear to be such a bad transgression in that it is not ever displayed nor used as a us

Re: ftp on the fly

2007-04-06 Thread Fabian Peters
Hi Timmy, Have a look here: HTH Fabian Am 06.04.2007 um 17:26 schrieb Timmy: WO'ers: I want to create a file in memory and upload the file via FTP to a re

ftp on the fly

2007-04-06 Thread Timmy
WO'ers: I want to create a file in memory and upload the file via FTP to a remote server. I've been working with WO for a while but I'm very green with regard to the larger java world. I'm pretty much a newbie to java.io and the FTP libraries and classes I've seen seem to all be expecting

Re: Nested Editing Contexts

2007-04-06 Thread Ken Anderson
Kevin, I'm having a little difficulty with your nomenclature and prepositions :) , but in general, what you're saying is correct. Just remember, when you perform a saveChanges() on the child EC, the changes will only be committed to the parent EC. To get your changes to the DB, that EC