I created a simple component that takes a complex class as a parameter and 
iterates over it, outputting one of its values.  When I initially tried to run 
this, I got an exception saying, “Could not find a strategy instance for class 
Foobar”.

 

I made the class in question implement Serializable (although I didn’t define a 
serialVersionUID), but now I get a NotSerializableException.  The class in 
question contains a list of other objects as well.  Do I need to create a 
datasqueezer adaptor for this?  Why?  What do they do, exactly?

 

Also, if I am dealing with a complex object graph, is it inappropriate to pass 
it to a component?

 

Thanks for your help,

Rob


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.6/111 - Release Date: 9/23/2005
 

Reply via email to