Are there any special prerequisites when switching from native Id generation?
I'm trying to use HiLo or Guid.Comb as identity generators, but I seem not to be able to store my model objects when using those generators. When I switch back to native or identity I seem to get the objects into the database. NHibernate Profiler shows correct INSERT queries in the latter case but none when using HiLo or Guid.Comb. My problem might be quite trivial but I'm not able to see what I'm doing wrong -- 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.
