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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Bounded Task flow default activity not getting called (issue occuring after upgrade to 12c)

aksesaApr 17 2014 — edited Apr 23 2014

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.

This post has been answered by Timo Hahn on Apr 20 2014
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 21 2014
Added on Apr 17 2014
4 comments
2,335 views