modifying an X-Tension function

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??

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