I used to have similar issues so I changed
new FileReader(fileMapping)
to
new org.xml.sax.InputSource(new FileReader(fileMapping))

when you do unmarshalling.
Maybe this solves your problem.
Saurabh

-----Message d'origine-----
De : Mounagurusamy, Jayakumar (HAL)
[mailto:[EMAIL PROTECTED]
Envoy� : mercredi, 2. f�vrier 2005 01:06
� : [email protected]
Objet : [castor-user] IOException encountered


Hello all,

I just down loaded the latest stable version 0.9.5.4 and got the
following error message when I ran my application, which is a working
model in version 0.9.5.3. Any idea? Any help will be greatly appreciated



 
SEVERE: ChipDAO: Constructor:IOException encountered
com.hollandamerica.chip.exception.ChipException: ChipDAO:Constructor:
Expriencing IOException - java.io.FileNotFoundException:
C:\changeMan\halwebsite\WEB-INF\config\chip\C:\changeMan\halwebsite\WEB-
INF\config\chip\DisplayBooking.xml (The filename, directory name, or
volume label syntax is incorrect)
        at com.hollandamerica.chip.dao.ChipDAO.<init>(Unknown Source)
        at com.hollandamerica.chip.dao.ChipDAO.getInstance(Unknown
Source)
        at
com.hollandamerica.chip.service.ChipMessageService.processXmlRequest(Unk
nown Source)
        at
com.hollandamerica.chip.service.ChipMessageService.processAgencyLookup(U
nknown Source)
        at com.hollandamerica.chip.util.ChipTestRun.main(Unknown Source)
Exception in thread "main" 

Thanks
Jay

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to