[xep-support] Null Pointer Exception
Rob Stote
RStote at whitehilltech.com
Thu Oct 16 14:41:32 PDT 2003
Thank you I can now run XEP inside of Jboss.
I was wondering, I am getting some extremely slow processing times,
in fact I am noticing that XEP takes at least 50% more time to render a 2
page PDF document compared to FOP. I was wondering are there any performance
tuning tips you may suggest ?
-----Original Message-----
From: Nikolai Grigoriev [mailto:grig at renderx.com]
Sent: Thursday, October 16, 2003 10:08 AM
To: xep-support at renderx.com
Subject: Re: [xep-support] Null Pointer Exception
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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20031016/138b56be/attachment.html>
More information about the Xep-support
mailing list