You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by An...@ubs.com on 2007/01/24 18:21:31 UTC

[betwixt] Pre-registration of multi mappings with BeanReaders

Hi,

I try to improve performance of my application using Apache betwixt 0.8.

I'm already instantiating XMLInspector only once and only set it in my
BeanReaders. I tried to further improve this by using
XMLInspector.register() instead of calling
BeanReaders.registerMultiMapping() every time I instantiate a
BeanReader. The javadoc comment seems to suggest that this is possible.

However, just calling XMLInspector.register() doesn't seem to be enough
for BeanReaders. Looking at the code, I can see that BeanReader also
registers the classes with itself. BeanWriters are fine.

What would be proper code to pre-register multi mappings with
XMLInspector, so that a BeanReader will be happy with it?

Thanks
Andreas

P.S. Sorry for the long signature. Can't turn this off
     here....:-/

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org