Apps To Fusion

.......contents copyright protected by FocusThread UK Ltd

 
  • Increase font size
  • Default font size
  • Decrease font size
We are glad to announce the launch of Forum for Customizations and Extensions. Click here to visit http://apps2fusion.com/forums
Our OA Framework, BPEL Development & Apps DBA Trainings from USD 299 only [on weekends] . Click here for details.
Also see here fully verifiable feedbacks/testimonials


Running OA Framework Page from jDeveloper - Audio Video Demo

In this article, you will see a video demonstration of all the steps that will explain how to run OA Framework page in jDeveloper.
This article is an extension of article linked here, General Steps for running OAF From jDev

Some key features of this video tutorial are
This tutorial was built using vision instance of R12 Rollup3
The example used for this page is iProcurement, however these concepts can be applied to any other application.

The tutorial is split into two steps

STEP 1 Audio-Visual Demo [click link below]
Preparation of your PC/jDeveloper Environment for OA Framework




Step 2 Run the page [click link below]
Transfer the components from server and run the page in jDeveloper



Important Info:-
In the above tutorials, I haven't copied across the xml files from $JAVA_TOP to jDevHome/myprojects.
You will have to do that step, in order to extend any BC4J component



Comments (21)add
Takes long long time to run from JDeveloper
written by kishore Ryali , March 17, 2008
Hi Anil
I've been facing this issue since i started learning on OAF with HelloWorld.
When I run from JDeveloper, a single page takes long long time(20 to 30 mins) to open up.
I use VPN to connect to my client server, and Embedded OC4J setting is "localhost". I included my IP in proxy server settings also.

Due to this problem, I feel testing on the server doing FTP the class files and running XMLImporter takes less time. Could you please suggest me what might be wrong?

Thanks
Kishore Ryali

report abuse
vote down
vote up
Votes: +0
...
written by kishore Ryali , March 17, 2008
Hi Anil
Another question...
I guess u r using JDeveloper 10g in the video. Once u created OA Project, How did u get the packages mycompany.oracle.apps,oracle.apps.fnd,oracle.apps.icx into ur project?

I had to manually add those packages in JDeveloper 9i, to complete this session.



report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , March 17, 2008
Hi Kishore,

You are right, running OA Framework pages, even something as simple as hello world will take over 10minutes when using VPN.
You should be in the pysical Local Area Network of the server hosting apps.


Your second question, 10g will create those packages for you.
In case of jDev9i, you haveto use File/Open menu to first open the page that you wish to run.

Thanks,
Anil Passi
report abuse
vote down
vote up
Votes: +1
...
written by Chinmaya , March 18, 2008
Hi anil,

I m chinmaya working with apps 11i. We are concentrating on sourcing modules. Present i m facing one issue. In my production, we found some auctions they created with null values for open bidding date and close bidding date. I couldnt reproduce this issue. Could you please guide
report abuse
vote down
vote up
Votes: +0
MO_GLOBAL.INIT issue
written by firenze , April 03, 2008
Hello Anil-
I have followed the demo to the fullest and was able to run the page in demo without a hitch. However, I have encountered an issue while running a page belonging to iSupplier.


Here are the details :


environment -> R12 RUP4
IDE -> Jdev 10.1.3.3

Page I am trying to run -> oracle.apps.pos.supplier.webui.OrgnaizationPG.xml

Runtime connection details specific to OA ->
user -> BIRGIT
application -> POS
(isupplier)
Responsibility key -> ISUPPLIER_PORTAL_RESP_DE
(iSupplier Portal germany)


HEre is the error message:

## Detail 0 ##
JBO-30003: The application pool (boston.bitek.localR12XBIT1524oracle.apps.pos.supplier.server.ByrSuppAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.apps.fnd.framework.OAException, msg=Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.INIT, N, ERRNO, -20001, N, REASON, ORA-20001: APP-FND-02901: You do not have access privilege to any operating unit. Please check if your profile option MO: Security Profile includes any operating unit or the profile option MO: Operating Unit is set.
ORA-06512: at "APPS.FND_MESSAGE", line 498
ORA-06512: at "APPS.MO_GLOBAL", line 36
ORA-06512: at "APPS.MO_GLOBAL", line 757
ORA-06512: at "APPS.MO_GLOBAL", line 700
ORA-06512: at line 1
;


I have verified the profile option "MO: Operating unit" and is having the right value as (Vision Germany). Would appreciate any pointers to resolve the issue.

Thanks,
firenze
report abuse
vote down
vote up
Votes: -1
error when running page from jdev10.1.3.3
written by sreeram29 , June 09, 2008
Hi Anil,

I m working on iSupplier module. I ve loaded all the .xml and .class files from the server to my local machine my project and myclasses folders.and also loaded the pages from mds directory to myprojects folder. .everything i did seems to be perfect..but when i try to run any page from jdev..it gives me tooo many errors in the compiler log..and all of these errors stated either of the two "start of root element expected " or "PI with name xml should be in the beginning of the document".
can u please help me with this..

Thanks,
sreeram
report abuse
vote down
vote up
Votes: +0
Jdevloper issue....Unable to find component with absolute reference
written by Murthy Kodavati , June 20, 2008
Hi Anil,

I am trying to setup Jdeveloper and trying to create a new page when i run the new page i get the followin error.

Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/eam/workorder/webui/EAM_EW_START_PAGE, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)


I been trying around this for the past 2 days....


1.I tried creating a new page it didnt work...
2.I tried copying an existing page the error message points to it...but no use..

3.i could not find the env.txt in my jdevhome (can this be the problem?)


Appreciate any help!!

Cheers.
report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , June 20, 2008
Hi

You are referencing Enterprise Asset Management files are runtime, hence the error.
Please FTP all files from $EAM_TOP/mds into myprojects/oracle/apps/eam

Thanks,
Anil
report abuse
vote down
vote up
Votes: +0
Jdev.
written by Murthy Kodavati , June 20, 2008
okei i will try that, but i got the same error when

I tried creating a new page...it didnt work out..the same exception

Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/msc/webui/page1, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)

..so I tried out using existing page which I wrked on previous ..whch wrked then but now i can understnd why it may not work...i have copied the xml file into the right directory...workorder/webui

2.when i copy it(xml file) to $JDEV_USER_HOME/myprojects it gives me an error FND INVALID APP

Cheers
report abuse
vote down
vote up
Votes: +1
jdev
written by Murthy Kodavati , June 20, 2008
I also didnot find env.txt in $OA_HTML can that be any reason.??

I saw Templteenv.txt which shows a JRAD_XML path to be set....
report abuse
vote down
vote up
Votes: +0
iReceivables TOP/mds
written by Pramod , July 29, 2008
Hi Anil,
I am trying to run iReceivables from JDeveloper. I was able to copy class files from $JAVA_TOP/ar/irec folder but i could not find IREC_TOP/mds (similar to $ICX_TOP/mds).
Whrere can I find mds dir for iReceivables.
Reards,
Pramod

report abuse
vote down
vote up
Votes: +0
iReceivables
written by Anil Passi- , July 30, 2008
Hi Pramod

The location is
cd $JAVA_TOP/oracle/apps/ar/irec

Thanks,
Anil Passi
report abuse
vote down
vote up
Votes: +0
Unexpected error..
written by Joselfmp , November 25, 2008
Hi Anil,
I've followed your two videos and I think I've just did the same as you, but for responsibility SELF_SERVICE_PURCHASING_5 (iProcurement) but, when I try to run the NOnCatalogRequest.xml , it appears an error page saying:

"Error Page
You have encountered an unexpected error. Please contact the System Administrator for assistance. "

It seems to try to connect to apps environment but.. without success... Any ideas?

Thanks,
Regards.

report abuse
vote down
vote up
Votes: +0
Solved Unexpected error
written by Joselfmp , November 25, 2008
Hi again,
sorry for my last post,
I had manteined the fwktester user ... Now it connects.. although it gives some errors relatives to attributes length.. But, the most importnat is the connection.
Regards,


report abuse
vote down
vote up
Votes: +0
XML files to project directory
written by Joselfmp , November 25, 2008

Hi again Anil,
when you say "In the above tutorials, I haven't copied across the xml files from $JAVA_TOP to jDevHome/myprojects.You will have to do that step, in order to extend any BC4J component"
I've seen that in ICX_TOP/mds folders structure the xml files are the same as the ones of $JAVA_TOP... so... which xml file did you mean?
I'm able to execute this example, but... there's something strange: When I click on ShoppingHomePG.xml (Applications Navigator) and It shows below the .xml structure, It appears disabled all the tree under MyReqsTable. Is it normal? I don't suppose so.. because.. if we want to follow another of your examples to exnted the VO and add a SupplierName we need to have it enable ...
Let me know please. Thanks a lot.
Jose.

report abuse
vote down
vote up
Votes: +0
Getting error while estending iSupplier page PosAsnMainPG.xml
written by Sukalyan Ghatak , May 06, 2009
Hi Anil,

I am trying to extend the standard iSupplier page PosAsnMainPG. I downloaded the JAVA_TOP/oracle/apps/pos and POS_TOP/mds as per videos above. I am using jDev9i. When I open the page it throws error: Invalid value "/oracle/apps/pos/inquiry/webui/PosAttachFooter" for property "Extends" on component "/oracle/apps/pos/asn/webui/PosAsnMainPG.PosContentFooter". Component "/oracle/apps/pos/inquiry/webui/PosAttachFooter" cannot be referenced from "/oracle/apps/pos/asn/webui/PosAsnMainPG.PosContentFooter" because it violates scope restrictions.

What do I need to do for this?
Also, the page goes in error when I run it.
What all do I need to do to make it run standalone in desktop?

Regards
Sukalyan
report abuse
vote down
vote up
Votes: +0
Unable to open OA page in JDeveloper 9i
written by KrishnaKishoreT , July 07, 2009
Hi Anil,

I have copied the required files to open the Non-Catalog Request page to the JDEV_USER_HOMEmyprojectsoracleappsicx and JDEV_USER_HOMEmyclassesoracleappsicx directories. But, since I am using JDeveloper 9i, I do not know how to load the required files into JDeveloper and run the Non-Catalog request page.

Could you please list the steps to run the page using JDeveloper 9i (Version 9.0.3.5, Apps Version 11.5.10.2)

Thanks,
Krishna
report abuse
vote down
vote up
Votes: +1
load iexpense pages in jdeveloper
written by pavankumar1408/19 , October 02, 2009
i want to load the iexpense pages in to jdevelopr
I have downloaded all the class files from server ( java_top) and all the xml files from Ap_top/mds folder as indicated i the video session .....but the folders i downloded donot have the same structure ....hence when i am creating the project i am not able to view all the class and xml file in the dropdown menu.....plz help me out.....thanks....
report abuse
vote down
vote up
Votes: +0
iexpense
written by pavan , October 02, 2009
For jdeveloper 9.0.3 how to create .jws and .jpx files
report abuse
vote down
vote up
Votes: +0
fnd folder
written by Kamleshwar Chopra , November 26, 2009
Do we need to download the fnd folder also to run the page locally ?
report abuse
vote down
vote up
Votes: +0
...
written by user12212 , December 24, 2009
Hi All I want to develop my oaf page with jdeveloper10g can I do this??.Please help me
report abuse
vote down
vote up
Votes: +0
Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

security image
Write the displayed characters


busy
 

Related Items

Search apps2fusion