Re: multiple model usage example

2008-07-27 Thread Lachlan Deck
On 28/07/2008, at 3:48 PM, Guido Neitzer wrote: On 27.07.2008, at 23:28, Joe Little wrote: Ok. I've banged my head on this one a lot. ConfigurationManager allows you to change anything except for the database itself. ?? dbConnectURLGLOBAL=jdbc:postgresql://localhost/meetings That can als

Re: multiple model usage example

2008-07-27 Thread Joe Little
That would need to be an ER Model I take it. Again, do you happen to have a snippet of code taking multiple entity modeler defined models, overriding those settings, etc, and then having a joined model group.. or should this not be in a model group. I'm confused as to how this is all done w/ Wonder

WO5.4 app deployed on Tiger: SSL Problem

2008-07-27 Thread Michael Scott
I have an app developed on a Leopard box in WO5.4 and then deployed on a Tiger server. In deployment, the WO5.4 frameworks are bundled into the application package, so (I hope) the application uses nothing on the Tiger system. (The application doesn't use Wonder.) The deployed application works

Re: multiple model usage example

2008-07-27 Thread Guido Neitzer
On 27.07.2008, at 23:28, Joe Little wrote: Ok. I've banged my head on this one a lot. ConfigurationManager allows you to change anything except for the database itself. ?? dbConnectURLGLOBAL=jdbc:postgresql://localhost/meetings That can also be set on a per model base. cug -- http://www.ev

Re: multiple model usage example

2008-07-27 Thread Joe Little
On Wed, Jul 23, 2008 at 3:18 PM, Lachlan Deck <[EMAIL PROTECTED]> wrote: > Hi Joe, > > See er.extensions.foundation.ConfigurationManager > http://webobjects.mdimension.com/wonder/api/ > Ok. I've banged my head on this one a lot. ConfigurationManager allows you to change anything except for the dat

Re: executeUpdate running twice??

2008-07-27 Thread Mike Schrag
Does anyone have a clue why this code in my migration is running twice? ERXJDBCUtilities.executeUpdate(database.adaptorChannel(), "INSERT INTO t_group (c_name, c_security_level) VALUES ('Admin', '10')"); I am doing some of the examples and whenever I run this, it inserts two rows. Is the

Re: Unable to find component class

2008-07-27 Thread Lachlan Deck
Hi again, On 28/07/2008, at 1:16 PM, Lachlan Deck wrote: On 28/07/2008, at 12:59 PM, Peter Vandoros wrote: It's usually when a different class with the same name as your component comes before your component on the classpath. I doubt there's another component wrapper out there with the sam

Re: Unable to find component class

2008-07-27 Thread Peter Vandoros
Lachlan Deck wrote: On 28/07/2008, at 12:59 PM, Peter Vandoros wrote: It's usually when a different class with the same name as your component comes before your component on the classpath. I doubt there's another component wrapper out there with the same name. Sorry that

Re: Unable to find component class

2008-07-27 Thread Lachlan Deck
On 28/07/2008, at 12:59 PM, Peter Vandoros wrote: It's usually when a different class with the same name as your component comes before your component on the classpath. I doubt there's another component wrapper out there with the same name. Actually I'm finding that when I deploy the app it'

Re: Unable to find component class

2008-07-27 Thread Peter Vandoros
Hi Lachlan, It's usually when a different class with the same name as your component comes before your component on the classpath. Regards Peter Lachlan Deck wrote: Hi there, could someone please remind me what the usual solution is for this error (for either direct or component actio

Unable to find component class

2008-07-27 Thread Lachlan Deck
Hi there, could someone please remind me what the usual solution is for this error (for either direct or component actions etc) WARNING: Unable to find component class named "Foo" with regards, -- Lachlan Deck ___ Do not post admin requests t

executeUpdate running twice??

2008-07-27 Thread tedpet5
Does anyone have a clue why this code in my migration is running twice? ERXJDBCUtilities.executeUpdate(database.adaptorChannel(), "INSERT INTO t_group (c_name, c_security_level) VALUES ('Admin', '10')"); I am doing some of the examples and whenever I run this, it inserts two rows. Is there any

Connection error when executing SQL generated command on EOModeler

2008-07-27 Thread Gustavo Pizano
Hello , first of all sorry for being so away from the list, its not that quit WO, but because im being really busy, but now im must get the time for it. I know from before that when generating the SQL command via EOModeler and then copy -paste the command on frontBase there was a connection

Re: Unable to release locks held by deallocated EOEditingContext

2008-07-27 Thread Guido Neitzer
Is there no chance of using Wonder and the ERXEC autolocking? It solves MANY problems and not only problems that are locking related. cug On 27.07.2008, at 12:11, Joe Moreno wrote: Art, I tracked down my editing context bug using the LockErrorScreamerEditingContext (LESEC). Every plac

Re: Unable to release locks held by deallocated EOEditingContext

2008-07-27 Thread Joe Moreno
Art, I tracked down my editing context bug using the LockErrorScreamerEditingContext (LESEC). Every place I created an EOEdtingContext, in my app and the supporting frameworks, I changed it to the LESEC which made it easy to balance out my EC locks and unlocks. It seems to be working we