When adding a column to a List view in CA Spectrum and using an attribute that has instances (a table), the following error shows:
CsOIDValueList (class com.aprisma.util.net.OctetString)
The attribute in the column file needs to have a ObjectIDValueListRenderer applied to it.
Here is an example:
<column id="column-sysChassisSlotSerialNumber-config"
xmlns ="http://www.aprisma.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.aprisma.com
../../common/schema/column-config.xsd">
<name>sysChassisSlotSerialNumber1</name>
<content>
<attribute>0xfff00148</attribute>
<renderer>
<param name="attrID">0xfff00148</param>
com.aprisma.spectrum.app.util.render.ObjectIDValueListRenderer
</renderer>
</content>
</column>