Re: SessionScope in multithreaded app

2009-05-30 Thread Markus Zywitza
Since you are talking about inserting values, I'd rather use read uncommitted, so that ValidateIsUnique can see uncommitted values in the table. However, I'm not sure you really have a one-to-many. This implies a many-to-one (BelongsTo) from the other side. Is this the case or do you have a

Re: Using Component.Scheduler in Monorail produces random job failures

2009-05-30 Thread John Simons
I have finally tried to replicate this problem, but it never failed for me. I'm running Win 7 RC. (not sure if the problem is OS specific) Maybe Cesar Sanz (the new project leader) wants to review that TODO that you found in the source code. John On May 28, 6:05 am, jsmorris jsmor...@gmail.com

RE: Problem using Brail

2009-05-30 Thread Henrik Feldt
The best thing would be to only invoke Brail.ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.GetPro perty when there are () or ( . ) after a method body, wouldn't it, and reference the method group otherwise? From: castle-project-users@googlegroups.com

Re: Problem using Brail

2009-05-30 Thread Ayende Rahien
That wouldn't quite work, mostly because Boo's syntax support calling methods with no params. On Sun, May 31, 2009 at 3:45 AM, Henrik Feldt hen...@haf.se wrote: The best thing would be to only invokeBrail.ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.GetProperty when there

RE: Problem using Brail

2009-05-30 Thread Henrik Feldt
What's that syntax? If I have something like this; public virtual Type GetSystemType() { Type t; if (TryGetSystemType(out t)) return t; throw new