Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
Expand all | Collapse all

Maximo 761 - How to load custom java files?

  • 1.  Maximo 761 - How to load custom java files?

    Posted Thu August 27, 2020 08:45 PM

    I have few custom java files having package as psdi.iface.migexits. How to load these to the Maximo business objects? Do I need to copy the class files or java files? If yes where to copy? Do I need to run the DB Config from Maximo UI for the same to update the java class somewhere on the tables? If yes then how? Please take a look and advise.

    Here is an example from one of the enterprise service - user exit class, psdi.iface.migexits.MaxPOInUserExit.

    Case #TS004120101 - They have asked me to post the question here.






    #Support
    #AssetandFacilitiesManagement
    #SupportMigration
    #Maximo


  • 2.  RE: Maximo 761 - How to load custom java files?

    Posted Sat August 29, 2020 02:13 AM

    You can also avoid to unzip/zip the businessobjects.jar:

    0) stop WAS

    1) move businessobjects.jar to a temp directory

    2) in Maximo.ear create the directory "businessobjects.jar" (same name of .jar)

    3) unzip all the files of businessobjects.jar in the new directory

    4) start WAS






    #AssetandFacilitiesManagement
    #Maximo
    #SupportMigration
    #Support