James Gregory

2,686
reputation
512 views

Registered User

name James Gregory
member for 1 year
seen 42 mins ago
website
location Leeds, UK
age 24
Developer.
10h
comment ProxyFactoryFactoryNotConfiguredException, while lazy is false
You still need to have a proxy factory available to NHibernate, even if it don't use it.
10h
answered Mapping a single field to multiple tables with Fluent NHibernate
10h
answered Mixing fluent mapping with automapping with Fluent NHibernate?
1d
comment Automapping subclass in Fluent NHibernate
If you're not happy with the discriminator value being the class name, then you can implement an ISubclassConvention.
1d
answered What is the Fluent NHibernate Convention for value object list
1d
answered Automapping subclass in Fluent NHibernate
Dec
8
comment Fluent NHibernate: How to tell it not to map a base class
I'm not following. If you want to manually map your entities why are you using AutoMap?
Dec
7
accepted FluentNHibernate RTM and NHibernate.Linq
Dec
7
comment Wrapping a control in a border using styles without overwriting default appearance
I didn't know about Adorners, this could be just what I need.
Dec
7
comment Wrapping a control in a border using styles without overwriting default appearance
That's something I'm trying to avoid having to do, as the feature would effectively require me to completely recreate the template of every control.
Dec
7
asked Wrapping a control in a border using styles without overwriting default appearance
Dec
6
awarded  Mortarboard
Dec
4
comment Cannot use Guid Identity in fluentnhibernate
Can you show us your entity? What's the data-type of your TR_ID column?
Dec
3
revised Fluent NHibernate Join with Constraint
Fixed code formatting
Nov
27
answered NHibernate Validator with Fluent
Nov
27
answered How to change schema with Fluent NHibernate AutoMapping
Nov
25
answered Keeping nhibernate fluent mapping in sync with the database
Nov
25
accepted Specifying select-before-update with Fluent NHibernate?
Nov
23
answered Specifying select-before-update with Fluent NHibernate?
Nov
21
accepted How can I use the NHibernate Configuration class with Fluent NHibernate.
Nov
21
accepted How do I compare an object with an NHibernate proxy object?
Nov
19
answered How can I use the NHibernate Configuration class with Fluent NHibernate.
Nov
19
answered Many to Many relationship with Fluent NHibernate
Nov
19
answered How do I compare an object with an NHibernate proxy object?
Nov
16
answered fluent nhibernate join vs hasmany / manytomany
Nov
12
comment FluentNHibernate: can’t change key column name for a one-to-many relationship
You need to update your copy of Fluent NHibernate. 1.0 RTM was released a couple of months ago now.
Nov
12
answered Dependency Injection - is this how it’s meant to look?
Nov
10
awarded  Autobiographer
Nov
8
comment WPF: Binding directly to a control
Thanks for the suggestion Ray, and certainly for the example given it would be better to use what you've said; however, my example is an oversimplification of the design.
Nov
7
comment WPF: Binding directly to a control
I tried ElementName before without any success, but after some further investigation it ends up it was working fine, but how I was debugging it was wrong. My overridden event was being called against Second, without me realising, so Next was always null. Once I realised this and got the event raising against First, the property was set.
Nov
7
asked WPF: Binding directly to a control
Nov
6
answered Mixing hbm with fluent mappings with fluent nhibernate
Nov
5
comment How to find out the revision number of fluent nhibernate’s source code from where 1.0RTM was created.
No, it isn't. You need to install Git to use a Git repository. Fluent NHibernate does have a mirroed SVN repository, if you need it. code.google.com/p/fluent-nhibernate/source
Nov
5
accepted How to find out the revision number of fluent nhibernate’s source code from where 1.0RTM was created.
Nov
5
accepted Mapping an interface and concrete class with FluentNHibernate
Nov
5
answered Intercepting property setting in Fluent NHibernate
Nov
5
answered How to find out the revision number of fluent nhibernate’s source code from where 1.0RTM was created.
Nov
5
answered Mapping an interface and concrete class with FluentNHibernate
Nov
3
accepted FluentNHibernate joined-subclass
Nov
3
answered FluentNHibernate joined-subclass
Oct
27
comment Fluent NHibernate - exception occurred during configuration of persistence layer
Check the InnerException.
Oct
22
accepted Fluent Nhibernate - How to specify table name
Oct
22
accepted In Fluent NHibernate how do you combine automapped types with non-automapped types?
Oct
22
answered FluentNHibernate RTM and NHibernate.Linq
Oct
22
answered Fluent Nhibernate - How to specify table name
Oct
22
comment Does Fluent-Hibernate exist?
From the horses mouth (I'm the lead developer on Fluent NHibernate): the reason Fluent Hibernate doesn't exist is exactly because of the lack of lambda expressions. It's not just the lack of basic lambdas, but the ability to parse those expressions that FNH relies heavily on; without which you'd need to resort to strings and that's no better than XML in my opinion. It's always a possibility for the future though.
Oct
22
answered In Fluent NHibernate how do you combine automapped types with non-automapped types?
Oct
13
awarded  Yearling
Oct
5
accepted Fluent NHibernate mapping a joined sub class without the original class file.
Sep
28
accepted Excluding some tables from Fluent Nhibernate schema Generation