Hello,

I have a problem width the SchemaValidator, because of Firebird
"Generators".

My schema is created by SchemaExport, and works fine, including the
Firebird "Generators", for my ID fields. But when I try to validate
the created schema width SchemaValidator the application fires an
exception like this:

"Missing sequence or table: SERIALNUMBERS_ID_GEN"

The test code I use is like this:

                    var export = new
NHibernate.Tool.hbm2ddl.SchemaExport(_HibernateConfiguration);
                    export.Drop(true, true);
                    export.Create(true, true);


                    new NHibernate.Tool.hbm2ddl.SchemaValidator
(_HibernateConfiguration).Validate();

Tia,

Jorge Mota

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to