2008-09-02 17:33:53,121 [20] ERROR
NHibernate.Tuple.Entity.PocoEntityTuplizer [(null)] - Setters of lazy
classes cannot be final: Businesslayer.ShoppingCart.ItemList
2008-09-02 17:34:52,132 [21] ERROR
NHibernate.Tuple.Entity.PocoEntityTuplizer [(null)] - Getters of lazy
classes cannot be final: Businesslayer.ShoppingCart.ItemList
for this:
<bag name="ItemList"
cascade="all-delete-orphan"
inverse="true">
<key column="ShoppingCartID" />
<one-to-many class="ShoppingCartItem"/>
</bag>
and:
protected IList<ShoppingCartItem> ItemList { get; set; }
It does not seem to do anything bad, still, is there something I can
do to make it go away? IList is not final, ShoppingCartItem isn't.
--
Jan
___________________
j...@limpens.com
www.limpens.com
+55 (11) 3082-1087
+55 (11) 3097-8339