Re: a nice SVN GUI client ?

2009-01-19 Thread Chuck Hill
On Jan 19, 2009, at 12:43 PM, Louis Demers wrote: On 19-Jan-09, at 15:30 , Chuck Hill wrote: On Jan 18, 2009, at 7:44 PM, Louis Demers wrote: For me, Cornerstone provided excellent viewing of history When I purchased Cornerstone, the developer said they planned support for properties

Re: a nice SVN GUI client ?

2009-01-19 Thread Chuck Hill
On Jan 19, 2009, at 1:28 PM, Miguel Arroz wrote: Hi! On 2009/01/19, at 20:43, Louis Demers wrote: Don't get me wrong, they are both good but I think Cornerstone just put a bit more sugar on the way it can present the timeline just yesterday when I was trying to find when the className de

Re: [OT] List bounces

2009-01-19 Thread Q
I get it too, it appears to be a non compliant mail server that doesn't provide a proper bounce message to the original messages return path. The sender domain appears to be rainbowschools.ca. I guess someone who administers the apple mailing list will have to remove the offending address.

Re: Class names or value type mismach in EOModel ?

2009-01-19 Thread Mike Schrag
Btw Mike - would it be worth adding a button/option to the modeler to regenerate the plist(s)? I'd rather just make it correct problems ... a button for regenerating just seems to be admitting defeat ... Sure, but what do you do about models that are not edited but simply opened for viewing.

Re: Class names or value type mismach in EOModel ?

2009-01-19 Thread Lachlan Deck
On 20/01/2009, at 2:18 AM, Mike Schrag wrote: Btw Mike - would it be worth adding a button/option to the modeler to regenerate the plist(s)? I'd rather just make it correct problems ... a button for regenerating just seems to be admitting defeat ... Sure, but what do you do about models tha

Re: a nice SVN GUI client ?

2009-01-19 Thread Miguel Arroz
Hi! On 2009/01/19, at 20:43, Louis Demers wrote: Don't get me wrong, they are both good but I think Cornerstone just put a bit more sugar on the way it can present the timeline just yesterday when I was trying to find when the className declarations were introduced in my eomodel, it ma

Re: Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread Chuck Hill
On Jan 19, 2009, at 12:47 PM, Mike Schrag wrote: The 3.4 version of Eclipse with the WOLips nightly makes all this path and framework handling MUCH MUCH MUCH nicer. I suggest moving to that now. It is stable and ready for use. It's coming, it's coming ... I got pulled away last week (for g

Re: [OT] List bounces

2009-01-19 Thread Mike Schrag
Does I'm the only one who get a bounce everytime I send a email to the list? It look like this : Sorry. Your message could not be delivered to: wodev,mail (The name was not found at the remote site. Check that the name has been entered correctly.) This is driving me crazy. ms ___

Re: Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread Mike Schrag
The 3.4 version of Eclipse with the WOLips nightly makes all this path and framework handling MUCH MUCH MUCH nicer. I suggest moving to that now. It is stable and ready for use. It's coming, it's coming ... I got pulled away last week (for good things). ms ___

Re: Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread Chuck Hill
On Jan 19, 2009, at 11:51 AM, David Ress wrote: But, now I am on to my next problem that has me stumped probably because I was trying too many improvements at once. I get the error: : Unable to create page 'Main'. One of the "improvements" I was attempting was adding packages, and I

Re: a nice SVN GUI client ?

2009-01-19 Thread Louis Demers
On 19-Jan-09, at 15:30 , Chuck Hill wrote: On Jan 18, 2009, at 7:44 PM, Louis Demers wrote: For me, Cornerstone provided excellent viewing of history When I purchased Cornerstone, the developer said they planned support for properties around release 1.5. Still waiting. then Versions ca

Re: Handling Session timeout with ajax

2009-01-19 Thread Chuck Hill
On Jan 19, 2009, at 9:17 AM, Amedeo Mantica wrote: Hello, I just noticed that If we got a Session timeout the error page get place inside our AjaxUpdateContainer, can we avoid this and go to a full error page? ... if (AjaxUtils.isAjaxRequest(aContext.request()))

Re: Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread Chuck Hill
On Jan 19, 2009, at 5:56 AM, David Ress wrote: I have finally ported a large project over to the Eclipse/WOLips (3.3.2/3.3.5563) environment. The 3.4 version of Eclipse with the WOLips nightly makes all this path and framework handling MUCH MUCH MUCH nicer. I suggest moving to that now.

Re: a nice SVN GUI client ?

2009-01-19 Thread Chuck Hill
On Jan 18, 2009, at 7:44 PM, Louis Demers wrote: For me, Cornerstone provided excellent viewing of history When I purchased Cornerstone, the developer said they planned support for properties around release 1.5. Still waiting. then Versions came out and provided good handling of svn pro

Re: SQLite INSERT errors with WO

2009-01-19 Thread Chuck Hill
On Jan 17, 2009, at 2:33 PM, Josef Vanek wrote: So finally I really don't know what to think about all this. When printing the content of JavaJDBCAdaptor.framework, I found the following : As you can see, there is no SqlitePlugIn anywhere. I can't figure out how WO printed it in the lo

Re: Altering EOModel

2009-01-19 Thread Chuck Hill
On Jan 16, 2009, at 12:20 PM, Stavros Panidis wrote: Hi all, I am developing an application where I want to give to the end user the ability to alter EOModel and database, that is to add fields in a table, or to add a new table and to be able to insert and/or edit data on this table. I

W3C validation and ERXBatchNavigationBar

2009-01-19 Thread Francesco Romano
Hi... I've no time to continue developing so I decided to "validate" my app... Now... here is the problem: ERXBatchNavigatorBar give me 40 errors! Is there a way to change.. something.. ? (I'm using XHTML 1.0 Transitional doctype) Francesco __

Re: Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread David Ress
Hmm 3) You might want to create one of your frameworks in Eclipse, then have your app project reference and see if that gives you the models in that framework. Then look at the differences in the two frameworks as they are built. Thanks - this suggestion eliminates the "Failed to load

Re: Altering EOModel

2009-01-19 Thread John Ours
On Jan 19, 2009, at 2:33 PM, Stavros Panidis wrote: my customer is a major department in a public hospital. Each time they decide to perform an experiment and take in account different measurements. No one can predict this. So they need to have the ability to create and/or alter existing

Re: Altering EOModel

2009-01-19 Thread Pascal Robert
Well, EOF coupled with a "standard" SQL RDBMS is not the same thing as Access, FileMaker or 4D. FileMaker and Access was build for non- technical people so that they can build small databases themselves. But why don't you store extra information in plist or XML stored in a single field in a

Re: Handling Session timeout with ajax

2009-01-19 Thread Mike Schrag
yeah, you can check if AjaxUtils.isAjaxRequest(..) in your handleSessionRestoration and send a javascript redirect instead ... I think AjaxExample2 shows this. ms On Jan 19, 2009, at 12:17 PM, Amedeo Mantica wrote: Hello, I just noticed that If we got a Session timeout the error page get

Re: Altering EOModel

2009-01-19 Thread Guido Neitzer
On 19.01.2009, at 20:33, Stavros Panidis wrote: Hi Susanne, I fully understand! But it is hard to accept that I can do it very easily with ACCESS or 4D and not with WebObjects. Imagine, my customer is a major department in a public hospital. Each time they decide to perform an experimen

Re: Altering EOModel

2009-01-19 Thread Stavros Panidis
Hi Susanne, I fully understand! But it is hard to accept that I can do it very easily with ACCESS or 4D and not with WebObjects. Imagine, my customer is a major department in a public hospital. Each time they decide to perform an experiment and take in account different measurements. No

Re: Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread Ray Kiddy
On Jan 19, 2009, at 5:56 AM, David Ress wrote: I have finally ported a large project over to the Eclipse/WOLips (3.3.2/3.3.5563) environment. However, I am still not able to run the program. When I try running the program, I see messages in the console like Failed to load file:Library

Re: Altering EOModel

2009-01-19 Thread Susanne Schneider
Hi Stravros, having done this I would rather recommend not to go this road unless you are really shure there is no other way. You will find a lot of pitfalls you did not even imagine now ;-) At least, yes: it is possible. The API of EOF allows you to dynamically create or alter any EOModel o

W3C validation: ERXBatchNavigationBar

2009-01-19 Thread Francesco Romano
Hi... I've no time to continue developing so I decided to "validate" my app... Now... here is the problem: ERXBatchNavigatorBar give me 40 errors! Is there a way to change.. something.. ? (I'm using XHTML 1.0 Transitional doctype) Francesco

W3C validation - ERXBatchNavigationBar

2009-01-19 Thread Francesco Romano
Hi... I've no time to continue developing so I decided to "validate" my app... Now... here is the problem: ERXBatchNavigatorBar give me 40 errors! Is there a way to change.. something.. ? (I'm using XHTML 1.0 Transitional doctype) Francesco ___

Handling Session timeout with ajax

2009-01-19 Thread Amedeo Mantica
Hello, I just noticed that If we got a Session timeout the error page get place inside our AjaxUpdateContainer, can we avoid this and go to a full error page? Thanks Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobject

Re: ERXStyleSheet & CSS deployment issue

2009-01-19 Thread Randy Wigginton
Thank you - I forgot that it still does a sort-of split install action, so it was looking under /Library/WebServer/Documents On Jan 19, 2009, at 7:29 AM, Pascal Robert wrote: Check Apache's log to see if you get 404 on any other HTTP errors for this file. And what are the URLs in the ge

Re: WebObjects jar frameworks and classpaths

2009-01-19 Thread John Pollard
Chuck, On 15 Jan 2009, at 19:19, Chuck Hill wrote: Another very helpful guy on the Rome list said this: [START QUOTE] ... it would seem to be a classloading bug. The code we use to load the plugin is effectively this: Class clazz = Class.forName(_propertyValues[i], true, Thread.currentThre

Re: ERXStyleSheet & CSS deployment issue

2009-01-19 Thread Pascal Robert
Check Apache's log to see if you get 404 on any other HTTP errors for this file. And what are the URLs in the generated page? Hello, I've seen a number of questions very similar to this, and I do not see any answers that help me. I am performing a plain install on Mac 10.5.6. In my webse

ERXStyleSheet & CSS deployment issue

2009-01-19 Thread Randy Wigginton
Hello, I've seen a number of questions very similar to this, and I do not see any answers that help me. I am performing a plain install on Mac 10.5.6. In my webserverresources, I have a .css file that is not being served... and I cannot understand why. Right next to it are .gif files th

Re: Class names or value type mismach in EOModel ?

2009-01-19 Thread Mike Schrag
Btw Mike - would it be worth adding a button/option to the modeler to regenerate the plist(s)? I'd rather just make it correct problems ... a button for regenerating just seems to be admitting defeat ... ms ___ Do not post admin requests to the lis

Eclipse/WOLips not seeing multiple databases

2009-01-19 Thread David Ress
I have finally ported a large project over to the Eclipse/WOLips (3.3.2/3.3.5563) environment. However, I am still not able to run the program. When I try running the program, I see messages in the console like Failed to load file:Library/Framework/xEO.framework/ Resources/Info.plis

Re: WOWODC 2008 videos

2009-01-19 Thread Pascal Robert
Le 09-01-19 à 05:56, bdappwo...@knowledgeworks.plus.com a écrit : Pascal, I'm disabled and it would have been impossible for me to get to WOWODC, so I really appreciate the effort people went in organizing WOWODC and in making the videos. I paid for the WOWODC videos a few days ago, but I

WOWODC 2008 videos

2009-01-19 Thread bdappwodev
Pascal, I'm disabled and it would have been impossible for me to get to WOWODC, so I really appreciate the effort people went in organizing WOWODC and in making the videos. I paid for the WOWODC videos a few days ago, but I don't know where to go to download them. BTW, somehow I missed the