Hi all,
I am attempting to create a class that has a property of type Object. So, I'm using a property tag with type="object", as stated in the reference, p. 58 under possible typenames. Yet when I deploy the mapping file, I get the error:
org.hibernate.MappingException: property mapping has wrong number of columns: com.simunex.snx.core.types.Attribute.value type: object
from the mapping file:
<property name="value" type="object"/>
It's probably something downright obvious, but I'm at a loss. If I change the type to anything but "object" (like serializable), it's fine.
Insight, please? Thanks!
--Scott
|