Real simply question: can Castle ActiveRecord open a stateless session? If so, how would I do it? And if not, how would I go about opening a stateless session without it?
+1
A:
StatelessSessionScope
does the trick. It's part of AR 2.1
Krzysztof Koźmic
2010-01-06 10:37:15
Thanks! Now I just have to wait until the stable is released :).
Daniel T.
2010-01-06 20:37:25
which means a week: http://www.castleproject.org/castle/projects.html
Krzysztof Koźmic
2010-01-06 21:20:28
StatelessSessionScope is actually in RC 2.0 (the stable version available from their main page): http://www.castleproject.org/castle/download.html Are they making significant changes to it in 2.1?
Abby Fichtner
2010-01-10 19:05:19
Oh, you're right :) No changes that I'm aware of.
Krzysztof Koźmic
2010-01-10 21:38:54