Hello Everyone
I have an Issue related to session timeout.
Here is the thing, I have two applications let's say A(deployed on OAS) and let's say B(deployed on WebLogic Server 12.1.3)
The application A calls to a B page(jsf page) application thru jsp and for the first time the A app calls B apps the browser shows an error message related to timeout
also in weblogic server it generates an ADFC-12013 Exception: the message is :"Controller State Has not been initialized for actual request." After that the user clicks on ok button and the page requested shows on the browser.
The question is ¿Is there a way to solve ths out? ¿Am i missing some configuration on adfc-config.xml (The Session Managed Bean is only defined on faces-config.xml)?
and ¿is there a way to block this popup button for the first time that A app request B page?
A application uses icefaces and B application uses adf/trinidad (it has something to do with this error?)
I really appreciate your help, because this issue is drives me crazy
Best Regards
Andres