i'm getting a
ClassCastException with the following:
Class
SomeClass
{
Set _set =
Collections.synchronizedSortSet(new TreeSet());
}
<binding>
<mapping
name="a" class="SomeClass">
<collection field="_set" type="java.util.TreeSet"
item-type="AnotherClass"/>
</mapping>
...
</binding>
any
help?
thanks in
advance,
gary
