From: Nikolai Grigoriev (grig@renderx.com)
Date: Thu Oct 16 2003 - 06:07:51 PDT
MessageRob,
> I am in the process of evaluating your software. I have been trying
> (unsuccessfully) to embed XEP into my JBoss application.
The problem is due to incorrect class loader manipulations
in JBoss: java.lang.String used by your application and java.lang.String
used to load system properties are loaded by two different loaders,
and appear as different classes. It causes problems for applications
trying to enumerate system properties via java.util.Enumeration: you
cannot cast obtained values to java.lang.String because the types
don't match :-).
The problem has been already addressed in XEP 3.5.4. I suggest
upgrading XEP to the latest version.
Best regards,
Nikolai Grigoriev
RenderX
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
This archive was generated by hypermail 2.1.5 : Thu Oct 16 2003 - 06:15:23 PDT