Title: Question regarding the use of <include>

Hello,
Is there a way to use <include> in which the mapping file to be "included" is located via a search of  the current CLASSPATH?

I'm using XML marshalling and have some cross package dependencies in my existing source tree. When mapping a parentClass A which has a field of class B from another package I would like to be able to specify in Amapping.xml :

<include href=""BMapping.xml"" />
as opposed to
<include href=""<path-to-BMapping>/BMapping.xml"" />
Is this possible or am I stuck with referencing BMapping using relative or absolute paths.
Any help is appreciated,
Mark

Reply via email to