Great. Now you may proceed to fork fluent nhibernate on github,, have
a look in the code, and then submit a pull request with the fix. :)

/Oskar


2012/12/26  <phinop...@gmail.com>:
> Thanks for your assistance.  I have submitted this issue as you recommended.
>
>
> On Tuesday, December 25, 2012 11:38:56 PM UTC+8, Oskar Berggren wrote:
>>
>> 2012/12/25  <phin...@gmail.com>:
>> > Hi Oskar,
>> >
>> > This is the composite-id fragment:
>> >
>> > <composite-id>
>> >   <key-property name="TransactId" type="...">
>> >     <column name="TransactId" />
>> >   </key-property>
>> >   <key-property name="TransactType" type="..." length="2">
>> >     <column name="TransactType" />
>>
>> When the optional <column> element is specified, the type/length
>> information from the <key-property> element is ignored. These
>> attributes are there as a short-hand to avoid having the <column>
>> element when there is only a single column. This looks like it may be
>> a bug in fluent nhibernate which you can search for or report at
>> https://github.com/jagregory/fluent-nhibernate/issues. (To fix, fluent
>> should either not give the <column> element when there is a single
>> column, or specify the length etc there instead of on key-property.)
>>
>>
>> /Oskar
>
> --
> You received this message because you are subscribed to the Google Groups
> "Fluent NHibernate" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/fluent-nhibernate/-/0NCX7ZzqB7UJ.
>
> To post to this group, send email to fluent-nhibernate@googlegroups.com.
> To unsubscribe from this group, send email to
> fluent-nhibernate+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fluent-nhibernate?hl=en.

-- 
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.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to