Wade Chandler
Tue, 01 Feb 2005 10:42:30 -0800
Our application currently uses castor in more than one context. For local messaging we treat all primitives as attributes. We also provide a public interface into a subset of our functionality and use castor for XML processing. When this takes place, we require that primitives be treated as elements, as our 3rd parties require this.
I hope there is a way to handle this (other than mapping every class and primitive we support in a mapping file).
I noticed a static LocalConfiguration getInstance(). This would indicate to me that it is Application/VM wide.
Is there any way to provide this to the Marshaller? Or somewhere where I can control this when marshalling/unmarshalling?
------------------------------------------------------------------------
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
Wade