I haven't used the facility myself much. Have you tried just picking up the code and recompiling it with latest Windsor?
Even if you don't end up using it, I'd imagine the code is simple enough that you can pick the bits you want and reimplement it in your own app @K -- Krzysztof Kozmic On Sunday, 23 June 2013 at 8:37 PM, Royi Mindel wrote: > I want to implement a solution like the one i posted, using the AutoTx > facility > along with Session per WCF Operation > > is this possible without the NHibernate Facility? > > and if so - can you point me to the right direction? (because most > tutorials/questions have NHFac in them) > > On Sunday, June 23, 2013 1:29:42 PM UTC+3, Krzysztof Koźmic wrote: > > what references? > > > > -- > > Krzysztof Kozmic > > > > > > On Sunday, 23 June 2013 at 8:12 PM, Royi Mindel wrote: > > > > > So what are my alternatives if the NHibernate facility is not longer > > > maintained? > > > > > > if you can give me references , that would be great, > > > > > > Thanks. > > > > > > On Sunday, June 23, 2013 12:18:39 PM UTC+3, Krzysztof Koźmic wrote: > > > > sadly, the NHibernate facility is no longer maintained so it may not be > > > > possible to make it work with latest Windsor. > > > > > > > > Krzysztof > > > > > > > > -- > > > > Krzysztof Kozmic > > > > > > > > > > > > On Sunday, 23 June 2013 at 6:55 PM, Royi Mindel wrote: > > > > > > > > > Hi, > > > > > > > > > > I'm trying to start a project with the latest Windsor (3.2) and > > > > > Nhibernate, > > > > > I really liked the [Transaction] with AutoTx approach i saw here: > > > > > http://richarddingwall.name/2010/08/17/one-nhibernate-session-per-wcf-operation-the-easy-way/ > > > > > > > > > > But i cannot manage to get the right dependencies to get it to work, > > > > > it's either i have a too high of Windsor version (it's compiled with > > > > > Windsor 2.5.1) for the NHFac or the other way, > > > > > I tried removing the Windsor packages and starting with installing > > > > > the NHFacility package, it got lower versions of things (Windsor > > > > > 3.0,etc) but still i get Exceptions for wrong versions (now it was > > > > > compiled with Windsor 3.0 but the dependency downloaded the 3.1 for > > > > > some reason) > > > > > > > > > > What is the best way to get this to work with as latest version as > > > > > possible? > > > > > > > > > > Thanks,, > > > > > Royi > > > > > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > > Groups "Castle Project Users" 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/castle-project-users. > > > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > > > > > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Castle Project Users" group. > > > To unsubscribe from this group and stop receiving emails from it, send an > > > email to [email protected] (javascript:). > > > To post to this group, send email to [email protected] > > > (javascript:). > > > Visit this group at http://groups.google.com/group/castle-project-users. > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > (mailto:[email protected]). > To post to this group, send email to [email protected] > (mailto:[email protected]). > Visit this group at http://groups.google.com/group/castle-project-users. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users. For more options, visit https://groups.google.com/groups/opt_out.
