From: Gavin_King/Cirrus%<CI...@ci...> - 2002-02-09 02:26:34
|
>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"/> You are absolutely right, of course. I fixed that in CVS and added an explicit note in the text. Thanks. |