Skip to Main Content

Java Development Tools

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!

Active Data Registration Error in ADF 12c

WaplakAug 6 2019 — edited Aug 7 2019

Studio Edition Version 12.2.1.2.0

Hi all,

I have a following error in my application

java.lang.IllegalStateException: ADF_FACES-60003:Component with ID: r1:1:cb1 not registered for Active Data.

    at oracle.adfinternal.view.faces.activedata.PageDataUpdateManager.unregisterComponent(PageDataUpdateManager.java:600)

I find some way to resolve from Andrejus Baranovskis Blog: Active Data Registration Error in ADF (Some Bugs Never Die)

I change my page def ChangeEventPolicy=ppr to none, but what's the reason for this.Why I cannot use ChangeEventPolicy=ppr and how to set the all component ChangeEventPolicy=none for whole application at one time.(like 11g https://tompeez.wordpress.com/2011/11/16/jdev-11-1-2-1-0-dealing-with-adf_faces-60003-error-component-with-id-r11cb1-not… )

Comments
Post Details
Added on Aug 6 2019
1 comment
157 views