Hi Bill, thank you for this! I have tried it with our project (Oracle) and it would require me to specify dialect. I have a patch that fixes it but I cannot add it to JIRA because: "Affects Version/s" field is required and the project "NHibernate.ProxyGenerators" does not have any versions. "Component/s" field is required and the project "NHibernate.ProxyGenerators" does not have any components.
I can send the patch via email (it's rather simple) or once the JIRA is fixed I cand put it there. Cheers, Jarda On Sep 23, 7:42 am, "Bill Pierce" <[EMAIL PROTECTED]> wrote: > I am pleased to announce the first release of NHibernate > ProxyGenerators<http://www.nhforge.org/media/g/proxygenerators/default.aspx>, > the latest addition to the NHibernate > Contrib<http://sourceforge.net/projects/nhcontrib/>project. > NHibernate ProxyGenerators (NHPG) is a simple utility that you > can use to pre-generate lazy loading proxies for use with NHibernate. Why > would you want to pre-generate lazy loading proxies you ask? The prime > example is to make use of lazy loading functionality in a Medium Trust > environment, like a shared hosting ASP.Net environment. NHibernate will > function in a Medium > Trust<http://www.nhforge.org/wikis/howtonh/run-in-medium-trust.aspx>environment > but you were previously required to disable lazy loading for all > of your entities. The default behavior of NHibernate is to generate these > proxies at runtime during your application's startup, an operation that > requires elevated permissions not present under Medium Trust. NHPG now > allows you to generate these proxies in your development or build > environment (which should have the required permissions) and deploy them > along with the rest of your application's assemblies. > > Please visit NHForge.org <http://nhforge.org/> for complete reference > information and > tutorials<http://www.nhforge.org/wikis/howtonh/pre-generate-lazy-loading-proxie...>. > Any feedback can be sent to the NHibernate > Users<http://groups.google.com/group/nhusers>group and is greatly > anticipated. Please submit issues to the NHPG > Jira <http://jira.nhibernate.org/browse/NHPG>. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
