--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To post to this group, send email to nhu...@googlegroups.com.
To unsubscribe from this group, send email to nhusers+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
--
Fabio Maulo
AFAIK, you can switch this off in the mapping files.
> FYI the guidance on using a short-lived ISession and the seemingly forced
> usage of the Lazy Load feature seems in direct contradiction to me. On
the
> one hand it is recommended to use a short-lived ISession.
> Well if it is short lived and my collections are not loaded as I wish,
then
> when I do get around to accessing those collections I always get a nasty
> LazyInitializationException. Can't I just turn of Lazy Loading in a
global
> Config setting, pretty please?
see above
> When you download NHibernate there are the 2 folders: required_bins and
> required_for_lazy_loading which has the Castle and Linfu DLLs.
> What if I don't want to use Lazy Loading AT ALL? How can I run NHibernate
> without a dependency on these Proxies? This should be an available
option!
> I'm forced to choose one of the Bytecode providers or NHibernate won't
run.
Use a commercial grid and you realize that a couple of assemblies
more isn't a problem. any 3rd party tool/framework comes with assemblies,
c'est la vie.
> Sure log4net is great but it doesn't belong in our production app! We
> already have a legacy logger that cannot be replaced. So I need an option
> to not have a reference to log4net. Why isn't this a compile switch or
> something? All this baggage!
Why are you so concerned? Are your users using 14K4 modems?
> I'm writing a Windows WPF desktop app that interfaces with MSSQL Server.
So
> why do I now have a reference to System.Data.OracleClient and System.Web
> after linking to NHibernate? These extra DLLs really bloat my project and
I
> need a compile option to get rid of the extra stuff I don't need. My
users
> must download my app and now it grew by
> >2MB because of a bunch of stuff I don't need that's tacked onto
> NHibernate.
references to .NET framework assemblies don't bloat your project nor
your assembly.
> ...in short, a LITE build of NHibernate.
>
> I have done a couple things towards making my own compile of NHibernate
> without the OracleClient references. I'm just really baffled that
> NHibernate is such a widely used ORM but has these extra dependencies
built
> in and required.
>
> I should be able to use NHibernate in a stripped down form to just give me
> the basic ORM functionality I need without all this extra baggage.
use linq to sql then.
FB
>
> Thank you for listening.
> Hugh
>
Hugh
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To post to this group, send email to nhu...@googlegroups.com.
To unsubscribe from this group, send email to nhusers+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
--
To unsubscribe from this group, send email to nhusers+u...@googlegroups.com.
--
--