Hi!
Got a problem with including mapping :
"...unable to find FieldDescriptor for 'xxx' in ClassDescriptor of 'yyy'."
'xxx' - mapping for a class in the mapping file i'm trying to include
'yyy' - my mapping

"common.xml"
<mapping>
 <class name='...xxx'>...
   <map-to xml='xxx'/>
 </class>
</mapping>

"mapping.xml"
<mapping>
 
 <include href="common.xml"/>

 <class name='...yyy'>
   <field ...>
     <bind-xml name='xxx'/>
   </field>
 </class>

</mapping>

Are there any restrictions for 'include' ? Do namespaces impact on in ?
Thanks in advance
Adrian



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to