Re: [Ikvm-developers] xerces.jar to dll : access to resourceXMLMessages.properties
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2006-08-23 09:34:14
|
Hi, Would it be possible for you to build a small example (binaries + source) that shows the problem and send it to me in a zip file (off-list)? Thanks, Jeroen=20 > -----Original Message----- > From: ikv...@li...=20 > [mailto:ikv...@li...] On=20 > Behalf Of Wolf Christian > Sent: Wednesday, August 23, 2006 10:56 > To: ikv...@li... > Subject: [Ikvm-developers] xerces.jar to dll : access to=20 > resourceXMLMessages.properties >=20 > Hello, >=20 > =20 >=20 > Here is the description of my problem: >=20 > =20 >=20 > I converted the java xerces library to a .net assembly with=20 > the ikvmc tool to use into my C# project. >=20 > =20 >=20 > I wrote some code lines which uses classes from the xerces=20 > library (load xml files). >=20 > All Works well.=20 >=20 > =20 >=20 > But..but..If an exception is generated from one this xerces=20 > class (for example, one of the xml file isn't wellformed),=20 >=20 > the error message is always the same: >=20 > =20 >=20 > Bundle org.apache.xerces.impl.msg.XMLMessages not found for=20 > locale fr_CH by classloader...etc >=20 > =20 >=20 > Apparently the application cannot found the=20 > xmlMessages.properties resource file which contain=20 >=20 > All the xerces error messages. It's very strange because this=20 > xmlMessages.properties file seems to be present >=20 > In the xerces dll. =20 >=20 > =20 >=20 > I searched in the mailing list archive if someone had already=20 > the same problem but I didn't found something Helpful. >=20 > =20 >=20 > Does somebody an idea how to resolve this problem? >=20 > =20 >=20 > Thanks in advance for all your answers! >=20 >=20 |