Not exactly as fully featured, but I implemented a similar functionality: http://weblogs.asp.net/ricardoperes/nhibernate-connection-resiliency. Basically, what this does is, it retries a connection several times, with some delay between each try.
RP On Thursday, June 26, 2014 1:20:14 PM UTC+1, Padma Dighe wrote: > > Hi, > > > > We are in process of updating Microsoft Enterprise Library for > TransientFaultHandling from 5.0 to 6.0 version to avoid security blockage > from Transient .NET code. > > > > One of our component uses NHibernate.SqlAzure (Version=1.0.0.37) DLL. > NHibernate. > SqlAzure referees to > "*Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll" > > and "Microsoft.Practices.TransientFaultHandling.Core.dll*", these dlls > are not available in latest Microsoft Enterprise Library 6.0 pack due to > restructuring of classes. Moreover these two DLLs doesn't allow calls from > transient code. > > > > I see Unsigned NHibernate.SqlAzure is available with updated references > by Robert Moore. Is there any plan to release NHibernate.SqlAzure with > inclusion of "Microsoft Enterprise Library 6.0"? > > > > Any other suggestion will be very helpful. > > > > Thanks > > Padma > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
