Re: AjaxExample Grid will not work [Solved ?]

2008-01-11 Thread Chuck Hill
This is a WO 5.4 / 5.3 issue. I will try to get to it in the next few days. On Jan 11, 2008, at 1:50 AM, Anjo Krank wrote: This got changed forth and back a few times now. Chuck, can't you take a look at the parsing code and see if you can get this it use numbers? Or use setters/getters

Re: wotaskd starting on 10.5 server, some progress

2008-01-11 Thread Art Isbell
On Jan 11, 2008, at 5:45 PM, Baiss Eric Magnusson wrote: I set the disabled bit to true in <...wtaskd.plist>, this gets reflected correctly in Server Admin which shows WebObjects not started, but wotaskd is being started, I don't know from where, it's owned by launchd[1] which is owned by .

wotaskd starting on 10.5 server, some progress

2008-01-11 Thread Baiss Eric Magnusson
I set the disabled bit to true in <...wtaskd.plist>, this gets reflected correctly in Server Admin which shows WebObjects not started, but wotaskd is being started, I don't know from where, it's owned by launchd[1] which is owned by . So at this point there are no errors in webobjects.log o

Rapid Turnaround

2008-01-11 Thread Ricardo Parada
Hi All, I converted a big WO application and all its frameworks to Eclipse/ WOLips. Everything works as expected except for one little thing: if I edit a WO component's html file while the application is running from Eclipse using Run As > WOLips Application, then save the component and re

Re: FreeBSD 5.4 Deployment

2008-01-11 Thread Q
Ok, I have a new version of the FreeBSD deployment bundle pretty much done. I will upload it once I have had a chance to run it through its paces a little better. Email me offline if you want to help test it and speed things up. -- Seeya...Q Quinton Dolan - [EMAIL PROTECTED] Gold Coast, Q

Re: [ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-11 Thread Ricardo Legorreta
Hi David, I have a D2JC project that I 'more less' migrate to WO 5.4 with the following considerations that I hope it will help you: - Even if you have all classes in WO 5.4, some are very difficult to migrate (e.g., EOControllerFactory, Rules, etc). So my decision was not to use the rule

Re: WOCookie Issue & WOLips Timezone

2008-01-11 Thread Mr. Pierre Frisch
The easiest way to customize cookies behavior is to have you own subclass of WOResponse. There quite a few hooks you can use to customize the behavior. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 11, 2008, at 9:59, Joe Moreno wrote: Pierre, Thanks for clearing up the cookie

Re: The Eclipse build folder

2008-01-11 Thread David Avendasora
I'll certainly do that. I am going to do a little more digging to make sure I know exactly what I'd want changed first. I did find a work-around though. I have created a Java directory in the WebServerResources directory and used the WOLips Tools -> Include as a WebServerResource to get the

Re: [ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-11 Thread David Avendasora
I haven't even gone so far as to customize them. I'm simply using the combination of the .eomodel and the .d2wmodel files to control the UI. I was hoping that your system would be a small-first-step transition from D2JC to Swing. Dave On Jan 11, 2008, at 1:55 PM, Paolo Sommaruga wrote:

Re: [ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-11 Thread Paolo Sommaruga
Hi David, I do'nt know. I have abandoned from much time the D2JC development why it is (was) very difficult to customize them Paolo Il giorno 10/gen/08, alle ore 17:47, David Avendasora ha scritto: Hey Paolo, Thanks for this! I haven't had a chance to do anything with it yet, but anythi

Re: WOCookie Issue & WOLips Timezone

2008-01-11 Thread Joe Moreno
Pierre, Thanks for clearing up the cookie and time zone issue. I didn't know the problem with the time zone was a WO bug, I thought it was an Eclipse bug. Also, I've tried several different ways to delete the wosid cookie when I'm terminating a session without any luck. Can you r

Re: The Eclipse build folder

2008-01-11 Thread Mike Schrag
I would log a WOLips request in Jira for this ... ms On Jan 11, 2008, at 11:50 AM, David Avendasora wrote: Okay. I'm not ready to give up yet, so please humor me? Is it possible for you to modify the incremental builder to do the same thing as this portion of my build.xml? jarfile="${d

Re: The Eclipse build folder

2008-01-11 Thread David Avendasora
Okay. I'm not ready to give up yet, so please humor me? Is it possible for you to modify the incremental builder to do the same thing as this portion of my build.xml? jarfile="${dest.dir}/${project.name}.woa/Contents/WebServerResources/ Java/${project.name.lowercase}.jar"> This would b

The Eclipse build folder

2008-01-11 Thread David Avendasora
Hi all, Is the compiled code in the Project/build folder what Eclipse runs when you select "Run"? If so, can how the contents of that are built be controlled (a hidden build.xml file or something)? I have some special requirements for the "WebServerResources" directory on my project. Th

Re: Unexpected awakeFromInsertion() behaviour

2008-01-11 Thread Lachlan Deck
It might also be for java-inheritance logic. On 11/01/2008, at 10:22 PM, Pierre Bernard wrote: I believe this check in awakeFromInsertion is needed when working with nested contexts. I started adding the check when working with JavaClient. The EO would come from the client - which essentia

Ajax Modal Container question

2008-01-11 Thread George Lee
I'm currently working on a new project using the Project Wonder framework with Ajax and I've ran into some problems with the ajax features that are puzzling me. I have page controlled by a WODisplayGroup to display 20 records at a time. Each record contains some AjaxModalContainer to open u

Re: WOCookie Issue & WOLips Timezone

2008-01-11 Thread Lachlan Deck
On 11/01/2008, at 5:35 PM, Joe Moreno wrote: Hi All, I just upgraded from Tiger client to Leopard and I've noticed two issues. First, the Eclipse Console correctly reports the time zone as PST, but the actual time digits are GMT. Am I missing something? I'm running Eclipse 3.3.1.1 and

Re: WOCookie Issue & WOLips Timezone

2008-01-11 Thread Mr. Pierre Frisch
Hi Joe, Both are known bugs. The GMT/PST bug will be fixed in the next update of WO. The cookie issue unfortunately missed that update and will have to wait for the next one. The issue is that the cookie parsing is too strict and consider the empty value as a mistake so it trips on wosid=

Re: New podcasts and iTunes

2008-01-11 Thread Robert Walker
I've used a bunch of programs for making podcasts, for screen captures with audio you could try Snapz Pro X and Quicktime Pro will export anything to a podcast. There's also ProfCast for Powerpoint/Keynote presentations with audio. Just my opinion, but I would recommend skipping Snapz Pro

Re: Unexpected awakeFromInsertion() behaviour

2008-01-11 Thread Pierre Bernard
I believe this check in awakeFromInsertion is needed when working with nested contexts. I started adding the check when working with JavaClient. The EO would come from the client - which essentially is a nested context - with values filled in that you don't want to overwrite on the server s

wotable and display order

2008-01-11 Thread Theodore Petrosky
I can not find in any documentation information about WOTable and the sort/display order. (I understand it is just displaying an Array) What I want to do is display an Array in two columns and flow the data first in the left column, then when a max rows is hit, flow to the second column and so on

Re: Unexpected awakeFromInsertion() behaviour

2008-01-11 Thread Anjo Krank
Of what? Not applying default values when the object is not "new"? Oh, well... I do. Cheers, Anjo Am 11.01.2008 um 08:36 schrieb Mr. Pierre Frisch: I don't see the advantage Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 10, 2008, at 22:00, Anjo Krank wrote: Am 11.01.2008 um 01:13 sc

Re: AjaxExample Grid will not work [Solved ?]

2008-01-11 Thread Anjo Krank
This got changed forth and back a few times now. Chuck, can't you take a look at the parsing code and see if you can get this it use numbers? Or use setters/getters and morph there? Cheers, Anjo Am 11.01.2008 um 08:57 schrieb Louis Demers: I got it to work with the following patch. It was t