Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ClassCastException from wccdoc taskflow.

Dinil MithraJul 6 2017 — edited Jul 12 2017

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>

pastedImage_3.png

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

This post has been answered by Daniel Merchán on Jul 11 2017
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 8 2017
Added on Jul 6 2017
5 comments
571 views