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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
