views:

132

answers:

1

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
Thanks! Now I just have to wait until the stable is released :).
Daniel T.
which means a week: http://www.castleproject.org/castle/projects.html
Krzysztof Koźmic
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
Oh, you're right :) No changes that I'm aware of.
Krzysztof Koźmic

related questions