SV: [nhusers] Re: component with a non default .ctor

2009-09-27 Thread Roger Kratz
Wasn't that what you were looking for? http://www.nhforge.org/doc/nh/en/index.html#components-dependentobjects The component element allows a parent subelement that maps a property of the component class as a reference back to the containing entity.

[nhusers] Re: DateTime2 SQL2008 millisecond bug?

2009-09-27 Thread Graham Bunce
Dario, I've updated NH-1973 with the latest version of the test case. I'll have a look in the NH code to see if I can work out how to fix it, but I've only just downloaded the codebase and haven't even got it to compile yet ;) --~--~-~--~~~---~--~~ You received

[nhusers] Re: DateTime2 SQL2008 millisecond bug?

2009-09-27 Thread Fabio Maulo
Graham,If you copypaste the explication you have sent to the dev-list in the NH-1973 ticket would be fine. Don't worry about the fix (it is easy for us). 2009/9/27 Graham Bunce grahambu...@hotmail.com Dario, I've updated NH-1973 with the latest version of the test case. I'll have a look in

[nhusers] Re: component with a non default .ctor

2009-09-27 Thread Jan Limpens
Yes it was - it was just for the brevity of you first answer that I was unable to put it into context. Great! Thanks! 2009/9/27 Roger Kratz roger.kr...@teleopti.com: Wasn't that what you were looking for? http://www.nhforge.org/doc/nh/en/index.html#components-dependentobjects The component

[nhusers] Duplicate Class/Entity Mapping Error

2009-09-27 Thread Roger
I have this domain hierarchy: User - EntityWithAuditDate - Entity Here is the domain: (simplified) public class User : EntityWithAuditDate { public User(){} public virtual string Name { get; set; } } public abstract class EntityWithAuditDate : Entity

[nhusers] Re: DateTime2 SQL2008 millisecond bug?

2009-09-27 Thread Dario Quintana
Thanks ! I will have a look soon. Cheers ;) On Sun, Sep 27, 2009 at 7:24 AM, Graham Bunce grahambu...@hotmail.comwrote: Dario, I've updated NH-1973 with the latest version of the test case. I'll have a look in the NH code to see if I can work out how to fix it, but I've only just

[nhusers] Re: Proxy Validator changes in 2.1

2009-09-27 Thread Fabio Maulo
internal virtual can't be intercepted.If you want you can simply turn off de proxy validator and manage any kind of surprise by yourself. property name=use_proxy_validatorfalse/property 2009/9/27 Brendan Kowitz brendan.kow...@gmail.com Hi, Can someone please help me understand the following: