Hi there,
I was wondering why UnmarshalHandler does not check properties file to find
package and class names. I have this XML:
<section xmlns="namespace1" xmlns:cg="namespace2">
<title>my title</title>
<cg:screen view="portal" link="relative"/>
</section>
In castor.properties, I give:
org.exolab.castor.builder.nspackages=\
namespace1=java.namespace1,\
namespace2=java.namespace2
In schema, section element has 'any' group after 'title'. When I unmarshal
'section', UnmarshalHandler finds the namespace of cg:screen fine but it
does not check the above packages, rather it unmarshals it as an AnyNode.
Ozgur
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev