Re: To-many relationship delete problem
Re: To-many relationship delete problem
- Subject: Re: To-many relationship delete problem
- From: Anjo Krank <email@hidden>
- Date: Thu, 19 Nov 2009 05:04:50 +0100
Am 19.11.2009 um 04:55 schrieb Kieran Kelleher:
> Unless I am reading the code wrong, ERXOSC.initialize() sets the ERXEC factory to MultiOSCFactory..... thus replacing whatever custom one you have set yourself .....
Well, you need to subclass MultiOSCFactory and set that... but I see how this can be a problem, as this is lazily inited. So you need to call ERXOSCPool.initialize() manually before setting your own factory.
> ..... and according to ERExtensions/resources/Properties, ERXOSC Pool needs to be active for EOF synch......
My guess is that you need to use ERXObjectStoreCoordinatorSynchronizer.initialize() manually, too. It's simply auto-inited if you set the prop.
Javadoc+patches welcome...
Cheers, Anjo
_______________________________________________
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