Manuel, did you notice that your identity attribute doesn't match any
of the fields?
I would suggest setting identity to "wireColor" and see what happens...
<class name="com.mapping.MapWire" identity="cableType
wireColorCode">
<cache-type type="unlimited"/>
<map-to table="WIRE"/>
<field name="cableType" type="string" required="true">
&nb! sp; <sql name="CABLE_TYPE" type="char [10]" />
</field>
<field name="wireColor" type="string" required="true">
<sql name="WIRE_COLOR" type="char[3]" />
</field>
<field name="wireInfo" type="integer">
<sql name="WIRE_INFO" type="integer" />
</field>
</class>
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------