CA Spectrum OneClick List attributes show CsOIDValueList (class com.aprisma.util.net.OctetString) instead of the values when adding list attributes to columns.
search cancel

CA Spectrum OneClick List attributes show CsOIDValueList (class com.aprisma.util.net.OctetString) instead of the values when adding list attributes to columns.

book

Article ID: 10530

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

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) 



Environment

Release:
Component:

Resolution

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>