Using WO D2W with the rest of Wonder

2009-01-20 Thread Kamal D Shah
Hi all, I have integrated Wonder successfully into my project. However, I have been unable to figure out how to modify the UI styles that Wonder gives me with D2W. I am quite happy with the WO D2W UI. I tried removing the ERDirectToWeb and ERNeutralLook frameworks from my projects but I

Re: Changing eogenerator templates

2009-01-20 Thread Kamal D Shah
Thanks John! I upgraded WOLips and it worked. Thanks Kamal On 20-Jan-09, at 8:58 PM, John Huss wrote: The current templates can be found here: http://svn.objectstyle.org/repos/woproject/trunk/woproject/wolips/core/plugins/org.objectstyle.wolips.eogenerator.core/templates/ Alternatively, y

Re: [Wonder-disc] ERXResourceManager can't find my resource

2009-01-20 Thread Kamal D Shah
Thanks Mike for your response. After reading your email, I realized that I need to give the path from the Resources folder. I had the xml file inside a folder in Resources. When I gave that path, it worked. Sorry! Thanks Kamal On 20-Jan-09, at 7:00 PM, Mike Schrag wrote: ERXResourceMan

Re: webobjects installer crashing

2009-01-20 Thread Don Lindsay
Hello; Can you give us a bit more information? What installer are you using? Where did you download it from? Thanks, Don On Jan 20, 2009, at 2:19 PM, Fred Wells wrote: I am trying to install webobjects 5.4 on a mac mini running 10.5.6 the install won't stay up it tries to start and then

Re: [SOLVED] ERJGroupsSynchronization Exception

2009-01-20 Thread Nathan Hadfield
I am getting _EOAssertSafeMultiThreaddedAccess traces when the ERXObjectStoreCoordinatorSynchronizer kicks in. Similarly to what Saad found in the processRmoteChange() method, they are coming from an assertion just before locking the database context in the _process() method:

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread Lachlan Deck
On 21/01/2009, at 1:11 AM, Stamenkovic Florijan wrote: I'll try to do some speculating based on what you say 1. Your project relies on Eclipse's Incremental build to copy the .gif resources to the bin output folder of your project 2. WOLips compile target does *not* copy those resources t

Re: Altering EOModel

2009-01-20 Thread Elim PDT
Yes. if model changes can be made by data changes, we're done. So we want to make eomodel somewhat more abstract and move model details into (relational)database as data. In that way, we want to make eo evolvable. Every eo has its native class defined by eomodel. But we can assign a runtime c

Re: Altering EOModel

2009-01-20 Thread John Ours
On Tuesday, January 20, 2009, at 05:50AM, "Susanne Schneider" wrote: >There is a lot of advantage of beeing mostly generic, but there are >restrictions too. For example the implementation of "simple" new >features, like a new report, can be more complex than desirable. ...but still simpler

Re: Altering EOModel

2009-01-20 Thread Anjo Krank
Am 18.01.2009 um 17:44 schrieb Stamenkovic Florijan: A question to the rest of the list: has anyone ever even tried doing this with WO? And I don't mean just fiddling with the in- memory model, but also saving the model, changing the DB schema on the fly etc... One can do that, but you'd

webobjects installer crashing

2009-01-20 Thread Fred Wells
I am trying to install webobjects 5.4 on a mac mini running 10.5.6 the install won't stay up it tries to start and then just crashes. I've tried also on a black macbook same OS same results. Anybody see this?-fwFrederick WellsMarketForward, a Publicis Groupe Company427 South LaSalle St.Chicago, Il

Re: Altering EOModel

2009-01-20 Thread Guido Neitzer
On 20.01.2009, at 11:50, Susanne Schneider wrote: funny: our system is for healthcare too ;-) Our software is for creating, managing and data collection of clinical studies where the customers can do everything from setup to export on their own without any programming needed from our side.

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread Stamenkovic Florijan
On Jan 20, 2009, at 12:28, John Pollard wrote: Although this is client side code, it is already in its own separate project, so doesn't get any special client-side treatment other than this gif bundling within the jar which is just done using patternset rules, so nothing special within bu

Re: Eclipse/WOLips not seeing multiple databases

2009-01-20 Thread Chuck Hill
On Jan 20, 2009, at 5:33 AM, David Ress wrote: On Jan 19, 2009, at 3:52 PM, Chuck Hill wrote: 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 no

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread John Pollard
Florijan, On 20 Jan 2009, at 16:08, Stamenkovic Florijan wrote: John, On Jan 20, 2009, at 10:28, John Pollard wrote: Hi Florijan, Many thanks for your reply. I was kind of aware that Eclipse did something different when using incremental build; a recent post I made gave an example where

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread Stamenkovic Florijan
John, On Jan 20, 2009, at 10:28, John Pollard wrote: Hi Florijan, Many thanks for your reply. I was kind of aware that Eclipse did something different when using incremental build; a recent post I made gave an example where compiles worked on the incremental build but not in ant. I shoul

Re: Changing eogenerator templates

2009-01-20 Thread John Huss
The current templates can be found here: http://svn.objectstyle.org/repos/woproject/trunk/woproject/wolips/core/plugins/org.objectstyle.wolips.eogenerator.core/templates/ Alternatively, you could upgrade WOLips and you will get updated templates. John On Tue, Jan 20, 2009 at 5:38 AM, Kamal D Sh

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread John Pollard
Florijan, Actually let me qualify something I said. The gif files in question are located in the source tree right alongside the .java files which might explain why ant could previously put them into the jar? Just speculating! Regards, John On 20 Jan 2009, at 14:28, John Pollard wrote: H

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread John Pollard
Hi Florijan, Many thanks for your reply. I was kind of aware that Eclipse did something different when using incremental build; a recent post I made gave an example where compiles worked on the incremental build but not in ant. I should point out that this was all working before I upgraded

Re: ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread Stamenkovic Florijan
John, I'll try to do some speculating based on what you say 1. Your project relies on Eclipse's Incremental build to copy the .gif resources to the bin output folder of your project 2. WOLips compile target does *not* copy those resources to bin, but only compiles .java files 3. Your jar

Re: Eclipse/WOLips not seeing multiple databases

2009-01-20 Thread David Ress
On Jan 19, 2009, at 3:52 PM, Chuck Hill wrote: 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, i

Re: [Wonder-disc] ERXResourceManager can't find my resource

2009-01-20 Thread Mike Schrag
ERXResourceManager resMgr = (ERXResourceManager) ERXApplication.application().resourceManager(); String mapFilePath = resMgr.pathURLForResourceNamed("MyMap.xml", null, null).toString(); There's actually no need to change your API calls -- ERXResourceManager is wired in as WOResourceManager, s

Re: Handling Session timeout with ajax

2009-01-20 Thread Amedeo Mantica
Thank you very much :-) ___ 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://lists.apple.com/mailman/options/webobjects-dev/

Changing eogenerator templates

2009-01-20 Thread Kamal D Shah
Hi all, I have recently started using Wonder. Where do I change the templates used by EOGenerator? I am using WOLips and Wonder. Where are the default Wonder templates? I need to do this because I realized that the package for ERXGenericRecord and ERXKey has changed from er.extensions to

WOLips files and SVN differences

2009-01-20 Thread John Pollard
Hi List, This has been a puzzle for a long time. If I check out a project via subclipse into my workspace, Eclipse shows that some files in the project have actually changed. The culprits seem to vary, but on the test I have just done, 3 of the patternset files show differences. These pat

ERXResourceManager can't find my resource

2009-01-20 Thread Kamal D Shah
Hi, I wasn't using Wonder until now and used to get resources using WOResourceManager like this (in my DirectAction class) WOResourceManager resMgr = WOApplication.application().resourceManager(); String mapFilePath = resMgr.pathURLForResourceNamed("MyMap.xml", null, null).toString(); I

ant clean install versus Eclipse/WOLips clean install

2009-01-20 Thread John Pollard
Hi List, I have a framework with a classes.include.patternset that ensures gif resource files are included in my jar (why I need this isn't really relevant, but it is for accessing the image resources in a java client application). If I use Eclipse, Project, Clean on this framework, follo

Re: Altering EOModel

2009-01-20 Thread Susanne Schneider
John Ours schrieb: 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/o