Hi,
I was trying to use the auto mapping feature, but was getting a
NullPointerException when the auto mapper was dealing with a many-to-
many relationship. Tracking the problem, the exception was being
thrown at ManyToManyAutoMapper.Map<T>, on the line: type.GetMethod
("IsInverse").Invoke(manyToManyPart, new object[0]). Since the source
contains only methods named "Inverse", I believe this might be a bug.
Best regards,
Duarte
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" 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/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---