webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

modifying an X-Tension function

  • 1.  modifying an X-Tension function

    Posted Thu August 08, 2002 10:53 AM

    hi!
    i’m new to Tamino X-Tension and i’m facing a problem. Everytime i make a modification to the X-Tension function, i’m uninstalling and reinstalling the X-Tension to the Database. Is there any other way to update an X-Tension so that the modified version is used??


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: modifying an X-Tension function

    Posted Thu August 08, 2002 07:06 PM

    Hi,

    I’m guessing you’re using Java to code your extensions? If so …

    If the signature of your extension methods do not change you can do the following:

    Overwrite the class files in
    C:\Program Files\Software AG\Tamino\Server Extensions\Java<your_package_name>

    Note however that you will need to restart the database, because the classes have probably already been loaded into the JVM.

    Regards,
    Puny Sen


    #Tamino
    #API-Management
    #webMethods