Hi
I am using castor for xml data binding. I have a mapping file which includes three other mapping files. <mapping> <include href="src/main/resources/mapping1.xml" /> <include href="src/main/resources/mapping2.xml" /> </mapping> It worked fine. But when deployed as ear in jboss, it is searching in the bin directory of jboss. It is not taking from the path which I have specified. I just want to know , how to give the path for the mapping file. Please help me out. Regards, aparvatala

