[fluent-nhib] Re: Issue 255 - Support Many-To-Any

2009-05-29 Thread Marcos Matos
Thanks! Looking forward to the new releases! Marcos Castilho da Costa Matos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibernate@googlegro

[fluent-nhib] Issue 255 - Support Many-To-Any

2009-05-28 Thread Marcos Matos
I'm facing a "complex" mapping situation and a ManyToAny relationship seems to be a good solution to my problems. Do you guys have any estimative of when this issue is gonna be addressed? Im not complaining about lack of features or anything, I just love using fluent NH and dont want to return to

[fluent-nhib] Re: Fluent Xml Validation Exception

2009-05-14 Thread Marcos Matos
D'oh! I've download the latest build (r525) and now everything compiles. Thanks for the quick answer and sorry for my noobness. -- Marcos Castilho da Costa Matos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flue

[fluent-nhib] Fluent Xml Validation Exception

2009-05-14 Thread Marcos Matos
Hi, I'm using Fluent Nhibernate on a project , and I'm getting a Xml Validation Exception when the NHibernate SessionFactory Initializes. This is the exception: {"(XmlDocument)(3,6): XML validation error: The element 'class' in namespace 'urn:nhibernate-mapping-2.2' has invalid child element 'prop

[fluent-nhib] Re: Problems using SQLite

2009-04-26 Thread Marcos Matos
It worked! Thanks a lot for the answer!! Marcos Castilho da Costa Matos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibernate@googlegroups.

[fluent-nhib] Re: Problems using SQLite

2009-04-25 Thread Marcos Matos
Thanks for the quick reply, i forgot to add the expose configuration part on my example .I've add the expose configurations lines following the guidelines on the wiki part of schemaexport, but I'm still getting the same exception. ISessionFactory factory = Fluently.Configure() .Database(SQLiteCon

[fluent-nhib] Problems using SQLite

2009-04-25 Thread Marcos Matos
Hi, I'm trying to create a test repository helper class that utilizes SQLite inMemory and Fluent NHibernate, but i cant get the thing to work. I already read a bunch of tutorials and sample codes, but the darn thing simply doesn't work! I've created this sample code snippet to illustrate the prob