Invalid State Exception using SQLTransfomer and AbstractDOMTransformer (WAS: Problem Implementing AbstractDOMTransformer...)

2001-12-19 Thread SANSONE, AARON M [Non-Pharmacia/1000]
e any ideas? Thanks, Aaron -Original Message- From: SANSONE, AARON M [Non-Pharmacia/1000] Sent: Tuesday, December 18, 2001 5:10 PM To: Cocoon-Users (E-mail) Subject: Problem Implementing AbstractDOMTransformer... Hi, I'm trying to create an implementation that extends AbstractDOMT

Problem Implementing AbstractDOMTransformer...

2001-12-18 Thread SANSONE, AARON M [Non-Pharmacia/1000]
Hi, I'm trying to create an implementation that extends AbstractDOMTransformer. I have a piece of java code that takes a document, does some work and returns a new document that is to be streamed back to the pipeline. According to the javadocs all I have to do is implement the transform method. I