Hi *!
I think I found an error in the tutorial, versions 0.9.5 and 0.9.4 (and
perhaps previous versions, too).
The example in the section Collections > one-to-many associations
has an error:
The third line reads
<one-to-many column="bar" class="com.illflow.Bar"/>
but the "one-to-many"-element has no "column"-attribute.
So the line should read:
<one-to-many class="com.illflow.Bar"/>
Georg
|