Hi Neil,

[EMAIL PROTECTED] wrote:

> I bet that you've set your locale to French, right?

Right

>  What I think is
> happening is that the InvalidDatatypeException is looking for a French
> version of the properties files--which doesn't exist--and is therefore
> dying.

I believe it searches for 'message_fr_FR', does not find it, then tries
'message_fr', does not find it, then tries 'message', which should be there but
is not, because in the place I have put the .class files, nothing else than a
class can be (I am not using a JAR file, but an exe packaged with MS jexegen).
When 'message' is not found, it dies.

>  I'm almost certain that you do have message.properties in the right
> place, but just not the right language.

I do not think so.

> So the ultimate solution would be for someone to write up a French version so
> that we can include it with the distribution...

I could do that, no problem.

> In the meantime, I guess you'll just have to avoid making mistakes which
> result in the parser throwing InvalidDatatypeExceptions.  :-)

Hey, I am doing _real_ schema development, I have to be allowed a few bugs ;-)

More seriously, I need to know what is the method used by the code which gets
the message.properties file, in order to understand where else I can put the
file for this code to find it. Do I need to look into the code ?

Thanks for your help.
Best regards
JC


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to