[fluent-nhib] Re: Medium Trust

2009-09-30 Thread Morten Maxild
t;From: fluent-nhibernate@googlegroups.com [mailto:fluent- >nhibern...@googlegroups.com] On Behalf Of Josh Pollard >Sent: Wednesday, September 30, 2009 2:00 PM >To: Fluent NHibernate >Subject: [fluent-nhib] Re: Medium Trust > > >I realize that at the core this is a NH issue an

[fluent-nhib] Re: Medium Trust

2009-09-30 Thread Josh Pollard
I realize that at the core this is a NH issue and not FNH, but the release notes for FNH state that it works in partially trusted mode. That is why I asked here. Can you please give any more details on what I need to change when building NH to make this work? Thank you! On Sep 30, 7:34 am, "Mo

[fluent-nhib] Re: Medium Trust

2009-09-30 Thread Morten Maxild
You need to build NH yourself with Castle trunk. There was a revision (see log, can't remember which one) of DP that made using NH proxy generator (NHPG) obsolete. Its not an FNH issue /M >-Original Message- >From: fluent-nhibernate@googlegroups.com [mailto:fluent- >nhibern...@googlegr

[fluent-nhib] Re: Medium Trust

2009-09-30 Thread Martin Nilsson
I don't know why you get this but if add "" to your web.config you will be noticed about this problem when running locally instead of when it's in production. /martin On Wed, Sep 30, 2009 at 12:33 PM, Josh Pollard wrote: > > I tried searching for this, but Medium Trust returned no results for >

[fluent-nhib] Re: medium trust

2009-08-27 Thread Morten Maxild
...@googlegroups.com] On Behalf Of James Gregory Sent: Monday, August 24, 2009 5:24 PM To: fluent-nhibernate@googlegroups.com Subject: [fluent-nhib] Re: medium trust An unrelated change has had the side-effect of removing the default conventions... so no patch required! On Mon, Aug 24, 2009 at 10:24 AM, Morten

[fluent-nhib] Re: medium trust

2009-08-24 Thread James Gregory
rn...@googlegroups.com] *On Behalf Of *James Gregory > *Sent:* Saturday, August 22, 2009 2:17 PM > *To:* fluent-nhibernate@googlegroups.com > *Subject:* [fluent-nhib] Re: medium trust > > > > Now that the list is considerably reduced, as you said, it is probably > quite reasonable

[fluent-nhib] Re: medium trust

2009-08-24 Thread Morten Maxild
Of James Gregory Sent: Saturday, August 22, 2009 2:17 PM To: fluent-nhibernate@googlegroups.com Subject: [fluent-nhib] Re: medium trust Now that the list is considerably reduced, as you said, it is probably quite reasonable to apply this. I hope to remove the concept of the default conventions

[fluent-nhib] Re: medium trust

2009-08-22 Thread James Gregory
Now that the list is considerably reduced, as you said, it is probably quite reasonable to apply this. I hope to remove the concept of the default conventions all together, but I'm not sure if we can manage that before 1.0. On Thu, Aug 20, 2009 at 1:40 PM, maxild wrote: > > Hi, > > I saw some me

[fluent-nhib] Re: medium trust

2009-08-20 Thread maxild
Hi, I saw some mention of 'issue 200' (http://code.google.com/p/fluent- nhibernate/issues/detail?id=200) when reading tons of mail. I just wanted to say that I have updated the patch. It can be seen here http://github.com/maxild/fluent-nhibernate/commit/f3b061bad9199b26e14cd810093f206fb33d4259 I

[fluent-nhib] Re: medium trust

2009-08-13 Thread Jorgas
On the same subject... What I ended up doing was that I am still using FluentNHibernate for mapping using c# mapping files. And from those I generate *.hbm files that I include in my project as embedded resources. And instead of configuring NHibernate in my running application using Fluently.Conf

[fluent-nhib] Re: medium trust

2009-08-13 Thread Jorgas
Mick's patch had new types that were not available in the patch. I can demonstrate what happens when making the following call: Fluently.Configure() .Database(MySQLConfiguration.Standard.ShowSql ().Dialect("NHibernate.Dialect.MySQL5Dialect, Nhibernate")

[fluent-nhib] Re: medium trust

2009-08-12 Thread James Gregory
What stopped you from applying Mick's patch? What exactly is preventing you from running FNH under medium trust? People who have this issue seem to drop in, say "it doesn't work in medium trust", and then never come back. Makes it very difficult to pin it down. On Wed, Aug 12, 2009 at 9:11 PM, Jor

[fluent-nhib] Re: medium trust

2009-08-12 Thread Jorgas
Hi James. Any idea on when there will be a supported release from you guys where this is addressed and working? I could not apply the patch supplied by Mick Delaney, is there a version in the repository that has got it applied? Is there any other way of getting FluentNHibernate to work under me

[fluent-nhib] Re: medium trust

2009-07-31 Thread Mick Delaney
for now i've just exported the hbm's and referenced them. am releasing tonight so no time to do anything. will look at the fix later though. cheers. On Jul 31, 6:05 pm, James Gregory wrote: > Unfortunately that's still the case. Does the same fix work for you? > For 1.0 we're drastically reducin

[fluent-nhib] Re: medium trust

2009-07-31 Thread James Gregory
Unfortunately that's still the case. Does the same fix work for you? For 1.0 we're drastically reducing the number of internal conventions, so we may be able to remedy this on release. On Fri, Jul 31, 2009 at 4:42 PM, Michael Delaney wrote: > > is FNH usable under medium trust. there seems to be