Re: Fetching data in WOLongResponsePage

2008-08-29 Thread Art Isbell
On Aug 29, 2008, at 6:43 PM, Art Isbell wrote: On Aug 29, 2008, at 6:25 PM, Chuck Hill wrote: What is the fetchTimestamp of the EC in the main thread? If it is older than the objects being returned and their related objects, it should not fetch. I increased the default fetch timestamp l

Re: Fetching data in WOLongResponsePage

2008-08-29 Thread Art Isbell
On Aug 29, 2008, at 6:25 PM, Chuck Hill wrote: What is the fetchTimestamp of the EC in the main thread? If it is older than the objects being returned and their related objects, it should not fetch. I increased the default fetch timestamp lag to see whether that was the problem. Doing

Re: Fetching data in WOLongResponsePage

2008-08-29 Thread Chuck Hill
On Aug 29, 2008, at 8:16 PM, Art Isbell wrote: I have an app that requires a series of large, slow fetches to produce one of its responses. These fetches are causing unacceptable delays in returning this response. I am unable to improve the fetch speed, so I need to provide feedback to

Fetching data in WOLongResponsePage

2008-08-29 Thread Art Isbell
I have an app that requires a series of large, slow fetches to produce one of its responses. These fetches are causing unacceptable delays in returning this response. I am unable to improve the fetch speed, so I need to provide feedback to the user during this fetch delay. WOLongRespo

Re: Notifications

2008-08-29 Thread Mike Schrag
I've been racking my brains for a while now and I can't figure out how notifications work. What I want to do is trigger a method in a session(or application) after an ERXGenericRecord has been updated/inserted. I'm pretty certain that I want to use notifications to do this, but I am lost

Re: [FIXED] Re: EOGen whoes

2008-08-29 Thread Mike Schrag
What puzzles me is why everything was working before, and suddenly stopped working correctly. Damn computers. Blame me, not your computer ... I rewrote the algorithm for that to make it better with other scenarios and accidentally introduced a regression for the final letter of a capitalized

[FIXED] Re: EOGen whoes

2008-08-29 Thread Miguel Arroz
Hi! Looks like it was this bug: . I upgraded WOLips and it seems fine now. What puzzles me is why everything was working before, and suddenly stopped working correctly. Damn computers. Alentejo will have to wait. Unfortunately. You

Re: EOGen whoes

2008-08-29 Thread Kieran Kelleher
Just put a static for REDIRECT_WHEN_COMPLETED_URL_KEY in your non- generated subclass as a workaround and ignore the other one in the generated superclass. On Aug 29, 2008, at 6:21 PM, Miguel Arroz wrote: Hi! This is driving me totally nuts, I'm about to smash my Mac for good and move to

EOGen whoes

2008-08-29 Thread Miguel Arroz
Hi! This is driving me totally nuts, I'm about to smash my Mac for good and move to Alentejo. I have a Model that has an entity, A, that has a property called redirectWhenCompletedURL. EOGen was generating the key constant for this property as REDIRECT_WHEN_COMPLETED_URL_KEY. Now,

Re: Notifications

2008-08-29 Thread Chuck Hill
On Aug 29, 2008, at 1:33 PM, Ted Archibald wrote: I've been racking my brains for a while now and I can't figure out how notifications work. What I want to do is trigger a method in a session(or application) after an ERXGenericRecord has been updated/inserted. I'm pretty certain that I

Re: Entity dependence analisys

2008-08-29 Thread Chuck Hill
FWIW, EOModelGroup mg = EOModelGroup.defaultGroup(); You can handle more EOF configurations if you use: EOModelGroup mg = EOUtilities.modelGroup(ec); There can be more than one... Chuck On Aug 29, 2008, at 1:44 PM, Florijan Stamenkovic wrote: Hi all, I made a little something to analyze

Re: Notifications

2008-08-29 Thread Robert Walker
I'm not sure if this works for what you are trying to do, but will EOEditingContext.ObjectsChangedInEditingContextNotification give you what you want? If so then your should be able to register your class to receive these notifications from the notification center. On Aug 29, 2008, at 4:3

Re: Issues Deploying from WOLips

2008-08-29 Thread Mike Schrag
Because no good deed goes unpunished: No good dead punishment gets done -- take THAT! If there was a Java Client checkbox with a sub Java WebStart checkbox in there, then the build could automatically check each included framework for WebServerResources/Java FrameworkName.jar file and copy

Re: Issues Deploying from WOLips

2008-08-29 Thread Mike Schrag
Cool! Is this setting the build.xml properties accordingly so that a command line build will read and execute that too? Yeah ... wolips.embed.[shortrootname]=true. ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: Entity dependence analisys

2008-08-29 Thread Chuck Hill
See ERXEntityFKConstraintOrder and ERXEntityDependencyOrderingDelegate in Wonder. The next step on that one is to order rows based on FK usage to handle reflexive relationships. Chuck On Aug 29, 2008, at 1:44 PM, Florijan Stamenkovic wrote: Hi all, I made a little something to analyz

Entity dependence analisys

2008-08-29 Thread Florijan Stamenkovic
Hi all, I made a little something to analyze dependencies between entities, and sort entities based on them. So that the non-dependent entities are at a lower index in the resulting list then the ones they are dependent on. The current implementation only deals with relationships, but th

Notifications

2008-08-29 Thread Ted Archibald
I've been racking my brains for a while now and I can't figure out how notifications work. What I want to do is trigger a method in a session(or application) after an ERXGenericRecord has been updated/inserted. I'm pretty certain that I want to use notifications to do this, but I am lost when it c

Re: Issues Deploying from WOLips

2008-08-29 Thread David Avendasora
Because no good deed goes unpunished: If there was a Java Client checkbox with a sub Java WebStart checkbox in there, then the build could automatically check each included framework for WebServerResources/Java FrameworkName.jar file and copy that to the application's WebServerResources/Jav

Re: Issues Deploying from WOLips

2008-08-29 Thread Guido Neitzer
Cool! Is this setting the build.xml properties accordingly so that a command line build will read and execute that too? cug On Fri, Aug 29, 2008 at 12:26 PM, Mike Schrag <[EMAIL PROTECTED]> wrote: >> This looks interesting, though the WSR are not really an issue for me. One >> thing though, why

Re: Issues Deploying from WOLips

2008-08-29 Thread Mike Schrag
This looks interesting, though the WSR are not really an issue for me. One thing though, why not isolate certain conditions (for example if frameworks should be embedded or not) into build.properties? That's a good idea ... someone should have been adding that this morning to NewHotness by

Re: Issues Deploying from WOLips

2008-08-29 Thread Chuck Hill
The copy in LOCALROOT might have been the new and improved version from Wonder On Aug 28, 2008, at 10:12 PM, Owen McKerrow wrote: Thanks Chuck. That was it. I some how had a copy of JavaWOExtensions.framework in / Library/Frameworks so my local copy of Eclipse was using that. When I made

Re: Issues Deploying from WOLips

2008-08-29 Thread Kieran Kelleher
Not wanting to start a debate (cos I don't have time today :-) ), but for revision-named bundles (my-app-001, my-app-002, etc.) symlinks strategy will not work... and secondly just overwriting existing resources means that an old version app that is still running with refuse sessions is now

Re: [OT] tag

2008-08-29 Thread Francis Labrie
Pascal Robert a écrit : Normal perfomance, so say « bye bye » to But please report to WebKit team: What does it do with the standard technique of old? On Aug 28, 2008, at 3:41 PM, Pascal Robert wrote: Anyone here using the tag with Safari?

Re: Issues Deploying from WOLips

2008-08-29 Thread Guido Neitzer
On Fri, Aug 29, 2008 at 10:02 AM, Kieran Kelleher <[EMAIL PROTECTED]> wrote: >> This looks interesting, though the WSR are not really an issue for me. > > True for Java Client people like yourself, but for the web app developer it > is necessary. Why? I never bother with that. I have my WSRs in

Re: Issues Deploying from WOLips

2008-08-29 Thread Kieran Kelleher
On Aug 29, 2008, at 11:45 AM, Florijan Stamenkovic wrote: This looks interesting, though the WSR are not really an issue for me. True for Java Client people like yourself, but for the web app developer it is necessary. One thing though, why not isolate certain conditions (for example if

Re: Issues Deploying from WOLips

2008-08-29 Thread Kieran Kelleher
Original wiki page updated with explanation and redirect to the "better instructions" - drop in that alternative build.xml and just run it - deploy - done and as Mike says "profit" :-) On Aug 29, 2008, at 11:30 AM, Kieran Kelleher wrote: If you want fully embedded *AND* split-install bu

Re: Issues Deploying from WOLips

2008-08-29 Thread Florijan Stamenkovic
This looks interesting, though the WSR are not really an issue for me. One thing though, why not isolate certain conditions (for example if frameworks should be embedded or not) into build.properties? F On Aug 29, 2008, at 11:30, Kieran Kelleher wrote: If you want fully embedded *AND* split

Re: FrontBase reverse engineering with WOLips

2008-08-29 Thread Florijan Stamenkovic
Yeah, this is definitely the right way to do it. F On Aug 29, 2008, at 11:05, Mike Schrag wrote: You can always export and import your preferences, which is 90% of the annoyance of starting from a new workspace. ___ Do not post admin requests to t

Re: [OT] tag

2008-08-29 Thread Pascal Robert
Normal perfomance, so say « bye bye » to What does it do with the standard technique of old? On Aug 28, 2008, at 3:41 PM, Pascal Robert wrote: Anyone here using the tag with Safari? I don't understand why it's so slow. I have to display a QuickTime movie who is a export of a presentatio

Re: Issues Deploying from WOLips

2008-08-29 Thread Kieran Kelleher
If you want fully embedded *AND* split-install bundles, then this is the better instructions: http://wiki.objectstyle.org/confluence/display/WOL/Alternative+Ant+Build+Script+for+Fully+Embedded+and+Split+Install+Bundles On Aug 29, 2008, at 12:17 AM, Chuck Hill wrote: On Aug 28, 2008, at 9:06

Re: FrontBase reverse engineering with WOLips

2008-08-29 Thread Mike Schrag
In principle totally on point, I'd just like to say that I have shared a workspace between multiple Eclipse installations, and never bumped into problems. Eclipse's releases always point out potential workspace incompatibilities. Again, really sweet. I have also done it, but it's a gamble .

Re: FrontBase reverse engineering with WOLips

2008-08-29 Thread Florijan Stamenkovic
On Aug 29, 2008, at 09:39, Mike Schrag wrote: You can install multiple copies of Eclipse on the same machine (note that you need Eclipse 3.4 to use nightly). Yeah, this is super sweet. And most of the prefs are saved in the workspace. Makes it easier to deal with installation and upgrades.

Re: Issues Deploying from WOLips

2008-08-29 Thread Florijan Stamenkovic
If the frameworks are not embedded after you did that then most likely the relevant includes file (woproject/ ant.frameworks.wo.wolocalroot) in your project does not list out these frameworks, or they are not located in your /Library/ Frameworks/ folder. What are the file's contents? F On

Re: FrontBase reverse engineering with WOLips

2008-08-29 Thread Mike Schrag
Very cool! I'll install the nightlies on an other machine then and build the model there. Or would you say, they are save enough to use on my development machine? You can install multiple copies of Eclipse on the same machine (note that you need Eclipse 3.4 to use nightly). I would choose a