JDEV 12.2.1.0
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1237)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeRenderResponse(LifecycleImpl.java:1040)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:332)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
at java.util.ArrayList.writeObject(ArrayList.java:762)
at sun.reflect.GeneratedMethodAccessor85.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
https://mhjmaas.wordpress.com/2014/12/17/adf-12c-target-tag-not-working-zip_state_failed/
As I mentioned in the my post,
Project 1 (ADF Application) - ADF Project is working fine as there is nothing in web.xml which is asking af:target to serialize.
Project 2 (BPM Appliclation with ADF Screens embedded) - But the same screen (adf library jar) when embedded in BPM UI (which has human tasks) Project is throwing NotSerializable exception.
"token": (Default) Stores the page state in the session, but persists a token to the client. The simple token, which identifies a block of state stored back on the HttpSession object, is stored on the client. This enables ADF Faces to disambiguate the same page appearing multiple times. Failover is supported.
Oracle Reference : https://docs.oracle.com/cd/E26098_01/web.1112/e16181/ap_config.htm#ADFUI579
OTN # https://community.oracle.com/message/13694299#13694299
No comments:
Post a Comment