Observers cause rake db:schema:load to fail?

Hey All,

I’m getting errors of various types that all stem from observers being
active when I run rake db:schema:load. If I disable the observers
completely by commenting out the config.active_record.observers line,
then the schema load works. But turning on and off different observers
causes errors like constant not found or that a db table doesn’t exist
(error depends on which observers I have active). The observers are

But it seems like observers shouldn’t be observing the initial creation
of the tables, correct? Any way to stop that from happening? Have I
misconfigured something?

Thank you,

Akira

I should mention I am using rails 1.1.6. Anyone else seen anything like
this before?

Akira