Hi,
I'm working on Fluent NHibernate.Search Mapping which use NHS abstract
mapping, all is working fine, but it remain a problem about embedded
mapping.
When we assign a prefix on the EmbeddedMapping class, i got a
stackoverflow from the DocumentBuilder while collecting analyzers
(recursive call).
Here is the code snipet where the problem is :
foreach (var embedded in @class.Embedded)
{
CollectAnalyzers(embedded.Class, parentAnalyzer,
false, prefix + embedded.Prefix, processedClasses);
}
The stackoverflow occurs because prefix always grows and i don't know
why.
Anyone help ?
--
You received this message because you are subscribed to the Google Groups
"NHibernate Contrib - Development Group" 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/nhcdevs?hl=en.