RE: Problem in custom Transformer (migrating to 2.1.10)

2007-01-23 Thread Gary Larsen
I was able to get the transformer working by cutting out the java content handler. Thanks for your advice with this. Gary - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Steven D. Majewski
On Jan 19, 2007, at 5:15 PM, Joerg Heinicke wrote: When I put LogTransformer before the custom transformer I can see logging, but when it is after the custom transformer there is no logging. I think this shows there something wrong with my transformer. Perhaps it was too simple, but acce

RE: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Gary Larsen
> > What happens with the decorator? Somewhere it must be set as new content > handler. Otherwise it would not do anything (also no harm). It would be > interesting to see if the sax event methods gets called in your > transformer and later in the decorator. Somewhere they must get lost > before r

Re: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Joerg Heinicke
On 19.01.2007 23:03, Gary Larsen wrote: When I put LogTransformer before the custom transformer I can see logging, but when it is after the custom transformer there is no logging. I think this shows there something wrong with my transformer. Perhaps it was too simple, but acceptable in 2.1.7.

RE: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Gary Larsen
> > Initially I wasn't using an updated cocoon.xconf, but the problem still > > exists. Any ideas how to debug this? > > There is a transformer that only logs the sax events: LogTransformer. > Thanks for your help. When I put LogTransformer before the custom transformer I can see logging, but

Re: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Joerg Heinicke
On 19.01.2007 22:12, Gary Larsen wrote: XML Parsing Error: no element found Location: http://notebook1:8080/netvisn/ Line Number 1, Column 1: The transformer is processing the sax events but it seems that nothing is being delivered back to the pipeline. It's a parsing error, so I'd guess it'

RE: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Gary Larsen
> > > XML Parsing Error: no element found > > Location: http://notebook1:8080/netvisn/ > > Line Number 1, Column 1: > > > > The transformer is processing the sax events but it seems that nothing > is > > being delivered back to the pipeline. > > It's a parsing error, so I'd guess it's not the t

Re: Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Joerg Heinicke
On 19.01.2007 18:58, Gary Larsen wrote: XML Parsing Error: no element found Location: http://notebook1:8080/netvisn/ Line Number 1, Column 1: The transformer is processing the sax events but it seems that nothing is being delivered back to the pipeline. It's a parsing error, so I'd guess i

Problem in custom Transformer (migrating to 2.1.10)

2007-01-19 Thread Gary Larsen
I'm upgrading Cocoon from 2.1.7 to 2.1.10 and having a problem with a custom Transformer. This is the error returned in the browser (with XML serializer after the transformer): XML Parsing Error: no element found Location: http://notebook1:8080/netvisn/ Line Number 1, Column 1: The transformer