Re: Object Store
Re: Object Store
- Subject: Re: Object Store
- From: Guido Neitzer <email@hidden>
- Date: Wed, 11 Apr 2007 09:37:02 -0600
On 11.04.2007, at 09:21, Frank Stock wrote:
Do I just put
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in
the Application class.
I don't use sessions so now I set EOEditingContext ec= new
EOEditongContext().
If you really want to use Wonder, do the following:
1. Let your Application class inherit from ERXApplication.
1b. Call ERXApplication.main instead of WOApplication.main in
Application
2. Let your Session class inherit from ERXSession.
3. Use "ERXEC editingContext = (ERXEC) ERXEC.newEditingContext();"
instead of "EOEditingContext ec = new EditingContext();"
4. Read all the entries in Properties in ERXExtension and decide
whether or not you want to use a specific feature.
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Object Store (From: Frank Stock <email@hidden>) |