EBS Customizations (MOSC)

MOSC Banner

Custom AM not working after upgrade from EBS 12.1.3 to 12.2.6.

edited Oct 16, 2017 5:02AM in EBS Customizations (MOSC) 7 commentsAnswered

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.

  1. cd $<CUSTOM_TOP>/java/classes     
  2. 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>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center