I am trying to use Castor for XML/Java marshalling and unmarshaling inside an applet. However, that does not work because during umarshaling following method gets called:
Configuration.loadProperties(...)
That method attempts to read system property "java.home" which is not available to applets so it throws an exception. Looking at the method, it seems that the intention is to ignore such exceptions: there are 3 blocks, two of them 'guarded' by generic catch-es and one (the one that gives me trouble) with catch of IOException. I've added the generic catch as well and after that everything seems to be working fine.
Can you please tell me if this is going to be included in the next official release and if the applets are officially supported or not?
Thanks,
Dusko Misic
SS8 Networks, Inc.
(613) 592-2100 x3400
[EMAIL PROTECTED]
