Questions tagged [adfc-config]

The default ADF unbounded task flow's XML source file name is adfc-config.xml. Fusion web applications optionally contain one ADF unbounded task flow. The file defines activities, control flow rules, and managed beans interactions to allow users to complete a task.

The adfc-config.xml file is found in /public_html/WEB-INF, relative to the ADF application's user interface directory.

3 questions
1
vote
2 answers

Context Initialization Parameters for Managed Bean

Background A managed bean must have parameters configured through its web.xml file. The web.xml file defines context initialization parameters that are configured in JDeveloper (11.1.2.3) as follows: The source for the definition of…
Dave Jarvis
  • 30,436
  • 41
  • 178
  • 315
0
votes
2 answers

Differences between adfc-config.xml and faces-config.xml?

Both files seem very similar, subsequently I'm struggling to understand their purposes. I have seen faces-config referred to as a plain JSF controller, while adfc-config is an extended ADF controller. Some clarification would be good, as right now…
LDM91
  • 437
  • 1
  • 7
  • 16
0
votes
1 answer

How to handle Adf bootstrap metadata adfc-mobile-config.xml is null exception

I get an exception as "bootstrap metadata adfc-mobile-config.xml is null" everytime i try to run a feature of my ADF Mobile Application. Here is what i did to solve the issue: Copied all the beans that i use in task flow to…
Bedir Yilmaz
  • 3,823
  • 5
  • 34
  • 54