Re: AW: HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Vadim Gritsenko
Stephan Coboos wrote: Because of a bug in serializer? Xalan catches NPE and re-throws it loosing stacktrace. Catch original NPE and see where it is thrown; IMHO it is coming from hssf serializer. this is the whole stacktrace, does it help? This is the whole stacktrace, right, but not of the *origi

AW: HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Stephan Coboos
> > Because of a bug in serializer? Xalan catches NPE and re-throws it > loosing stacktrace. Catch original NPE and see where it is thrown; IMHO > it is coming from hssf serializer. Hello Vadim, this is the whole stacktrace, does it help? org.apache.cocoon.ProcessingException: Failed to execute

Re: HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Vadim Gritsenko
Stephan Coboos wrote: Hello, I have a big problem using the HSSFSerializer. If I'm creating a xml worksheet by hand and then serializing it using the HSSFSerializer everthing works well. But If I'm using a XSLTransformer before to create the structure, I got a NullPointerException: Original Excepti

HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Stephan Coboos
Hello, I have a big problem using the HSSFSerializer. If I'm creating a xml worksheet by hand and then serializing it using the HSSFSerializer everthing works well. But If I'm using a XSLTransformer before to create the structure, I got a NullPointerException: Original Exception: java.lang.Runtim