TemplateEngine v1.1.1 released

2010-01-15 Thread John Simons
TemplateEngine v1.1.1 released. You can download it from: http://sourceforge.net/projects/castleproject/files/TemplateEngine%20Component/1.1/CastleTemplateEngineComponent-1.1.1.zip/download The only difference between this version and version 1.1.0 is that this version includes Castle.Core

WcfFacility Client - Problem with activation

2010-01-15 Thread Tiago Soczek
HI guys, I've a server and a client using WCF Facility. In my client: AddFacilityWcfFacility().Register( Component.ForISomeService(). ActAs( new DefaultClientModel { Endpoint = WcfEndpoint.FromConfiguration(SomeService) } ) ) I've a presenter that has

Session per view, looking for a better way

2010-01-15 Thread Jason Meckley
I use NH with MR and the Session Per View Model. currently I use an HttpMoudule. to manage session scope like this: public class UnitOfWorkModule : IHttpModule { public void Init(HttpApplication context) { var factory = WindsorContainerAccessorUtil

Re: Session per view, looking for a better way

2010-01-15 Thread Mauricio Scheffer
I'm not sure I understand: do you want to test the whole session-per- request flow (with controllers and everything) or just the UnitOfWorkModule ? On Jan 15, 1:46 pm, Jason Meckley jasonmeck...@gmail.com wrote: I use NH with MR and the Session Per View Model. currently I use an HttpMoudule. to

Re: Session per view, looking for a better way

2010-01-15 Thread Jason Meckley
just the unit of work module. On Jan 15, 1:04 pm, Mauricio Scheffer mauricioschef...@gmail.com wrote: I'm not sure I understand: do you want to test the whole session-per- request flow (with controllers and everything) or just the UnitOfWorkModule ? On Jan 15, 1:46 pm, Jason Meckley

Re: Session per view, looking for a better way

2010-01-15 Thread Mauricio Scheffer
I have blogged a couple of months ago about Windsor-managed httpmodules: http://bugsquash.blogspot.com/2009/11/windsor-managed-httpmodules.html This way you could have the UnitOfWorkModule get ISessionFactory injected normally, which would make testing easier. On Jan 15, 4:29 pm, Jason Meckley

AR 2.1.1 released

2010-01-15 Thread Markus Zywitza
A minor release is available on SourceForge. There is only one change: Castle Validator is updated to v1.1.1. This release is mainly for bundling with the upcoming MonoRail release, which requires Validator 1.1.1. If you are developing rich clients, stay tuned for 2.2 Alpha scheduled for end of

Re: How to set SSL/TLS to true for SMTP configuration in MonoRail?

2010-01-15 Thread alwin
I made a patch to add this little feature. http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-557 On 14 jan, 10:02, John Simons johnsimons...@yahoo.com.au wrote: Unfortunately  it is not possible to do it with the current version of Monorail :( Please add this to our User

Re: How to set SSL/TLS to true for SMTP configuration in MonoRail?

2010-01-15 Thread John Simons
Applied in r6696 Thanks Alwin Cheers John On Jan 16, 11:20 am, alwin alw...@gmail.com wrote: I made a patch to add this little feature. http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-557 On 14 jan, 10:02, John Simons johnsimons...@yahoo.com.au wrote: Unfortunately  it

Re: How to set SSL/TLS to true for SMTP configuration in MonoRail?

2010-01-15 Thread alwin
Thank you for applying :) On Jan 16, 2:00 am, John Simons johnsimons...@yahoo.com.au wrote: Applied in r6696 Thanks Alwin Cheers John On Jan 16, 11:20 am, alwin alw...@gmail.com wrote: I made a patch to add this little feature.