So yesterday when I was playing with Esper I realized that the class mediator property settings are maybe too complex.
I had some simple static strings that I was configuring and I was expecting them to be loaded at the same time the class was being loaded. Instead they were being passed at every invocation time. And although I can use this to pass information from the message context (using an XPath expression), I'm not sure I see the need since every mediator gets the MC anyway. This is going to have a hit on performance compared to statically setting parameters at start time. Also it makes debugging hard because you only find the bugs when you send a message through, not at startup time. Finally, it would be nice to be able to set XML properties as well as strings. There is no way to pass XML now as you cannot put XML inside an attribute value. Paul -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
