Luke,
The org.exolab.castor.xml.naming property takes as it's parameter a
class name, or the values "mixed" or "lowercase", but not "true".
The two default naming schemes are "mixed" or "lowercase". The "mixed"
scheme follows the java field naming conventions, by lower-casing the
first character. The "lowercase" scheme will lowercase all characters
and use hyphens to separate words.
If these two schemes are insufficient, you can create your own instance
of the XMLNaming class and use that instead.
--Keith
> Lukas Maag wrote:
>
> Hi folks,
>
> i generated java classes of a xml schema with the source code
> generator. When i'm unmarshalling the java object it names my elements
> with a lowercase starting character (ProcessSpecification ->
> processSpecification). I set the propertie
> org.exolab.castor.xml.naming to true. What can do, that this
> lowercasing does not happen anymore?
>
> thanks luke
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev