Re: NullPointerException while running a custom serializer

2006-11-13 Thread Edward S
the XML serializer yielded output XML. so, looks like something is wrong in my serializer.   In the setOutputStream, I am actually redirecting the output to a temp file and I have observed that when I put a transformer in between...the temp file generated is blank. 0 bytes whereas without a tra

RE: NullPointerException while running a custom serializer

2006-11-12 Thread Ard Schrijvers
Perhaps the include transformer returns invalid xml? Try do it with a normal xml serializer, if this one works, your problem might be your serializer (mail the code), otherwise, I would look for the problem in the include Ard All, I am trying to run a pipeline that ends with a custom serializ

NullPointerException while running a custom serializer

2006-11-10 Thread Edward S
All,   I am trying to run a pipeline that ends with a custom serializer written by me. When I run the pipeline w/o a transformer in between, it runs without any errors and gives back the expected result.   However, when I do include a transformer in between, it gives me this 'NullPointerException'