This may be a "bug or feature" question... I tried load an XML mapping file from a full pathname, and got a FileNotFoundException... If I wrap the filename inside of an InputSource, it works... The FNFE is correct in that the FNFE reports the filename as (full-path)/(full-path)/filename.
I traced through the code, and the line throwing the exception is 257 of DTDResolver if that helps at all.
Is this a case where loadMapping( String ) should just be discouraged in favor of loadMapping( InputSource ), or is there some greater issue here?
Thanks for any help!
Stephen
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user
