Custom AM not working after upgrade from EBS 12.1.3 to 12.2.6.
We are upgrading from EBS 12.1.3 to 12.2.6. All our custom OA components(classes) are present in $<CUSTOM_TOP>/java/classes. In CLASSPATH variable, the location of this is added. But, in 12.2.6 the custom classes are not being recognized. Hence we followed below steps and the custom CO classes are working now.
- cd $<CUSTOM_TOP>/java/classes
- Create a custom zip file. Command:
zip -r customprod.zip xxtjx
c. Generate and sign the customprod.jar file. Command:
adjava oracle.apps.ad.jri.adjmx -areas $<CUSTOM_TOP>/java/classes/customprod.zip
-outputFile $<CUSTOM_TOP>/java/classes/customprod.jar -jar $CONTEXT_NAME 1 CUST
jarsigner -storePass <KeyStore Password> -keyPass <Key Password>