if you don't want to create a table, just don't apply the activerecord attribute to that class. I have a class hierarchy with several base classes, and only the ones that are marked with the attribute are created in the database.
On 16 oct, 03:40, devmet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I have another problem. I have a base type that just contains very > generic serialize() and deserialize() functions. This type inherits > from ActiverecordBase<BaseType>. But, since I don't want a table to be > created for this type, I have [ActiveRecordSkip()] attribute over it. > The problem now is whenever I try to do a Find() from one of its > derived types, it says the BaseType is not initialized. I don't know > what the problem is. Any help is greatly appriciated. > > devmet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
