Skip to Main Content

Java Development Tools

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!

URGENT: Deployment of an ADF page?

608263Feb 29 2008 — edited Feb 29 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2008
Added on Feb 29 2008
1 comment
409 views