Im not sure, but has anyone seen this type of thing happen before. I have a list like this im persisting:
m_list[0] = ""; m_list[1] = "b"; m_list[2] = null; m_list[3] = "c"; m_list[4] = null; m_list[5] = null; when I reload this from persistence I get a list of 4 values , so index 2 is null but there is no index 4 or 5. the problem is that we put null in there so when the list is reloaded we get index out of range errors since the list is shortened by 2. Is there any way for nhibernate to bring back the list including the null entries? thanks scott --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
