Skip to Main Content

Cloud Platform

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.

ADF Application working on local JDeveloper but not when deployed on Cloud

2684538Mar 27 2017 — edited Mar 28 2017

Hi Everyone

I have created a simple ADF application, consisting of a taskflow , which navigates between pages on click of button.

The application is working fine when I run from my JDeveloper (12.1.2.0) , but when I deploy the EAR file onto my JCS (weblogic 12.2.1 ), the button action is not working.

The Page opens but click of button, is not performing any actions

Could anyone kindly guide me in this matter.

Kishen

Comments

Maybe issue with ADF version; check versions with something like:

unzip -p

/u01/app/oracle/middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar META-INF/MANIFEST.MF | grep Label

Oracle-Label: JDEVADF_something_.6493

unzip -p

/u01/app/oracle/middleware/oracle_common/modules/oracle.adf.view_11.1.1/adf-richclient-api-11.jar META-INF/MANIFEST.MF | grep Implementation

Implementation-Title: oracle.adf.view.faces

Implementation-Version: something

note that the paths are likely different in your environment and there may have been patches applied so search for the files adf-share-support.jar and adf-richclient-api-11.jar

--

Jani Rautiainen

Fusion Applications Developer Relations

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

Post Details

Locked on Apr 25 2017
Added on Mar 27 2017
1 comment
279 views