<FilteredPersistenceChangeManager><_addDocumentChangeImpl> The DocumentChange is not configured to be allowed for the component: RichTable[org.apache.myfaces.trinidad.component.UIXTable$RowKeyFacesBeanWrapper@fdf42c, id=audTab]
This is what I understand this message to mean:
If MDS is configured a request is send to the FilteredPersistenceChangeManager wich then does a check to see if the component is configured.
If the change is not configured then the change will then be written to the users session and you will get the above message in your logs.
To configure the MDS stuff in your adf application :
1) Open adf-config.xml - located in Application Resources < ADF META-INF dir.
2) On the View tab click the green plus button and select the component that the error is complaining about.
3) Configure as needed.
This is what I understand this message to mean:
If MDS is configured a request is send to the FilteredPersistenceChangeManager wich then does a check to see if the component is configured.
If the change is not configured then the change will then be written to the users session and you will get the above message in your logs.
To configure the MDS stuff in your adf application :
1) Open adf-config.xml - located in Application Resources < ADF META-INF dir.
2) On the View tab click the green plus button and select the component that the error is complaining about.
3) Configure as needed.
Comments
Post a Comment