I want to get the output of this query as the list of options in the data on the left pane on Data Multiselect Widget.
Query:
select <COLUMN_A> from <TABLE_NAME> where CTD_XML_NM ='TaxYearData'
Configurations of the multiselect are as:
Reference data: Java Class value: com.vignette.wcm.widgets.base.referencedata.SQLReferenceDataImpl
Rendering Override: JSP value: /vgn-wcm-up/secure/widgets/wcmdatamultiselect/wcmdatamultiselectrender.jsp
Data set as:
<properties>
<sql>
select TITLE_TXT from HRB_CONTENT_ARTICLE where CTD_XML_NM ='TaxYearData'
</sql>
</properties>
Now when I create a CI for this CTD, the Multi select Widget does not error and throws this error on the CIF:
(error rendering wcmrelatorrender.jsp, see logs):java.lang.ClassCastException: weblogic.jndi.internal.WLEventContextImpl
java.lang.ClassCastException: weblogic.jndi.internal.WLEventContextImpl
Have i done anything wrong. Would be great help If i get to know one real example with the usage of SQLReferenceDataImpl
Thanks,
Sheetal.