Re: AR - issue with removing an item from a HasMany relation

2009-01-13 Thread Markus Zywitza
In one application, I associate user accounts with computers based on usage of the computer. I have to both access the computers from the accounts and vice versa in many places in my code. Therefore I took the way to make it bidirectional using Add/Remove-Methods to assure that the association is

Service override keys

2009-01-13 Thread Felix Gartsman
Hi, Could someone clarify what I'm doing wrong here? As an example consider 2 dummy classes: internal class MyClass { private readonly int myParam; public MyClass(int myParam) { this.myParam = myParam; } public int MyParam { get {

Re: Is Castle project still alived and stable?

2009-01-13 Thread andypike
I use the full Castle stack at work and for personal projects. I can't name clients, but some of the largest brands in the world are using Castle to power their web applications (I know that because I worked on them). I've been using the Castle Project for a number of years and along with

Re: Is Castle project still alived and stable?

2009-01-13 Thread Tuna Toksöz
It is like after May, IIRC Tuna Toksöz http://tunatoksoz.com Typos included to enhance the readers attention! On Tue, Jan 13, 2009 at 7:05 PM, James, Justin justin.ja...@intel.comwrote: Do you happen to know what the timeline is for NH 2.1 GA? Justin -Original Message- From:

Re: Refresh with transient objects (nHibernate + ActiveRecord)

2009-01-13 Thread Darius Damalakas
That's a very interesting problem you are addressing. I will tell what we did in ou desktop app. Maybe this will give you an overview of how different people use Castle.ActiveRecord and NHibernate to achieve their goals. I don't say the below approach is brilliant or even satisfactory, but it

Re: Is Castle project still alived and stable?

2009-01-13 Thread Rob
Yes, some of us have the requirement to use only released software in our live applications. Sure, development can use code we build locally out of a repository, but that's not accepted when we release to QA and Production. Any updates on release dates would be greatly appreciated. Thanks On

Re: Is Castle project still alived and stable?

2009-01-13 Thread Tuna Toksöz
Here is the link http://groups.google.com/group/nhibernate-development/browse_thread/thread/9e545846d887393a/05eb0904b3a31191 Tuna Toksöz http://tunatoksoz.com Typos included to enhance the readers attention! On Tue, Jan 13, 2009 at 8:35 PM, Tuna Toksöz tehl...@gmail.com wrote: It is like