On Thu, 2009-02-26 at 08:09 -0800, Luciano Resende wrote:
> On Thu, Feb 26, 2009 at 7:28 AM, Wouter Horré
> <wouter.ho...@cs.kuleuven.be> wrote:
> > Hi,
> >
> > Thanks for your clarification. I tried with 1.x from svn and I got it
> > working now.
> >
> > One more question: the write method on my processor is never called. I
> > had to implement toString() on my model classes to get it working. Is
> > this intended behavior?
> 
> How are you testing the write method ? If you adapt the
> testReadWriteCompositeWithAttributeProcessor test [1] to use your own
> processor, does the write method gets called ? Note that this method
> is only supposed to be called when you try to write the composite back
> to a file.

I found the problem. It was my fault. I did not extend the Extension
interface ...

Thanks for your help
Wouter

Reply via email to