Hi, Ajay.

ajay bhadauria <[EMAIL PROTECTED]> wrote on 2008-11-03 08:50:12 AM:
>  Michael,
> 
> Thanks for quick response,
> 
> Yes, this is a typo. I am using correct property as you mentioned.
> 
> -Djavax.xml.transform.TransformFactory=org.apache.xalan.xsltc...

I'm not sure whether that's another typo in your e-mail or in the way you 
invoke your application as well.  You wrote:

-Djavax.xml.transform.TransformFactory=org.apache.xalan.xsltc.trax.TransformerFactoryImpl

but that should be

-Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.TransformerFactoryImpl
                               ^^

A tip:  the easiest way to tell whether you've got the TransformerFactory 
property right is to supply garbage as it's value.  So,

-Djavax.xml.transform.TransformerFactory=blah.blah.BlahBlahBlah

If you don't get errors complaining that the specified class wasn't found, 
it means you've typed the system property name incorrectly.

Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro
XML Transformation & Query Development
IBM Toronto Lab   T/L 313-6044;  Phone +1 905 413-6044
mailto:[EMAIL PROTECTED]

Reply via email to