Re: Application properties

2012-04-19 Thread Johann Werner
Hi Miguel, either you have • a fixed set of instances (not very probable) then whenever a change to that table is saved you could call a direct action on the other (known) instances to cause a refetch • an arbitrary number of instances (more probable) then you should have a look at the ERJGro

Application properties

2012-04-19 Thread WebObjects TORAcom
Hi List, We have been using a table to store the application configuration parameters. In every application that table just have a record and we have a Configuration section in the app to modify those values. In the Application class we have methods to store an updated object with the configura

Re: WOUnit

2012-04-19 Thread Lachlan Deck
On 19/04/2012, at 6:26 PM, Ron X wrote: > why didn't you include this dependency in WOUnit? > and why should i use 1.2 version instead 1.3-SNAPSHOT? A snapshot release is not stable. It therefore may change should you come back to it tomorrow. Lachlan Deck lachlan.d...@gmail.com

Re: Entity Modeler, attributes default value for migrations

2012-04-19 Thread Theodore Petrosky
But here is the gotcha! in Entity Modeler (or hand editing the plist file) you must use userInfo = {default = 0; }; note the zero NOT false!! if you use 'false' or 'true', EM creates the migrations okay, however creating a new object in D2W throws errors: Apr 19 18:05:52 ASBriefsD2W[57541]

ERRest keys renaming

2012-04-19 Thread Sébastien Rottiers
Hi ERRest/ERXKeyFilter gurus, I know that it is possible to rename entities with : ERXRestNameRegistry.registry().setExternalNameForInternalName(String externalName, String internalName). But, is there a way to rename attributes or relationships external names ? Thanks, Sébastien

Re: Entity Modeler, attributes default value for migrations

2012-04-19 Thread Theodore Petrosky
I didn't understand 'edit manually' until I used Chuck's method of adding a "User Info" entry in Entity Modeler. Then I used TextMate on the plist and understood. Thanks, Ted --- On Wed, 4/18/12, John Huss wrote: From: John Huss Subject: Re: Entity Modeler, attributes default value for migr

Re: Maven

2012-04-19 Thread Ron X
i start mvn clean org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.1:package-woapplication or mvn clean org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.1:woapplication build successful but how get .woa folder? there is tar.gz and jar-s... 19 апреля 2012 г. 11:54 пользовате

Re: A problem with http request to a webobjects site

2012-04-19 Thread Jérémy DE ROYER [INGENCYS]
Do you use WODirectAction ? If not, it might be a study point. Jérémy Le 19 avr. 2012 à 08:49, User a écrit : > Hi! There's a site on WebObjects with a registration and authorization. I > write a code that will register automatically on that site(a code on another > server, on my site). I want

Maven

2012-04-19 Thread Ron X
hi does anybody know how set up maven for wonder in right way? mvn clean install i have this error: [INFO] Creating output folders [INFO] Defining WO resources [INFO] Defining WO properties [INFO] Defining WO classpath [INFO] Coping WebServerResources [INFO]

Re: WOUnit

2012-04-19 Thread Ron X
why didn't you include this dependency in WOUnit? and why should i use 1.2 version instead 1.3-SNAPSHOT? 18 апреля 2012 г. 19:29 пользователь Henrique Prange написал: > Hi Ron, > > On 18/04/2012, at 13:06, Henrique Prange wrote: > > Hi Ron, > > On 18/04/2012, at 08:06, Ron X wrote: > > What is t