then you have to define a class-descriptor for the IF and add extent class definitions for all decorator classes.
Thomas
[EMAIL PROTECTED] wrote:
Hi,
I want to map a table to an interface.
I have some persistent classes and their according interfaces. I also have some decorators wich add some aspects to the persistent classes
(e.g. change listening) and also implementing their respective interface.
Now I want to save the decorators directly instead of first unwrapping them.
Since all decorators are implementing the interface, ojb should know how to
save them.
The problem is that ojb doesn't know the decorator so it throws a
ClassNotPersistenceCapableException.
Do you have any ideas how to solve this?
Thanks in advance, Sven
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
