Hi all,
Having duplicate attributes problem, I decided to upgrade my Castor XML jar library to castor-0.9.5.4-xml.jar.
Now, I get a java.io.FileNotFoundException. With castor-0.9.5.3-xml.jar I didn't have such an error.
The path of the file Castor can't find is something like :
C:\Java\myproject\mapping\common\C:\Java\myproject\mapping\common\MyMapping.xml
It should search for :
C:\Java\myproject\mapping\common\MyMapping.xml
The filename I gave to the setMapping method was : C:\\Java\\myproject/mapping/common/MyMapping.xml
where "C:\\Java\\myproject" is got using System.getProperty(...) and completed with "/mapping/common/MyMapping.xml".
Can somebody tell me how to solve this problem ?
-- A. ROY
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user
