Hi Everyone
I am facing a strange issue in ADF 12c Fusion Web Application.
Brief Overview of the whole application:
We are using E-Business Suite SDK for Java to use EBS session in ADF application (this is probably not related to this issue).
There are multiple ADF Applications which need to be integrated with EBS.
As profile External ADF Application URL can hold only one context root, so I created a wrapper application to call these all applications.
This application contains one .jspx page, one bounded taskflow.
Now, I dragged the bounded taskflow as Region on the .jspx page.
This taskflow has a manged bean (attached as pageflow scope to the bounded taskflow) method as the default activity.
This method reads the parameters passed in the URL and returns a string output which is utilized in the taskflow to navigate to different remote taskflows (these are of different applications)
Problem:
Everything was working fine when we are using 11gR1 Jdeveloper and deploying in Weblogic 10.x
Then we were asked to upgrade the whole application to 12c Weblogic server. So, I upgraded each application individually and attached them to the upgraded 12c wrapper application.
Now when we are calling any of them from EBS the default method in the taskflow (bounded taskflow of wrapper application) gets called only for the first time (user logins to EBS for the first time), when after opening any of the application user comes back to EBS and try opening any other URL the initial adf application gets opened.
And when i check the logs in web logic server it shows that the managed bean method didn't got called (it only gets called for the first time).
Please help asap , we are in crisis.