Re: Generics hierarchy objects with ActiveRecordLinqBase

2008-12-16 Thread KiKi
I notice that most posts on this mailing list are about web-related project. I wonder if my non-web problem described was posted at the right place. If there is another forum/mailing list which would be more appropriate for me, please let me know so I can get help from the right people. Or if the

Re: Generics hierarchy objects with ActiveRecordLinqBase

2008-12-16 Thread Ken Egozi
as for your first question: the compiler needs to know or at least be able to infer the type of the returned object in compile time. As in your scenario the type will be determined by the actual data in the DB at runtime, it seem impossible. as for your second question: questions here are web

AR/NH Left Outer Join not work

2008-12-16 Thread Gabriel Mancini de Campos
Guys, I found something really bad. see this: if you need to create a channel search for a model to generate a SQL type: LEFT OUTER JOIN ON (AND A.pk B.fk Some Field == Valo) - this field is not generated in the ON clause, but in WHERE, and I think this is a limitation of NHibernate!

Re: AR/NH Left Outer Join not work

2008-12-16 Thread Colin Ramsay
If you feel it's an NHibernate problem then go to an NHibernate list such as http://groups.google.com/group/nhusers and see if they can solve your problem... On Tue, Dec 16, 2008 at 4:27 PM, Gabriel Mancini de Campos gabriel.manc...@gmail.com wrote: Guys, I found something really bad. see

Re: AR/NH Left Outer Join not work

2008-12-16 Thread Gabriel Mancini de Campos
ok, after that i will post the answer here On 16 dez, 13:53, Colin Ramsay colinram...@gmail.com wrote: If you feel it's an NHibernate problem then go to an NHibernate list such ashttp://groups.google.com/group/nhusersand see if they can solve your problem... On Tue, Dec 16, 2008 at 4:27

Re: AR/NH Left Outer Join not work

2008-12-16 Thread Ted Gifford
http://jira.nhibernate.org/browse/NH-514?focusedCommentId=17340#action_17340 -- + - --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group,

Re: FormHelper.Select firstoption doesn't work.

2008-12-16 Thread M Kenyon II
Then perhaps I have the syntax wrong, how would it be entered in a .brail file? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to

Re: Moderation is important, but why so slow?

2008-12-16 Thread M Kenyon II
Sorry to ruin your day Hammett. I thought I was subscribed. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users@googlegroups.com To

Re: Moderation is important, but why so slow?

2008-12-16 Thread hammett
I have the following settings enabled: _No moderation - messages are delivered directly _ Messages from new members are moderated On Tue, Dec 16, 2008 at 10:26 AM, Bill Barry after.fall...@gmail.com wrote: Are you actually moderating or just stopping spam? If it is the latter, I'd be glad

Re: Moderation is important, but why so slow?

2008-12-16 Thread Ken Egozi
that's the way to go on google groups. maybe set all committers as managers would help to ease the burden? On Tue, Dec 16, 2008 at 8:47 PM, hammett hamm...@gmail.com wrote: I have the following settings enabled: _No moderation - messages are delivered directly _ Messages from new members

Re: FormHelper.Select firstoption doesn't work.

2008-12-16 Thread M Kenyon II
As I test, I put these two controls on the page: ${FormHelper.Select(Regions, Regions, {value:ID, text:Description, firstoption:All, firstoptionvalue:All})} br / ${FormHelper.Select(Regions, Regions, {...@value:@ID, @text:@Description, @firstoption:@All,

Re: Registration of generic parameter

2008-12-16 Thread Ayende Rahien
This look like it should work, please create a test case that demonstrate the problem On Wed, Dec 17, 2008 at 1:25 AM, Mike Nichols nichols.mik...@gmail.comwrote: I have looked around and can't figure this out. I am trying to configure this : public class DefaultCreateMaterialsTestCommandT,