On Saturday 20 November 2004 09:26, ixxus nexxus wrote: > Is it possible, for example to have two implementations of the same service > and have both of them be called. My block.xml has lines like this:
Yes, but one of two things is required; Either you have to modify the caller to lookup both services (of the same type, but with different keys and manual assembly of which implementation is looked up with which key), OR assemble the application so that the 'original caller' looks up your 'new extension' and that the 'new extension' looks up the 'original service impl', and calls it for each call made by the 'original caller'. The second choice, should give you zero changes to the original Java source code, and only need to work on the blocks. Cheers Niclas -- +------//-------------------+ / http://www.bali.ac / / http://niclas.hedhman.org / +------//-------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]