|
From: McDonald, B. <Bru...@ba...> - 2003-09-30 16:57:18
|
David, Ok, Lets find out exactly what the issue is - is it always the same configuration option that is failing or is some random option. Can you surround the getOptionList in XPathExtract with a try/catch and then dump the configuration data from the pipelinestage stage and the attributes on the document. regards, Bruce. -----Original Message----- From: David Kinnvall [mailto:dav...@al...] Sent: Tuesday, September 30, 2003 10:50 AM To: McDonald, Bruce; bab...@li... Subject: Re: [Babeldoc-devel] Multithreading problems... McDonald, Bruce wrote: > David, Hi Bruce! > It seems that the document is always null. Is this correct from your understanding of the pipeline/data? Heh...the debug output is junk, really...it's supposed to echo the *name* of the document, which isn't set, so outputs "null". (Note to self: Strip own debugging stuff before submitting mail next time. Less confusing. ;-) ) > this might be issue here. Nope, that's not it. The document is set alright. It's parsed and goes through several stages before bombing with the NPE. > regards, > Bruce. David |