Hey guys,
Just a heads up. The PersistenceSpecification had a new() generic constraint
for the entity type, this meant that your entity had to have a public
parameterless constructor. For those individuals that are using private or
protected constructors, this was causing a problem. I've removed that
constraint and updated it to now use the ReflectHelper.GetDefaultConstructor
method from NHibernate.Util.

Let me know if anyone has finds any issues with this change.

James

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to