I kept Castor-XML mapping files in classes directory (WEB-INF/classes). These
mapping files are to convert XML data to Java objects. How does Castor (below
statement) recognise these files?
mapping.loadMapping("mapping.xml");
Currently, I am giving full path of these files. I kept those files in classes
directory thinking that they would be read because they are in classpath.
Anybody has any idea, how to do this with relative path instead of absolute
path?
Thanks
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------