Re: [fluent-nhib] Re: Automapping Read Only Properties

2011-04-29 Thread Mohamed Meligy
No, I didn't. Jose told me I should be able to do this and he is doing it in his confORM example. Note that this different from the other "private setter" problem arising in .NET 3.2. Anyway, after a chat with Jose we agreed this is fine to use in Override and this is how I completed the sample a

[fluent-nhib] Problem Mapping .NET ISet With Automapping

2011-04-29 Thread Mohamed Meligy
I have a simple domain explained in http://gurustop.net/blog/2011/04/17/nh-nhibernate-mapping-jose-romaniello-ef-conform-domain-using-fnh-fluentnhibernate/ In this example I use .NET 4.0 HashSet. The properties are declared as "ISet" (from .NET not from Iesi), and use backing

Re: [fluent-nhib] Mapping Problem

2011-04-29 Thread Mohamed Meligy
I'm using Gmail and the conversation starts with yout "Looks like my post was too trivial to make the cut?" part for me too. Didn't even receive the original question! So, yeah, +1, seems a problem with the mailing itself. *Mohamed Meligy *Readify | Senior Developer M:+61 451 835006 | W: readi

Re: [fluent-nhib] Mapping Problem

2011-04-29 Thread Daniel Mirapalheta
PS- With another 10 e-mails, all old posts... Regards, Daniel Mirapalheta 2011/4/30 Daniel Mirapalheta > Too be honest I think there was an issue with the googlegroups, I just > received both e-mails you sent, this 2 days old and the other one 4 days > old. > > Regards, > Daniel Mirapalheta >

Re: [fluent-nhib] Mapping Problem

2011-04-29 Thread Daniel Mirapalheta
Too be honest I think there was an issue with the googlegroups, I just received both e-mails you sent, this 2 days old and the other one 4 days old. Regards, Daniel Mirapalheta 2011/4/27 Tim > > Looks like my post was too trivial to make the cut? Thanks for the non- > help. > > I worked it out

[fluent-nhib] Mapping Problem

2011-04-29 Thread Tim
Looks like my post was too trivial to make the cut? Thanks for the non- help. I worked it out after a few hours, I was using AutoMapping, once I changed to fluent mappings all was fine. -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To p

[fluent-nhib] Incorrect mapping bug (mine), entity not being persisted, and my solution - NUnit test

2011-04-29 Thread tclay
Hello all. I had a stupid bug last week. Cost me 8 hours or so to find and fix. Quick overview: We use FluentNHibernate to map our classes. I added a couple of new class, but one of them wasn't being persisted. Turns out I didn't make the mapping class "public". I spent a few hours putting to

[fluent-nhib] OverideAll and IgnoreProperties not working with abstract properties in base class

2011-04-29 Thread Dewy
I have an issue where I create a property on a base class, and then in the AutoMap configuration I say to ignore this property, but the code fails when run and changing the property to virtual and adding a set shows that the property is mapped in the configuration The following code that demonstra

[fluent-nhib] Re: Automapping Read Only Properties

2011-04-29 Thread tclay
Have you tried using a protected empty setter? public virtual string DisplayTitle { get { return Name; } protected set { ; } } On Apr 8, 12:46 am, Mohamed Meligy wrote: > I am trying to map read only properties (property with getter and no setter) > via a

[fluent-nhib] Is Fluent NHibernate dead?

2011-04-29 Thread Timur Zanagar
Hi folks, I know that Fluent NHibernate is working with NHibernate 3.1 but I would like to know if there will be a release for 3.2? There is a lot of discussions about this new Mapper in NH 3.2 but I don't know if there will be any work for the latest NH release? Thank you very much in advance.

[fluent-nhib] ManyToMany Mapping

2011-04-29 Thread Tim
Hi, I have tried lots of things but with no success. It am trying to add a simple ManyToMany mapping but it isn't working. I am using SchemaUpdate to create my tables using sqlite but no middle table is being created and no exceptions are thrown when I tried to add a Group to a user. The user and

[fluent-nhib] Component tuplizer

2011-04-29 Thread lbargaoanu
I'm using the automapper and I was not able to setup a custom component tuplizer. Can it be done? -- 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 t