[xep-support] Calling from servlet not working as expected.

SPatra at eagle.org SPatra at eagle.org
Mon Aug 3 15:26:42 PDT 2009


Hi Alexey,

Thank you very much for identifying the issue.

You are correct. After updating my startup script, it works good with OC4J 
also.

Thanks again.


Thanks.


Regards,

Santosh
281-877-6277



Alexey Gagarinov <agagarinov at renderx.com> 
Sent by: owner-xep-support at renderx.com
07/31/2009 11:06 AM
Please respond to
xep-support at renderx.com


To
xep-support at renderx.com
cc

Subject
Re: [xep-support] Calling from servlet not working as expected.






Santosh,

> As I mentioned earlier, my sample servlet with RenderX API  does not 
> good with OC4J app server (with J2SE1.4 and Servlet spec2.3).

OC4J has a built-in (preloaded) Oracle XML parser, an old and buggy one.

You should force to use Saxon XSLT transformer (Saxon is shipped with 
Aelfred XML parser).

Please make sure that saxon.jat is in the classpath and try to add the 
javax.xml.parsers.SAXParserFactory and 
javax.xml.transform.TransformerFactory properties into the launch sript:

...
-Djavax.xml.parsers.SAXParserFactory=com.icl.saxon.aelfred.SAXParserFactoryImpl
-Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl
com.renderx.xep.XSLDriver ...


Are you sure that XEP writes no errors/exceptions into the log 
(System.err)?

Regards,
   Alexey Gagarinov
RenderX
---
www.renderx.com



-------------------
(*) 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/terms-of-service.html


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20090803/36b8a453/attachment.html>


More information about the Xep-support mailing list