Isn't the package attribute supported in NHibernate .hbm.xml files? Whenever I try to use the package attribute on the hibernate-mapping element I get:
Quote:
Unhandled Exception: NHibernate.MappingException: The 'package' attribute is not declared. ---> System.Xml.Schema.XmlSchemaException: The 'package' attribute is not declared.
at NHibernate.Cfg.Configuration.ValidationHandler(Object o, validationEventArgs args) in :\net\nhibernate\nhibernate\src\NHibernate\Cfg\Configuration.cs:line 1562
at System.Xml.Schema.BaseValidator.SendValidationEvent XmlSchemaException e, XmlSeverityType severity)
I'm using the latest version (1.2.0.Alpha1).