Hello geeks,
I am trying to integrate wccdoc taskflow from WCP resource catalog and getting class cast exception. Also I could not find any of the attributes related to 'summaryTabDisplayed ' from taskflow input parameters. Is anything wrong with input parameters? or is it a bug. Please suggest.
Error Message: javax.servlet.ServletException: /wcc/docInfoTabs.jsff @23,67 test="#{wccDocInfoBean.summaryTabDisplayed}": java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
Page Definition:
<taskFlow id="rfgVMi1" taskFlowId="/WEB-INF/wcc/wccdoc#wccdoc" xmlns="http://xmlns.oracle.com/adf/controller/binding" Refresh="ifNeeded" activation="deferred">
\<parameters>
\<parameter id="dDocName" value="${'18'}"/>
\<parameter id="preferredLanguage" value="${''}"/>
\<parameter id="compactMode" value="${'true'}"/>
\<parameter id="formattingLocale" value="${''}"/>
\<parameter id="timeZone" value="${''}"/>
\<parameter id="dID" value="${'18'}"/>
\<parameter id="wccRuiConfiguration" value="${''}"/>
\<parameter id="dateTimeFormatPattern" value="${''}"/>
\</parameters>
</taskFlow>

WCP Version: 12.2.1.2.0
Note: WCC direct URL (http://127.0.0.1:16225/wcc/faces/wccdoc?dID=18 ) working as expected.
Thanks,
Dinil Mithra