Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
ADF Application working on local JDeveloper but not when deployed on Cloud

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
Answers
-
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