Oracle SOA Suite 12c Essentials — Question 21
Which statement is false about debugging SOA composites?
Answer options
- A. You can run the debugger in Oracle Enterprise Manager Fusion Middleware Control.
- B. You can debug on local as well as on remote servers.
- C. Breakpoints are the intentional pausing locations in a SOA composite application that you set for debugging purposes.
- D. If the composite is not already deployed in the current JDeveloper session, then JDeveloper will redeploy it.
Correct answer: D
Explanation
The correct answer is D because JDeveloper does not automatically redeploy a composite that is not already deployed in the current session; it requires manual deployment. Options A, B, and C are true statements about the debugging capabilities of SOA composites.