Hello All,
I want to know how to deploy an ADF page to Oracle Apps(E-Business Suite). I'm using Release 12 , AS 10g .
I am using JDeveloper 10.1.3.1.0 . The method in which I created the .jsp page is :
1)I created a New Application (Name = TrialPG) .
2)Selected Application Template as Web Applications[JSF, ADF BC] .
3)In ViewController, opened faces-config.xml . Dragged & dropped a JSF page. Selected .jsp page to be created.
4)In the .jsp page, I typed 'TRIAL PAGE'
I ran the page from JDeveloper & a page with the text 'TRIAL PAGE' got displayed.
Now, to be able to open thispage from apps front end - I dont know how to deploy this adf application.
I tried what Mukul suggested in the thread :
625124 ( which was to : paste the entire project folder in OA_HTML.Make a function to the corresponding jspx page along with the directory structure in the function in Apps(similar to the way you make for a jsp/oaf page), attach this function to menu. ).
I transfered the TrialPG folder to OA_HTML .
I gave the path --> OA.jsp?page=/TrialPG/ViewController/public_html/TrialPG when I made the function.
I bounced the Apache server.
But, when i tried opening the page from front end , I got an error page. The error is :
oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist.
Could anybody suggest a solution?
Thanks ,
Anju