Re: Customize OAF pages not opening in 12.2.5 after upgrade from 12.1.3
Posted by KHALID on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Customize-OAF-pages-not-opening-in-12-2-5-after-upgrade-from-12-1-3-tp2093p2211.html
I followed the docs...
I have below doubts...
1) when to use adcgnjar file
my class files are under $JAVA_TOP/<xx_top>/(custom_prod_workpackets)/all_class_files and xml file in webui folders.
Now, when I run below command.
Command: adjava oracle.apps.ad.jri.adjmx -areas $JAVA_TOP/customprod.zip -outputFile $JAVA_TOP/customprod.jar -jar $CONTEXT_NAME 1 CUST jarsigner -storePass -keyPass
it created customprod.jar for my .zip folder which has all class files entries in it. after making the changes in ebsProductManifest_xml.tmp by adding customprod.jar entry , after bouncing the middler tier , its working fine.
do I need to run adcgnjar file , if yes then this will create customall.jar , then it will have 2 .jar files.
one customprod.jar and customall.jar , and for new migration what to run?? above command or only adcgnjar utility??
regards,